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 2009/04/08 17:53:16 UTC

svn commit: r763292 - in /felix/trunk: build.xml pom.xml

Author: clement
Date: Wed Apr  8 15:53:15 2009
New Revision: 763292

URL: http://svn.apache.org/viewvc?rev=763292&view=rev
Log:
Update the pom file to add the transaction service

Modified:
    felix/trunk/build.xml
    felix/trunk/pom.xml

Modified: felix/trunk/build.xml
URL: http://svn.apache.org/viewvc/felix/trunk/build.xml?rev=763292&r1=763291&r2=763292&view=diff
==============================================================================
--- felix/trunk/build.xml (original)
+++ felix/trunk/build.xml Wed Apr  8 15:53:15 2009
@@ -38,9 +38,6 @@
             <arg line="-Dpackaging=osgi-bundle clean" />
         </exec>
         <exec executable="${mvn}" failonerror="true">
-            <arg line="-Dpackaging=ipojo-bundle clean" />
-        </exec>
-        <exec executable="${mvn}" failonerror="true">
             <arg line="-Dpackaging=osgi-bundle-mosgi clean" />
         </exec>
     </target>

Modified: felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom.xml?rev=763292&r1=763291&r2=763292&view=diff
==============================================================================
--- felix/trunk/pom.xml (original)
+++ felix/trunk/pom.xml Wed Apr  8 15:53:15 2009
@@ -33,15 +33,13 @@
   <version>1</version>
   <description>Apache Felix Reactor POM</description>
   <!-- 
-  Felix contains 3 custom maven packaging plugins. Each creates a jar file
+  Felix contains 2 custom maven packaging plugins. Each creates a jar file
   as an artifact. 
   
   maven-bundle-plugin 
     (bundle packaging - latest prefered plugin for generating OSGi bundles.)
   maven-osgi-plugin 
     (osgi-bundle packaging - old plugin for generating OSGi bundles.)
-  org.apache.felix.ipojo.plugin 
-    (plugin for generating iPOJO OSGi bundles.)
     
   But with maven bug https://issues.apache.org/jira/browse/FELIX-198 files
   are not always created with the correct extension in the repository.
@@ -128,6 +126,8 @@
 
         <module>mosgi</module> 
         <module>jmood</module> 
+        
+        <module>transaction</module>
 
         <module>examples</module>
       </modules>