Changed the docs to explain more deeply how to set up the database more
[mir.git] / build.xml
index 20f9d47..d26d695 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,7 @@
 
 
 <!-- What this file is all about
 
 
 <!-- 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.
      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.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.
                        are located.
 
        tomcat.home        The location of the tomcat root directory.
@@ -93,7 +93,7 @@
     <fileset dir="${java.localhome}">
       <include name="*.jar"/>
     </fileset>
     <fileset dir="${java.localhome}">
       <include name="*.jar"/>
     </fileset>
-    <pathelement path="${tomcat.home}/lib/tomcat.jar"/> 
+    <pathelement path="${tomcat.home}/lib/tomcat.jar"/>
 -->
   </path>
 
 -->
   </path>
 
       <fileset dir="source" includes="**/content-types.properties"/>
       <fileset dir="source" includes="**/server.xml"/>
     </copy>
       <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"/>-->
   <!-- I really don't think this is needed by default. maybe make it a targe?
     -mh -->
        <!--<exec executable="./perms.sh"/>-->