Changeset 86 for trunk/build.xml
- Timestamp:
- 11/24/09 13:33:10 (2 years ago)
- Files:
-
- trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r74 r86 30 30 <classpath refid="compile.classpath"/> 31 31 </javac> 32 33 <copy todir="${output.dir}"> 34 <fileset dir="${basedir}/src"> 35 <include name="**/*.xml"/> 36 </fileset> 37 <fileset dir="${basedir}"> 38 <include name="templates/**"/> 39 </fileset> 40 </copy> 41 32 42 </target> 33 43 … … 49 59 </manifest> 50 60 <fileset dir="${output.dir}"> 61 <exclude name="**/logback-test.xml"/> 62 51 63 <include name="org/fluffnstuff/**"/> 52 </fileset>53 <fileset dir="${basedir}">54 64 <include name="templates/**"/> 55 65 </fileset>