You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/09/16 11:49:30 UTC

svn commit: r997659 - in /tuscany/otest/newlayout/oasis-assembly-test-runner: pom.xml src/test/resources/oasis-sca-tests.properties

Author: slaws
Date: Thu Sep 16 09:49:30 2010
New Revision: 997659

URL: http://svn.apache.org/viewvc?rev=997659&view=rev
Log:
Fix to match structure of trunk/compliance

Modified:
    tuscany/otest/newlayout/oasis-assembly-test-runner/pom.xml
    tuscany/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties

Modified: tuscany/otest/newlayout/oasis-assembly-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/oasis-assembly-test-runner/pom.xml?rev=997659&r1=997658&r2=997659&view=diff
==============================================================================
--- tuscany/otest/newlayout/oasis-assembly-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/oasis-assembly-test-runner/pom.xml Thu Sep 16 09:49:30 2010
@@ -162,6 +162,20 @@
                             </sources>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>add-test-resource</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-test-resource</goal>
+                        </goals>
+                        <configuration>
+                            <resources>
+                                <resource>
+                                   <directory>src/main/resources</directory>
+                                </resource>
+                            </resources>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
 

Modified: tuscany/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties?rev=997659&r1=997658&r2=997659&view=diff
==============================================================================
--- tuscany/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties (original)
+++ tuscany/otest/newlayout/oasis-assembly-test-runner/src/test/resources/oasis-sca-tests.properties Thu Sep 16 09:49:30 2010
@@ -28,5 +28,5 @@ org.oasis.sca.tests.assembly.runtime_bri
 
 # The location of the contributions for the test suite
 # %1 represents the placement of the name of each contribution into the location URI
-org.oasis.sca.tests.assembly.contribution.location=../sca-assembly/%1/target/%1.zip
+org.oasis.sca.tests.assembly.contribution.location=./target/oasis-contributions/sca-assembly/%1/target/%1.zip