You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2012/05/13 04:45:24 UTC

svn commit: r1337753 - in /karaf/trunk: ./ tooling/ tooling/testing/ tooling/testing/src/main/java/org/apache/karaf/testing/

Author: pieber
Date: Sun May 13 02:45:24 2012
New Revision: 1337753

URL: http://svn.apache.org/viewvc?rev=1337753&view=rev
Log:
[KARAF-1470] Remove no longer required tooling/testing project

Signed-off-by: Andreas Pieber <an...@gmail.com>

Removed:
    karaf/trunk/tooling/testing/pom.xml
    karaf/trunk/tooling/testing/src/main/java/org/apache/karaf/testing/AbstractIntegrationTest.java
    karaf/trunk/tooling/testing/src/main/java/org/apache/karaf/testing/HeaderParser.java
    karaf/trunk/tooling/testing/src/main/java/org/apache/karaf/testing/Helper.java
Modified:
    karaf/trunk/pom.xml
    karaf/trunk/tooling/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1337753&r1=1337752&r2=1337753&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Sun May 13 02:45:24 2012
@@ -702,11 +702,6 @@
               <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.karaf.tooling</groupId>
-                <artifactId>org.apache.karaf.tooling.testing</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.framework</artifactId>
                 <version>${felix.framework.version}</version>

Modified: karaf/trunk/tooling/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/pom.xml?rev=1337753&r1=1337752&r2=1337753&view=diff
==============================================================================
--- karaf/trunk/tooling/pom.xml (original)
+++ karaf/trunk/tooling/pom.xml Sun May 13 02:45:24 2012
@@ -36,7 +36,7 @@
     <modules>
         <module>karaf-maven-plugin</module>
         <module>exam</module>
-        <!--<module>testing</module>-->
     </modules>
 
 </project>
+