diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-22 13:48:58 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-22 13:48:58 +0000 |
commit | 42a53a2df9cb4d56be7c5ab1364e6651c980a868 (patch) | |
tree | 5987aca5bf92155a93a4b5d767c2ae83b5b0a1b3 /java/sca/otest/current/ASM_13006/pom.xml | |
parent | a7d10214e02fe235ad95119c6adbfeb0dca0fa07 (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 '')
-rw-r--r-- | java/sca/otest/current/ASM_13006/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_13006/pom.xml b/java/sca/otest/current/ASM_13006/pom.xml index 2a94b7f5de..a5dfc3e69d 100644 --- a/java/sca/otest/current/ASM_13006/pom.xml +++ b/java/sca/otest/current/ASM_13006/pom.xml @@ -28,12 +28,12 @@ <name>Apache Tuscany SCA Specification Tests ASM ASM_13006</name> <build> - <sourceDirectory>../src/main/resources/ASM_ASM_13006</sourceDirectory> + <sourceDirectory>../src/main/resources/ASM_13006</sourceDirectory> <resources> <resource> - <directory>../src/main/resources/ASM_ASM_13006</directory> + <directory>../src/main/resources/ASM_13006</directory> </resource> </resources> - <outputDirectory>../tests/target/ASM_ASM_13006</outputDirectory> + <outputDirectory>../tests/target/ASM_13006</outputDirectory> </build> </project> |