Author: sergeyb
Date: Thu Jan 12 17:45:25 2012
New Revision: 1230663
URL: http://svn.apache.org/viewvc?rev=1230663&view=rev
Log:
Updating FelixInstall Activator class name
Modified:
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/org/apache/cxf/dosgi/singlebundle/activators.list
cxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java
Modified:
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/org/apache/cxf/dosgi/singlebundle/activators.list
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/org/apache/cxf/dosgi/singlebundle/activators.list?rev=1230663&r1=1230662&r2=1230663&view=diff
==============================================================================
---
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/org/apache/cxf/dosgi/singlebundle/activators.list
(original)
+++
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/org/apache/cxf/dosgi/singlebundle/activators.list
Thu Jan 12 17:45:25 2012
@@ -1,5 +1,5 @@
org.apache.felix.cm.impl.ConfigurationManager
-org.apache.felix.fileinstall.FileInstall
+org.apache.felix.fileinstall.internal.FileInstall
org.ops4j.pax.web.service.internal.Activator
org.apache.cxf.dosgi.discovery.local.internal.Activator
org.apache.cxf.dosgi.dsw.Activator
Modified:
cxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java?rev=1230663&r1=1230662&r2=1230663&view=diff
==============================================================================
---
cxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java
(original)
+++
cxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java
Thu Jan 12 17:45:25 2012
@@ -60,7 +60,7 @@ public class AggregatedActivatorTest ext
public void testReadResourcesFile() throws Exception {
String[] expected = {
"org.apache.felix.cm.impl.ConfigurationManager",
- "org.apache.felix.fileinstall.FileInstall",
+ "org.apache.felix.fileinstall.internal.FileInstall",
"org.ops4j.pax.web.service.internal.Activator",
"org.apache.cxf.dosgi.discovery.local.internal.Activator",
"org.apache.cxf.dosgi.dsw.Activator",