Build cleanup in order to create a complete developer distribution. More menu cleanup
git-svn-id: http://webgoat.googlecode.com/svn/trunk@217 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -224,15 +224,19 @@
|
||||
<!-- =================== Internal Tasks to prepare war file ============ -->
|
||||
|
||||
<!-- Copying the Java source code into the build directory -->
|
||||
<!-- We must also copy the source into WebContent, since WTP will overwrite the
|
||||
app as it was deployed from the WAR. -->
|
||||
<!-- We must also copy the source into WebContent, since WTP will overwrite the
|
||||
app as it was deployed from the WAR. -->
|
||||
<!-- We must also copy the doc dir into WebContent, for the "how to create a new lesson" lesson -->
|
||||
<target name="-CopySourceToBuild" depends="prepare" >
|
||||
<copy todir="${build.home}/JavaSource">
|
||||
<fileset dir="${basedir}/JavaSource"/>
|
||||
</copy>
|
||||
<copy todir="${web.home}/JavaSource">
|
||||
<fileset dir="${basedir}/JavaSource"/>
|
||||
</copy>
|
||||
<copy todir="${web.home}/JavaSource">
|
||||
<fileset dir="${basedir}/JavaSource"/>
|
||||
</copy>
|
||||
<copy todir="${web.home}/doc">
|
||||
<fileset dir="${basedir}/doc"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<!-- Copying web-unix.xml to web.xml -->
|
||||
|
Reference in New Issue
Block a user