Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
refs/tags/milestones/OTDT_2.8.2_Eclipse_2021-03
/
.
/
testplugins
/
org.eclipse.objectteams.otdt.debug.tests
/
scripts
/
buildTestSourceAttachmentJar.xml
blob: d4ea7c7bc973af12d251b8f10227522a12840bb5 [
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>