summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/ASM_6002/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 13:48:58 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2009-06-22 13:48:58 +0000
commit42a53a2df9cb4d56be7c5ab1364e6651c980a868 (patch)
tree5987aca5bf92155a93a4b5d767c2ae83b5b0a1b3 /java/sca/otest/current/ASM_6002/pom.xml
parenta7d10214e02fe235ad95119c6adbfeb0dca0fa07 (diff)
more pom fixes for global substitution error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/current/ASM_6002/pom.xml')
-rw-r--r--java/sca/otest/current/ASM_6002/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_6002/pom.xml b/java/sca/otest/current/ASM_6002/pom.xml
index c3da5a5c11..e23ca9f4e9 100644
--- a/java/sca/otest/current/ASM_6002/pom.xml
+++ b/java/sca/otest/current/ASM_6002/pom.xml
@@ -28,12 +28,12 @@
<name>Apache Tuscany SCA Specification Tests ASM ASM_6002</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_ASM_6002</sourceDirectory>
+ <sourceDirectory>../src/main/resources/ASM_6002</sourceDirectory>
<resources>
<resource>
- <directory>../src/main/resources/ASM_ASM_6002</directory>
+ <directory>../src/main/resources/ASM_6002</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_ASM_6002</outputDirectory>
+ <outputDirectory>../tests/target/ASM_6002</outputDirectory>
</build>
</project>