Author: davidb
Date: Tue Jan 20 04:34:42 2009
New Revision: 736003
URL: http://svn.apache.org/viewvc?rev=736003&view=rev
Log:
Changed the name of the generated
distribution/single-bundle/target/equinox.config.properties.append to
equinox.config.ini.append
Modified:
cxf/sandbox/dosgi/distribution/single-bundle/pom.xml
Modified: cxf/sandbox/dosgi/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/distribution/single-bundle/pom.xml?rev=736003&r1=736002&r2=736003&view=diff
==============================================================================
--- cxf/sandbox/dosgi/distribution/single-bundle/pom.xml (original)
+++ cxf/sandbox/dosgi/distribution/single-bundle/pom.xml Tue Jan 20 04:34:42
2009
@@ -299,11 +299,11 @@
<replace file="target/felix.config.properties.append"
token="\" value="/"/>
<!-- config.ini file for Equinox -->
- <echo file="target/equinox.config.properties.append">
+ <echo file="target/equinox.config.ini.append">
osgi.bundles=org.eclipse.osgi.servi...@start,
</echo>
- <echo message="${bund...@start"
file="target/equinox.config.properties.append" append="true"/>
- <replace file="target/equinox.config.properties.append"
token="\" value="/"/>
+ <echo message="${bund...@start"
file="target/equinox.config.ini.append" append="true"/>
+ <replace file="target/equinox.config.ini.append" token="\"
value="/"/>
</tasks>
</configuration>
<goals>