You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/08/16 02:46:48 UTC

svn commit: r1158075 - /uima/addons/trunk/SnowballAnnotator/pom.xml

Author: schor
Date: Tue Aug 16 00:46:47 2011
New Revision: 1158075

URL: http://svn.apache.org/viewvc?rev=1158075&view=rev
Log:
no Jira - fix previous update which meant to just change a url, but accidentally included a big chunk of debugging code not meant to be ever checked in... 

Modified:
    uima/addons/trunk/SnowballAnnotator/pom.xml

Modified: uima/addons/trunk/SnowballAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/SnowballAnnotator/pom.xml?rev=1158075&r1=1158074&r2=1158075&view=diff
==============================================================================
--- uima/addons/trunk/SnowballAnnotator/pom.xml (original)
+++ uima/addons/trunk/SnowballAnnotator/pom.xml Tue Aug 16 00:46:47 2011
@@ -114,46 +114,6 @@
       </plugins>
     </pluginManagement> 
     
-    <plugins>
-          <plugin>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>maven-bundle-plugin</artifactId>
-            <!-- 2.3.5 accidentally required Java 6 -->
-            <version>2.3.4</version>
-            <executions>
-              <execution>
-                <id>uima-bundle</id>
-                <phase>integration-test</phase>
-                <goals><goal>manifest</goal></goals>
-                <configuration>
-                  <buildDirectory>${project.build.directory}/osgi</buildDirectory>
-                  <manifestLocation>${project.build.directory}/osgi/META-INF</manifestLocation>
-                  <instructions>
-                    <Export-Package>org.apache.uima,
-                      org.apache.uima.annotator,
-                      org.tartarus.snowball,
-                      org.tartarus.snowball.ext
-                    </Export-Package>
-                    <Import-Package>org.apache.log.*;resolution:=optional</Import-Package>
-                    <Embed-Dependency>*;scope=compile;</Embed-Dependency>
-                    <Embed-Directory>lib</Embed-Directory>
-                    <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-                    <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI>
-                    <Bundle-ClassPath>.,lib/${project.build.finalName}.jar,{maven-dependencies},lib/uimaj-core-${uimaDependencyVersion}.jar</Bundle-ClassPath>
-                    <Include-Resource>
-                      {maven-resources}, {maven-dependencies},
-                      lib/uimaj-core-${uimaDependencyVersion}.jar=${settings.localRepository}/org/apache/uima/uimaj-core/${uimaDependencyVersion}/uimaj-core-${uimaDependencyVersion}.jar
-                    </Include-Resource>
-                    <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
-                    <Bundle-SymbolicName>${project.groupId}.${project.artifactId};singleton:=true</Bundle-SymbolicName>
-                  </instructions>
-                </configuration>
-              </execution>
-            </executions>
-</plugin>
-    
-    </plugins>
-
     <!-- add desc to test resources -->
 		<testResources>
 			<testResource>