Sign in
eclipse
/
jdt
/
eclipse.jdt.debug
/
2f4c5746f48823b7118136c6a33411b73a251604
/
.
/
org.eclipse.jdt.debug.tests
/
scripts
/
buildTestSourceAttachmentJar.xml
blob: 7813adae3ebaf7ed0f222693e7f109c8b4c9c064 [
file
] [
log
] [
blame
]
<project
name
=
"Build test source attachment jars"
default
=
"export"
basedir
=
".."
>
<target
name
=
"export"
>
<jar
jarfile
=
"./testresources/testJarWithOutRoot.jar"
basedir
=
"testprograms"
includes
=
"**"
/>
</target>
</project>