Author: sergeyb
Date: Mon Jan 12 05:07:26 2009
New Revision: 733723

URL: http://svn.apache.org/viewvc?rev=733723&view=rev
Log:
DOSGI: removing private felix framework and main modules

Removed:
    cxf/sandbox/dosgi/felix/framework/
    cxf/sandbox/dosgi/felix/main/
Modified:
    cxf/sandbox/dosgi/discovery/local/pom.xml
    cxf/sandbox/dosgi/dsw/cxf-dsw/pom.xml
    cxf/sandbox/dosgi/felix/pom.xml

Modified: cxf/sandbox/dosgi/discovery/local/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/discovery/local/pom.xml?rev=733723&r1=733722&r2=733723&view=diff
==============================================================================
--- cxf/sandbox/dosgi/discovery/local/pom.xml (original)
+++ cxf/sandbox/dosgi/discovery/local/pom.xml Mon Jan 12 05:07:26 2009
@@ -46,7 +46,7 @@
         <dependency> 
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>1.1.0-cxf_dosgi-SNAPSHOT</version>
+            <version>${felix.version}</version>
         </dependency> 
         <dependency>  
             <groupId>org.jdom</groupId>  

Modified: cxf/sandbox/dosgi/dsw/cxf-dsw/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/dsw/cxf-dsw/pom.xml?rev=733723&r1=733722&r2=733723&view=diff
==============================================================================
--- cxf/sandbox/dosgi/dsw/cxf-dsw/pom.xml (original)
+++ cxf/sandbox/dosgi/dsw/cxf-dsw/pom.xml Mon Jan 12 05:07:26 2009
@@ -51,7 +51,7 @@
         <dependency> 
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>1.1.0-cxf_dosgi-SNAPSHOT</version>
+            <version>${felix.version}</version>
         </dependency> 
         <dependency>  
             <groupId>org.jdom</groupId>  

Modified: cxf/sandbox/dosgi/felix/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/felix/pom.xml?rev=733723&r1=733722&r2=733723&view=diff
==============================================================================
--- cxf/sandbox/dosgi/felix/pom.xml (original)
+++ cxf/sandbox/dosgi/felix/pom.xml Mon Jan 12 05:07:26 2009
@@ -21,8 +21,6 @@
 
     <modules>
         <module>shell.tui</module>        
-        <module>framework</module>
-        <module>main</module>
         <module>profiles</module>
     </modules>
 


Reply via email to