*** empty log message ***
authoridfx <idfx>
Sat, 16 Aug 2003 20:24:50 +0000 (20:24 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 20:24:50 +0000 (20:24 +0000)
build.xml

index e6b15b6..645dcfb 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <copy todir="${deploy.home}">
       <fileset dir="web"/>
     </copy>
+        
+    <copy todir="${deploy.webinf}/classes">
+       <fileset dir="source">
+               <include name="*.xml"/>
+       </fileset>
+    </copy>
 
     <copy todir="${deploy.webinf}/etc">
       <fileset dir="etc" excludes="bundles/** hibernate.cfg.xml web.xml"/>
       <fileset dir="lib/hibernate">
       </fileset>
     </copy>
-    
-    <copy todir="${deploy.classes}">
-       <fileset dir="${dist.src}">
-               <include name="*.xml"/>
-       </fileset>
-    </copy>
   </target>