moved property files to src/main/resources
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@396 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
adad8cf836
commit
e3d3946862
@ -195,7 +195,12 @@
|
|||||||
deprecation="${compile.deprecation}"
|
deprecation="${compile.deprecation}"
|
||||||
optimize="${compile.optimize}">
|
optimize="${compile.optimize}">
|
||||||
<classpath refid="compile.classpath"/>
|
<classpath refid="compile.classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
<copy todir="${build.home}/WEB-INF/classes">
|
||||||
|
<fileset dir="${basedir}/resources" />
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ==================== Dist Target ===================================== -->
|
<!-- ==================== Dist Target ===================================== -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user