You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by er...@apache.org on 2006/03/25 22:39:34 UTC

svn commit: r388835 - in /incubator/felix/trunk: org.apache.felix.servicebinder/pom.xml pom.xml

Author: erodriguez
Date: Sat Mar 25 13:39:32 2006
New Revision: 388835

URL: http://svn.apache.org/viewcvs?rev=388835&view=rev
Log:
Service Binder build fix:
o  added module to parent pom
o  removed erroneous scope statement

Modified:
    incubator/felix/trunk/org.apache.felix.servicebinder/pom.xml
    incubator/felix/trunk/pom.xml

Modified: incubator/felix/trunk/org.apache.felix.servicebinder/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.servicebinder/pom.xml?rev=388835&r1=388834&r2=388835&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.servicebinder/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.servicebinder/pom.xml Sat Mar 25 13:39:32 2006
@@ -19,7 +19,6 @@
       <groupId>kxml</groupId>
       <artifactId>kxml</artifactId>
       <version>1.21</version>
-      <scope>required</scope>
     </dependency>
   </dependencies>
   <build>

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/pom.xml?rev=388835&r1=388834&r2=388835&view=diff
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Sat Mar 25 13:39:32 2006
@@ -22,6 +22,7 @@
     <module>org.apache.felix.examples.spellcheckservice</module>
     <module>org.apache.felix.examples.spellcheckclient</module>
     <module>org.apache.felix.examples.spellcheckbinder</module>
+    <module>org.apache.felix.servicebinder</module>
   </modules>
 
   <repositories>