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