File: buildTestSourceAttachmentJar.xml

package info (click to toggle)
eclipse-jdt-debug 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,876 kB
  • sloc: java: 234,390; xml: 6,367; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<project name="Build test source attachment jars" default="export" basedir="..">
	<target name="export">
		<jar 
			jarfile="./testresources/testJarWithOutRoot.jar"
			basedir="testprograms"
			includes="**"
		/>
	</target>
</project>