You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/04 13:18:18 UTC

svn commit: r1067162 - /aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml

Author: zoe
Date: Fri Feb  4 12:18:17 2011
New Revision: 1067162

URL: http://svn.apache.org/viewvc?rev=1067162&view=rev
Log:
this builds and runs itests

Modified:
    aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml

Modified: aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml?rev=1067162&r1=1067161&r2=1067162&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml (original)
+++ aries/branches/experimental-release-by-module/quiesce/quiesce-manager/pom.xml Fri Feb  4 12:18:17 2011
@@ -34,6 +34,15 @@
     <properties>
         <aries.osgi.export.pkg>
         </aries.osgi.export.pkg>
+        <aries.osgi.import.pkg>
+            org.apache.aries.quiesce.manager;version="[0.3, 1.0)",
+            org.apache.aries.quiesce.participant;version="[0.3, 1.0)",
+            org.apache.aries.*;version="[$(version;==;0.4.0.SNAPSHOT),$(version;=+;0.4.0.SNAPSHOT))",
+            ,
+            ,
+            ,
+            *
+        </aries.osgi.import.pkg>
         <aries.osgi.private.pkg>
             org.apache.aries.quiesce.manager.impl
         </aries.osgi.private.pkg>
@@ -44,6 +53,27 @@
             org.apache.aries.quiesce.manager.QuiesceManager
         </aries.osgi.export.service>
     </properties>
+    <build>
+    <plugins>
+    <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+            <execution>
+            <phase>compile</phase>
+            <configuration>
+            <tasks>
+            <echo message="wtf: ${aries.osgi.import.pkg}"/>
+            <echo message="wtf: $(version;==;0.4.0.SNAPSHOT)"/>
+            </tasks>
+            </configuration>
+            <goals>
+               <goal>run</goal>
+            </goals>
+            </execution>
+            </executions>
+    </plugin>
+    </plugins>
+    </build>
 
     <dependencies>
         <dependency>