re-added lines to copy bundles to the classes directory
authorbr1 <br1>
Wed, 27 Mar 2002 09:43:25 +0000 (09:43 +0000)
committerbr1 <br1>
Wed, 27 Mar 2002 09:43:25 +0000 (09:43 +0000)
build.xml

index 20f9d47..d26d695 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,7 @@
 
 
 <!-- What this file is all about
-     
+
      You can use this version of build.xml to use directly with ant
      i.e. without the build.sh script. Simply call ant and let it all
      happen.
@@ -49,7 +49,7 @@
 
        java.home          The location of your Java SDK.
 
-       java.localhome     Where your local java classes and jar files 
+       java.localhome     Where your local java classes and jar files
                        are located.
 
        tomcat.home        The location of the tomcat root directory.
@@ -93,7 +93,7 @@
     <fileset dir="${java.localhome}">
       <include name="*.jar"/>
     </fileset>
-    <pathelement path="${tomcat.home}/lib/tomcat.jar"/> 
+    <pathelement path="${tomcat.home}/lib/tomcat.jar"/>
 -->
   </path>
 
       <fileset dir="source" includes="**/content-types.properties"/>
       <fileset dir="source" includes="**/server.xml"/>
     </copy>
+    <copy   todir="${deploy.classes}/bundles">
+      <fileset dir="bundles" includes="**/*.properties"/>
+    </copy>
   <!-- I really don't think this is needed by default. maybe make it a targe?
     -mh -->
        <!--<exec executable="./perms.sh"/>-->