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/04/21 11:34:02 UTC

svn commit: r1470278 - in /felix/trunk/ipojo: examples/pom.xml examples/property-handler/ pom.xml

Author: clement
Date: Sun Apr 21 09:34:01 2013
New Revision: 1470278

URL: http://svn.apache.org/r1470278
Log:
Remove old property handler example
Added distributions to the main iPOJO reactor

Removed:
    felix/trunk/ipojo/examples/property-handler/
Modified:
    felix/trunk/ipojo/examples/pom.xml
    felix/trunk/ipojo/pom.xml

Modified: felix/trunk/ipojo/examples/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/pom.xml?rev=1470278&r1=1470277&r2=1470278&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/pom.xml (original)
+++ felix/trunk/ipojo/examples/pom.xml Sun Apr 21 09:34:01 2013
@@ -26,25 +26,4 @@
   <modules>
 	<module>tutorial-maven</module>
   </modules>
-  
-  <profiles>
-	<profile>
-		<id>java5</id>
-		<activation>
-			<jdk>1.5</jdk>
-		</activation>
-		<modules>
-			<module>property-handler</module>
-		</modules>
-	</profile>
-	<profile>
-		<id>java6</id>
-		<activation>
-			<jdk>1.6</jdk>
-		</activation>
-		<modules>
-			<module>property-handler</module>
-		</modules>
-	</profile>
-  </profiles>
 </project>
\ No newline at end of file

Modified: felix/trunk/ipojo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/pom.xml?rev=1470278&r1=1470277&r2=1470278&view=diff
==============================================================================
--- felix/trunk/ipojo/pom.xml (original)
+++ felix/trunk/ipojo/pom.xml Sun Apr 21 09:34:01 2013
@@ -50,8 +50,8 @@
         <module>arch-gogo</module>
         <module>webconsole-plugin</module>
 
-        <!-- junit4osgi -->
-        <module>junit4osgi</module>
+        <!-- distribution and tutorials -->
+        <module>distributions</module>
     </modules>
 
     <profiles>