You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2008/12/19 18:45:01 UTC

svn commit: r728080 - in /cxf/sandbox/dosgi/distribution: multi-bundle/pom.xml single-bundle/pom.xml

Author: davidb
Date: Fri Dec 19 09:45:00 2008
New Revision: 728080

URL: http://svn.apache.org/viewvc?rev=728080&view=rev
Log:
Removed some temporary comments.

Modified:
    cxf/sandbox/dosgi/distribution/multi-bundle/pom.xml
    cxf/sandbox/dosgi/distribution/single-bundle/pom.xml

Modified: cxf/sandbox/dosgi/distribution/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/distribution/multi-bundle/pom.xml?rev=728080&r1=728079&r2=728080&view=diff
==============================================================================
--- cxf/sandbox/dosgi/distribution/multi-bundle/pom.xml (original)
+++ cxf/sandbox/dosgi/distribution/multi-bundle/pom.xml Fri Dec 19 09:45:00 2008
@@ -276,49 +276,12 @@
                   <pathelement location="."/>
                 </path>
                 <pathconvert targetos="unix" property="current.dir" refid="current.dir.path"/>
-                <echo message="***************** ${current.dir}"/>
+                
                 <copy file="target/classes/config.properties.append.template" tofile="target/config.properties.append">
                   <filterset>
                     <filter token="TARGET" value="${current.dir}/target"/>
                   </filterset>
                 </copy>
-                
-                <!--
-                <replace file="target/config.properties.append" token="\" value="/"/>
-                <fileset dir="target/cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT-dosgi-ri-multi-bundle-assembly.dir/bundles" id="api.bundles.set">
-                  <include name="*api*"/>
-                  <exclude name="*cxf*"/>
-                </fileset>
-                <pathconvert pathsep=" file:/" property="api.bundles" refid="api.bundles.set"/>
-
-                <fileset dir="target/cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT-dosgi-ri-multi-bundle-assembly.dir/bundles" id="lib.bundles.set">
-                  <include name="*"/>
-                  <exclude name="*api*"/>
-                  <exclude name="*cxf*"/>
-                </fileset>
-                <pathconvert pathsep=" file:/" property="lib.bundles" refid="lib.bundles.set"/>
-
-                <fileset dir="target/cxf-dosgi-ri-multibundle-distribution-1.0-SNAPSHOT-dosgi-ri-multi-bundle-assembly.dir/bundles" id="cxf.bundles.set">
-                  <include name="*cxf*"/>
-                </fileset>
-                <pathconvert pathsep=" file:/" property="cxf.bundles" refid="cxf.bundles.set"/>
-
-                <fileset dir="target/deps" id="dep.bundles">
-                  <include name="*.jar"/>
-                </fileset>
-                <pathconvert pathsep=" file:/" property="deps" refid="dep.bundles"/>
-
-
-                <echo file="target/config.properties.append">
-org.osgi.framework.startlevel=5
-felix.auto.start.2= file:/${deps}
-felix.auto.install.3= file:/${api.bundles}
-felix.auto.start.4= file:/${lib.bundles}
-felix.auto.start.5= file:/${cxf.bundles}
-                </echo>
-
-                <replace file="target/config.properties.append" token="\" value="/"/>
-                -->
               </tasks>
             </configuration>
             <goals>

Modified: cxf/sandbox/dosgi/distribution/single-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/distribution/single-bundle/pom.xml?rev=728080&r1=728079&r2=728080&view=diff
==============================================================================
--- cxf/sandbox/dosgi/distribution/single-bundle/pom.xml (original)
+++ cxf/sandbox/dosgi/distribution/single-bundle/pom.xml Fri Dec 19 09:45:00 2008
@@ -212,7 +212,6 @@
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Activator>org.apache.cxf.dosgi.AggregatedActivator</Bundle-Activator>
-            <!-- <Private-Package>*</Private-Package> -->
             <Import-Package>
               !.,
               !bsh,