summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/General_C
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/otest/current/General_C/pom.xml6
-rw-r--r--java/sca/otest/current/General_CPP/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/otest/current/General_C/pom.xml b/java/sca/otest/current/General_C/pom.xml
index ec4d3955cc..c7d6e7864a 100644
--- a/java/sca/otest/current/General_C/pom.xml
+++ b/java/sca/otest/current/General_C/pom.xml
@@ -28,12 +28,12 @@
<name>Apache Tuscany SCA Specification Tests ASM General_C</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_General_C</sourceDirectory>
+ <sourceDirectory>../src/main/resources/General_C</sourceDirectory>
<resources>
<resource>
- <directory>../src/main/resources/ASM_General_C</directory>
+ <directory>../src/main/resources/General_C</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_General_C</outputDirectory>
+ <outputDirectory>../tests/target/General_C</outputDirectory>
</build>
</project>
diff --git a/java/sca/otest/current/General_CPP/pom.xml b/java/sca/otest/current/General_CPP/pom.xml
index 8c28f29efd..ee026d3217 100644
--- a/java/sca/otest/current/General_CPP/pom.xml
+++ b/java/sca/otest/current/General_CPP/pom.xml
@@ -28,12 +28,12 @@
<name>Apache Tuscany SCA Specification Tests ASM General_CPP</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_General_CPP</sourceDirectory>
+ <sourceDirectory>../src/main/resources/General_CPP</sourceDirectory>
<resources>
<resource>
- <directory>../src/main/resources/ASM_General_CPP</directory>
+ <directory>../src/main/resources/General_CPP</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_General_CPP</outputDirectory>
+ <outputDirectory>../tests/target/General_CPP</outputDirectory>
</build>
</project>