Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@723227 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
fhanik committed Dec 4, 2008
1 parent a223bd4 commit 92c3ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/bayeux/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -121,7 +121,7 @@
</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}"
Expand All @@ -145,7 +145,7 @@
<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}">
Expand Down

0 comments on commit 92c3ffa

Please sign in to comment.