Revision 9397 trunk/libraries/libFMap/build.xml

View differences:

build.xml
117 117
			debuglevel="${debuglevel}">
118 118
	    	<classpath refid="libFMap.compile-classpath"/>
119 119
		</javac>
120
		<!-- copy data files -->
121
		<copy todir="${build}">
122
			<fileset
123
				dir="src"
124
				excludes="**/*.java"/>
125
		</copy>
120 126
	</target>
121 127

  
122 128
	<target name="compile-test" description="compile the source of test" depends="compile">

Also available in: Unified diff