You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/03/13 16:47:02 UTC

svn commit: r517738 - in /incubator/tuscany/branches/sca-java-integration/sca/assembly: pom.xml src/main/java/org/apache/tuscany/policy/

Author: jsdelfino
Date: Tue Mar 13 08:47:02 2007
New Revision: 517738

URL: http://svn.apache.org/viewvc?view=rev&rev=517738
Log:
Moving the few policy interfaces to a different module

Removed:
    incubator/tuscany/branches/sca-java-integration/sca/assembly/src/main/java/org/apache/tuscany/policy/
Modified:
    incubator/tuscany/branches/sca-java-integration/sca/assembly/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/assembly/pom.xml?view=diff&rev=517738&r1=517737&r2=517738
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/assembly/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/assembly/pom.xml Tue Mar 13 08:47:02 2007
@@ -32,6 +32,12 @@
     <dependencies>
 
         <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-policy</artifactId>
+            <version>0.1-integration-incubating-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.2</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org