summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml
index f034a658de..2febcdbdcc 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/build.xml
@@ -32,7 +32,6 @@
target="1.5">
<classpath>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
- <fileset refid="3rdparty.jars"/>
</classpath>
</javac>
<copy todir="target/classes">
@@ -51,7 +50,6 @@
<classpath>
<pathelement path="target/classes"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
- <fileset refid="3rdparty.jars"/>
</classpath>
</java>
</target>
@@ -62,7 +60,6 @@
<classpath>
<pathelement path="target/${test.jar}"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
- <fileset refid="3rdparty.jars"/>
</classpath>
</java>
</target>
@@ -70,8 +67,4 @@
<target name="clean">
<delete dir="target" includeemptydirs="true"/>
</target>
-
- <fileset id="3rdparty.jars" dir="../../lib">
- <include name="saxon-8.7.jar"/>
- </fileset>
</project>