You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/08/05 23:51:38 UTC

svn commit: r801428 [2/2] - in /tuscany/java/sca/otest/current: ASM_10001/ ASM_10003/ ASM_12001/ ASM_12002/ ASM_12003/ ASM_12005/ ASM_12007/ ASM_12008/ ASM_12009/ ASM_12010/ ASM_12012/ ASM_12013/ ASM_13001/ ASM_13002/ ASM_13003/ ASM_13004/ ASM_13005/ A...

Modified: tuscany/java/sca/otest/current/ASM_6032/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_6032/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_6032/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_6032/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_6032</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_6032</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_6032"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_6033/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_6033/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_6033/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_6033/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_6033</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_6033</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_6033"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_7001/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_7001/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_7001/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_7001/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_7001</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_7001</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_7001"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_7007/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_7007/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_7007/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_7007/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_7007</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_7007</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_7007"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_7008/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_7008/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_7008/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_7008/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_7008</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_7008</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_7008"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_7009/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_7009/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_7009/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_7009/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_7009</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_7009</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_7009"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_7010/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_7010/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_7010/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_7010/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_7010</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_7010</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_7010"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8001/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8001/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8001/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8001/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8001</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8001</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8001"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8001_Java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8001_Java/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8001_Java/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8001_Java/pom.xml Wed Aug  5 21:51:36 2009
@@ -37,11 +37,6 @@
 
     <build>
        <finalName>${artifactId}</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/java</directory>
-          </resource>
-        </resources>
        <plugins>
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -66,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8001_Java"/>
-                                <property name="to.dir" value="src/main/java"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8003/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8003/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8003/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8003/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8003</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8003</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8003"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8004/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8004/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8004/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8004/pom.xml Wed Aug  5 21:51:36 2009
@@ -30,18 +30,21 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-otests-asm-ASM_8005</artifactId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-ASM_8005</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+    
     <build>
        <finalName>${artifactId}</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/java</directory>
-          </resource>
-        </resources>
        <plugins>
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -66,9 +69,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8004"/>
-                                <property name="to.dir" value="src/main/java"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8005/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8005/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8005/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8005/pom.xml Wed Aug  5 21:51:36 2009
@@ -37,11 +37,6 @@
 
     <build>
        <finalName>${artifactId}</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/java</directory>
-          </resource>
-        </resources>
        <plugins>
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -66,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8005"/>
-                                <property name="to.dir" value="src/main/java"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8010/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8010/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8010/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8010/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8010</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8010</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8010"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8011/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8011/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8011/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8011/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8011</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8011</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8011"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8012/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8012/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8012/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8012/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8012</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8012</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8012"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8017/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8017/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8017/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8017/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8017</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8017</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8017"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_8019/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_8019/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_8019/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_8019/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_8019</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_8019</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_8019"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/ASM_9002/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/ASM_9002/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/ASM_9002/pom.xml (original)
+++ tuscany/java/sca/otest/current/ASM_9002/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-ASM_9002</artifactId>
     <name>Apache Tuscany SCA Specification Tests ASM_9002</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/ASM_9002"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/Contribution1/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/Contribution1/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/Contribution1/pom.xml (original)
+++ tuscany/java/sca/otest/current/Contribution1/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-Contribution1</artifactId>
     <name>Apache Tuscany SCA Specification Tests Contribution1</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/Contribution1"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/Contribution2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/Contribution2/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/Contribution2/pom.xml (original)
+++ tuscany/java/sca/otest/current/Contribution2/pom.xml Wed Aug  5 21:51:36 2009
@@ -27,6 +27,14 @@
     <artifactId>tuscany-otests-asm-Contribution2</artifactId>
     <name>Apache Tuscany SCA Specification Tests Contribution2</name> 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General_Java</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+
     <build>
        <finalName>${artifactId}</finalName>
        <plugins>
@@ -53,9 +61,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/Contribution2"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/General/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/General/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/General/pom.xml (original)
+++ tuscany/java/sca/otest/current/General/pom.xml Wed Aug  5 21:51:36 2009
@@ -53,9 +53,13 @@
                         <configuration>
                             <tasks>
                                 <property name="from.dir" value="../src/main/resources/General"/>
-                                <property name="to.dir" value="src/main/resources"/>
                                 <ant antfile="../build.xml">
-                                    <target name="copyDir"/>
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: tuscany/java/sca/otest/current/General_Java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/otest/current/General_Java/pom.xml?rev=801428&r1=801427&r2=801428&view=diff
==============================================================================
--- tuscany/java/sca/otest/current/General_Java/pom.xml (original)
+++ tuscany/java/sca/otest/current/General_Java/pom.xml Wed Aug  5 21:51:36 2009
@@ -25,14 +25,55 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-otests-asm-General_Java</artifactId>
-    <name>Apache Tuscany SCA Specification Tests ASM General_Java</name> 
+    <name>Apache Tuscany SCA Specification Tests General_Java</name> 
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-asm-General</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
 
     <build>
-        <finalName>${artifactId}</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/java</directory>
-          </resource>
-        </resources>
+       <finalName>${artifactId}</finalName>
+       <plugins>
+           <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.3</version>
+
+                <dependencies>
+                    <dependency>
+                        <groupId>ant</groupId>
+                        <artifactId>ant-trax</artifactId>
+                        <version>1.6.5</version>
+                    </dependency>
+                </dependencies>
+
+                <executions>
+                    <execution>
+                        <id>copy-files-from-svn</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <property name="from.dir" value="../src/main/resources/General_Java"/>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/resources"/>
+                                    <target name="copyResourceDir"/>
+                                </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="to.dir" value="src/main/java"/>
+                                    <target name="copySourceDir"/>
+                                </ant>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>            
+        </plugins>
     </build>
 </project>