commented out perms.sh. I don't think it should be used by default. maybe a
authormh <mh>
Tue, 26 Mar 2002 20:35:31 +0000 (20:35 +0000)
committermh <mh>
Tue, 26 Mar 2002 20:35:31 +0000 (20:35 +0000)
target? also added comment about jikes.

build.xml

index ebb81e6..20f9d47 100755 (executable)
--- a/build.xml
+++ b/build.xml
   <property name="dist.src"       value="${app.name}.jar"/>
   <property name="dist.war"       value="${app.name}.war"/>
   <property name="javadoc.home"   value="${deploy.home}/javadoc"/>
+
+  <!-- If you want to use the very good jikes compiler, uncomment this
+  <property name="build.compiler"   value="jikes"/>-->
+
   <!-- The following 3 properties seem redundant -->
   <property name="java.home"             value="/usr/lib/j2sdk1.3/"/>
   <property name="java.localhome" value="/usr/share/java/"/>
     </copy>
     <copy   todir="${deploy.home}">
       <fileset dir="source" includes="**/content-types.properties"/>
+      <fileset dir="source" includes="**/server.xml"/>
     </copy>
-       <exec executable="./perms.sh"/>
+  <!-- I really don't think this is needed by default. maybe make it a targe?
+    -mh -->
+       <!--<exec executable="./perms.sh"/>-->
   </target>