Changeset 9
- Timestamp:
- 06/21/05 14:55:04 (4 years ago)
- Files:
-
- trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r6 r9 20 20 <target depends="init" name="compile"> 21 21 <echo message="Compiling sources using compiler '${build.compiler}'."/> 22 <javac debug="true" deprecation="true" destdir="${builddir}" srcdir="${srcdir}"/> 22 <javac debug="true" deprecation="true" destdir="${builddir}" srcdir="${srcdir}"> 23 <exclude name="net/schst/EventDispatcher/Examples/**"/> 24 </javac> 23 25 </target> 24 26
