diff options
-rw-r--r-- | java/sca/otest/current/General_Java/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/General_Java/pom.xml b/java/sca/otest/current/General_Java/pom.xml index 1adb3457ff..92204cdfc6 100644 --- a/java/sca/otest/current/General_Java/pom.xml +++ b/java/sca/otest/current/General_Java/pom.xml @@ -28,12 +28,12 @@ <name>Apache Tuscany SCA Specification Tests ASM General_Java</name> <build> - <sourceDirectory>../src/main/resources/ASM_General_Java</sourceDirectory> + <sourceDirectory>../src/main/resources/General_Java</sourceDirectory> <resources> <resource> - <directory>../src/main/resources/ASM_General_Java</directory> + <directory>../src/main/resources/General_Java</directory> </resource> </resources> - <outputDirectory>../tests/target/ASM_General_Java</outputDirectory> + <outputDirectory>../tests/target/General_Java</outputDirectory> </build> </project> |