basic jetty.xml migration tool

This commit is contained in:
zzz
2011-12-23 21:27:38 +00:00
parent 8ea587accb
commit 2083d8c6a6
4 changed files with 173 additions and 16 deletions

View File

@@ -932,8 +932,11 @@
TODO where is JMX? We don't need it I hope.
-->
<target name="prepjupdate" depends="prepupdate, buildWEB">
<copy todir="pkg-temp" >
<fileset dir="build/lib" includes="jasper*.jar javax*.jar jetty*.jar jsp*.jar org.mortbay.jetty.jar" />
<copy todir="pkg-temp/lib" >
<fileset dir="build" includes="jasper*.jar javax*.jar jetty*.jar jsp*.jar org.mortbay.jetty.jar" />
</copy>
<copy todir="pkg-temp/eepsite" >
<fileset dir="installer/resources/eepsite" includes="jetty.xml contexts/* etc/*" />
</copy>
</target>