comment out extrasource stuff for now, until the dir actually contains files, right...
authormh <mh>
Sat, 18 Jan 2003 08:40:16 +0000 (08:40 +0000)
committermh <mh>
Sat, 18 Jan 2003 08:40:16 +0000 (08:40 +0000)
build.xml

index 58d7591..1c0ff36 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -81,7 +81,7 @@
     <pathelement path="${deploy.home}"/>
     <pathelement path="${deploy.classes}"/>
     <pathelement path="source"/>
-    <pathelement path="etc/extrasource"/>
+    <!--<pathelement path="etc/extrasource"/>-->
     <fileset dir="lib">
       <include name="*.jar"/>
     </fileset>
     <javac destdir="${deploy.classes}"
            debug="on" optimize="off" deprecation="on">
       <src path="source"/>
-      <src path="etc/extrasource"/>
+      <!--<src path="etc/extrasource"/>-->
       <classpath refid="project.class.path"/>
     </javac>
   </target>