You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/09/22 20:56:59 UTC

svn commit: r449051 - in /incubator/felix/trunk/examples/spellcheckscr: pom.xml src/main/java/org/apache/felix/examples/spellcheckscr/Activator.java

Author: rickhall
Date: Fri Sep 22 11:56:58 2006
New Revision: 449051

URL: http://svn.apache.org/viewvc?view=rev&rev=449051
Log:
Due to changes to SCR from FELIX-140, the generic activator is no longer
needed, so I removed it and modified the pom file not to import it. This
has not been tested.

Removed:
    incubator/felix/trunk/examples/spellcheckscr/src/main/java/org/apache/felix/examples/spellcheckscr/Activator.java
Modified:
    incubator/felix/trunk/examples/spellcheckscr/pom.xml

Modified: incubator/felix/trunk/examples/spellcheckscr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/examples/spellcheckscr/pom.xml?view=diff&rev=449051&r1=449050&r2=449051
==============================================================================
--- incubator/felix/trunk/examples/spellcheckscr/pom.xml (original)
+++ incubator/felix/trunk/examples/spellcheckscr/pom.xml Fri Sep 22 11:56:58 2006
@@ -27,12 +27,6 @@
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>org.apache.felix.scr</artifactId>
-      <version>${pom.version}</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -58,7 +52,7 @@
               org.apache.felix.examples.spellcheckscr.Activator
             </bundleActivator>
             <importPackage>
-              org.osgi.framework, org.apache.felix.examples.dictionaryservice, org.apache.felix.scr, org.apache.felix.examples.spellcheckservice
+              org.osgi.framework, org.apache.felix.examples.dictionaryservice, org.apache.felix.examples.spellcheckservice
             </importPackage>
           </osgiManifest>
         </configuration>