we do not need to copy src to the deployment home, do we?
authorbruno <bruno>
Tue, 8 Oct 2002 14:09:40 +0000 (14:09 +0000)
committerbruno <bruno>
Tue, 8 Oct 2002 14:09:40 +0000 (14:09 +0000)
build.xml

index c6a64cc..0dcf3ec 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <copy todir="${deploy.home}/templates">
       <fileset dir="templates"/>
     </copy>
+    <!--??? why do we need the source in deployment? - br1
     <mkdir  dir="${deploy.home}/src"/>
     <copy todir="${deploy.home}/src">
       <fileset dir="source"/>
     </copy>
+    -->
 
     <mkdir  dir="${deploy.home}/WEB-INF"/>
     <copy  file="etc/web.xml"          tofile="${deploy.home}/WEB-INF/web.xml"/>
     </copy>
     <copy   todir="${deploy.home}">
       <fileset dir="source" includes="**/content-types.properties"/>
+      <!-- server.xml is currently not used
       <fileset dir="source" includes="**/server.xml"/>
+      -->
     </copy>
     <copy   todir="${deploy.classes}/bundles">
       <fileset dir="bundles" includes="**/*.properties"/>