fix build script
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 4 Dec 2008 07:07:01 +0000 (07:07 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 4 Dec 2008 07:07:01 +0000 (07:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@723227 13f79535-47bb-0310-9956-ffa450edef68

modules/bayeux/build.xml

index 2ac3073..bc017da 100644 (file)
@@ -93,7 +93,7 @@
 
     <!-- compile org.apache.tomcat.bayeux -->
     <!-- compile org.apache.cometd -->
-    <javac srcdir="java" destdir="${tomcat.classes}"
+    <javac srcdir="modules/bayeux/java" destdir="${tomcat.classes}"
            debug="${compile.debug}"
            deprecation="${compile.deprecation}"
            source="${compile.source}"
     </jar>
 
     <!-- cometd samples application -->
-    <javac srcdir="test" destdir="${tomcat.classes}"
+    <javac srcdir="modules/bayeux/test" destdir="${tomcat.classes}"
            debug="${compile.debug}"
            deprecation="${compile.deprecation}"
            source="${compile.source}"
        <mkdir dir="${cometd-app}"/>
        
        <copy todir="${cometd-app}">
-         <fileset dir="${basedir}/webapps/cometd">
+         <fileset dir="${basedir}/modules/bayeux/webapps/cometd">
                <include name="**/**"/>
          </fileset>
       <fileset dir="${dojo-js.home}">