diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-22 10:37:42 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-22 10:37:42 +0000 |
commit | a7d10214e02fe235ad95119c6adbfeb0dca0fa07 (patch) | |
tree | f3651f641156b8b701f0c0d8ca03a613714d27a3 /java/sca | |
parent | 3c63459fb32ccf479751ec78337b4cd42f1f99fd (diff) |
global search and replace had messed up general java pom - hence class files silently not added to jar -- still more otest build fixes to come
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-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> |