You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/09 15:15:46 UTC

svn commit: r1480618 - in /felix/trunk/ipojo: examples/ pom.xml

Author: clement
Date: Thu May  9 13:15:45 2013
New Revision: 1480618

URL: http://svn.apache.org/r1480618
Log:
Delete examples and cleanup the main pom file.

Removed:
    felix/trunk/ipojo/examples/
Modified:
    felix/trunk/ipojo/pom.xml

Modified: felix/trunk/ipojo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/pom.xml?rev=1480618&r1=1480617&r2=1480618&view=diff
==============================================================================
--- felix/trunk/ipojo/pom.xml (original)
+++ felix/trunk/ipojo/pom.xml Thu May  9 13:15:45 2013
@@ -26,7 +26,6 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iPOJO</artifactId>
-    <groupId>org.apache.felix</groupId>
     <name>Apache Felix iPOJO ~ Reactor</name>
     <version>1.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -54,21 +53,6 @@
         <module>distributions</module>
     </modules>
 
-    <profiles>
-        <profile>
-            <id>examples</id>
-            <modules>
-                <module>examples</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>tests</id>
-            <modules>
-                <module>tests</module>
-            </modules>
-        </profile>
-    </profiles>
-
     <build>
         <plugins>
             <plugin>