forked from javaee/jsftemplating
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f32e27
commit 577e703
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
The Samples Project is dependent of below jar files which needs to be downloaded and placed at the respective locations as detailed below: | ||
|
||
----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
JAR NAMES | Version | Destination Location | Notes | ||
----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
1. jsft.jar | latest | ./eventdemo/WEB-INF/lib | Latest jar can be obtained from the target folder of respective module | ||
2. commons-fileupload-1.0.jar | 1.0 | ./woodstock/examples/WEB-INF/lib | Jar can be obtained from apache repositories | ||
3. webui-jsf-suntheme.jar | latest | ./DemoNBProject/web/WEB-INF/lib | This is woodstock jar which can be obtained from maven repositories | ||
4. json2.jar | latest | ./DemoNBProject/web/WEB-INF/lib | This is from JSON.org which can be downloaded from maven repo | ||
5. jsftemplating.jar | latest | ./DemoNBProject/web/WEB-INF/lib | Latest jar can be obtained from the target folder of respective module | ||
6. webui-jsf.jar | latest | ./DemoNBProject/web/WEB-INF/lib | This is woodstock jar which can be obtained from maven repositories | ||
7. jsftemplating-dynafaces-0.1.jar | 0.1 | ./DemoNBProject/web/WEB-INF/lib | This jar can be downloaded from the maven repo | ||
8. jsftemplating-dt.jar | latest | ./DemoNBProject/ext-lib/ | Latest jar can be obtained from the target folder of respective module | ||
9. ant-apt.jar | latest | ./DemoNBProject/ext-lib/ | Jar can be obtained from apache repositories | ||
10.dataprovider.jar | latest | ./DemoNBProject/web/WEB-INF/lib | This jar can be downloaded from the maven repo |