diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-28 12:15:42 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-28 12:15:42 +0000 |
commit | 91275479b9876d56c11236e77a0900799787b7d2 (patch) | |
tree | bcd8e766ce07664653c6bdfd7fa7039aed8ff4a6 /sca-java-2.x/trunk/samples/running-tuscany | |
parent | 5b27fd945545b43bb4fd10a6f8b651c70c802e7c (diff) |
TUSCANY-3674 Remove a change previously checked in by accident where I was looking locally at putting the "all" meta-data under a directory called "all". Still want to do that but not checked the other bits in yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/running-tuscany')
-rw-r--r-- | sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml index cab461b156..5a2e65637b 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/build.xml @@ -61,7 +61,7 @@ failonerror="true">
<classpath>
<pathelement location="target/${jar.name}"/>
- <fileset dir="${tuscany.home}/features/all">
+ <fileset dir="${tuscany.home}/features">
<include name="tuscany-sca-manifest.jar" />
</fileset>
</classpath>
@@ -87,7 +87,7 @@ failonerror="true">
<classpath>
<pathelement location="target/${jar.name}"/>
- <fileset dir="${tuscany.home}/features/all">
+ <fileset dir="${tuscany.home}/features">
<include name="tuscany-sca-manifest.jar" />
</fileset>
</classpath>
@@ -100,7 +100,7 @@ failonerror="true">
<classpath>
<pathelement location="target/${jar.name}"/>
- <fileset dir="${tuscany.home}/features/all">
+ <fileset dir="${tuscany.home}/features">
<include name="tuscany-sca-manifest.jar" />
</fileset>
</classpath>
|