Skip to content

Commit

Permalink
Updating ant jar and json jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasheelankumar committed Apr 20, 2018
1 parent d84f400 commit c6a8910
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file added samples/DemoNBProject/ext-lib/ant-1.10.1.jar
Binary file not shown.
Binary file removed samples/DemoNBProject/ext-lib/ant-apt.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions samples/DemoNBProject/nbproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<property file="${user.properties.file}"/>
<!-- The two properties below are usually overridden -->
<!-- by the active platform. Just a fallback. -->
<property name="default.javac.source" value="1.4"/>
<property name="default.javac.target" value="1.4"/>
<property name="default.javac.source" value="1.5"/>
<property name="default.javac.target" value="1.5"/>
</target>
<target name="-init-project" depends="-pre-init,-init-private,-init-user">
<property file="nbproject/project.properties"/>
Expand Down
4 changes: 2 additions & 2 deletions samples/DemoNBProject/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ dist.dir=dist
dist.ear.war=${dist.dir}/${war.ear.name}
dist.javadoc.dir=${dist.dir}/javadoc
dist.war=${dist.dir}/${war.name}
file.reference.ant-apt.jar=ext-lib/ant-apt.jar
file.reference.ant-apt.jar=ext-lib/ant-1.10.1.jar
file.reference.dataprovider.jar-1=web/WEB-INF/lib/dataprovider.jar
file.reference.jsftemplating-dt.jar=ext-lib/jsftemplating-dt.jar
file.reference.jsftemplating-dynafaces-0.1.jar-1=web/WEB-INF/lib/jsftemplating-dynafaces-0.1.jar
file.reference.jsftemplating.jar-1=web/WEB-INF/lib/jsftemplating.jar
file.reference.json2.jar-1=web/WEB-INF/lib/json2.jar
file.reference.json2.jar-1=web/WEB-INF/lib/json-20090211.jar
file.reference.webui-jsf-suntheme.jar-1=web/WEB-INF/lib/webui-jsf-suntheme.jar
file.reference.webui-jsf.jar-1=web/WEB-INF/lib/webui-jsf.jar
j2ee.platform=1.5
Expand Down
Binary file not shown.
Binary file removed samples/DemoNBProject/web/WEB-INF/lib/json2.jar
Binary file not shown.

0 comments on commit c6a8910

Please sign in to comment.