You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sr...@apache.org on 2009/09/14 12:42:08 UTC

svn commit: r814569 - in /felix/trunk: http/pom.xml pom.xml

Author: srs
Date: Mon Sep 14 10:42:08 2009
New Revision: 814569

URL: http://svn.apache.org/viewvc?rev=814569&view=rev
Log:
FELIX-1456: Attached it to master pom

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

Modified: felix/trunk/http/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/pom.xml?rev=814569&r1=814568&r2=814569&view=diff
==============================================================================
--- felix/trunk/http/pom.xml (original)
+++ felix/trunk/http/pom.xml Mon Sep 14 10:42:08 2009
@@ -25,6 +25,7 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>1.2.0</version>
+        <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.felix.http</artifactId>

Modified: felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom.xml?rev=814569&r1=814568&r2=814569&view=diff
==============================================================================
--- felix/trunk/pom.xml (original)
+++ felix/trunk/pom.xml Mon Sep 14 10:42:08 2009
@@ -108,7 +108,8 @@
         <module>bundlerepository</module>
         <module>log</module>
         <module>eventadmin</module>
-        <module>http.jetty</module>
+        <module>http</module>
+        <!--module>http.jetty</module-->
         <module>upnp</module>
         <module>scr</module>
         <module>configadmin</module>