summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:13:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:13:47 +0000
commitc96a206ff0232961c1b853213be64b17b45af55d (patch)
treee98396a4a6b1c5ad406a39ef9cd13447d028860d /java/sca
parentaee4f78cecc70e8c0ad5eb534737f1a5fcd2975f (diff)
simplify pom now source is extracted directly into this project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/otest/current/General_Java/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/sca/otest/current/General_Java/pom.xml b/java/sca/otest/current/General_Java/pom.xml
index 92204cdfc6..2c5743514f 100644
--- a/java/sca/otest/current/General_Java/pom.xml
+++ b/java/sca/otest/current/General_Java/pom.xml
@@ -28,12 +28,11 @@
<name>Apache Tuscany SCA Specification Tests ASM General_Java</name>
<build>
- <sourceDirectory>../src/main/resources/General_Java</sourceDirectory>
+ <finalName>${artifactId}</finalName>
<resources>
<resource>
- <directory>../src/main/resources/General_Java</directory>
+ <directory>src/main/java</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/General_Java</outputDirectory>
</build>
</project>