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 2010/08/09 17:06:14 UTC

svn commit: r983674 - /uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Author: schor
Date: Mon Aug  9 15:06:14 2010
New Revision: 983674

URL: http://svn.apache.org/viewvc?rev=983674&view=rev
Log:
[UIMA-1854] removing executions - not needed, reduce clutter.

Modified:
    uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml?rev=983674&r1=983673&r2=983674&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml Mon Aug  9 15:06:14 2010
@@ -90,30 +90,25 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>uima-bundle</id>
-            <configuration>
-              <instructions>
-                <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->
-                <_nouses>true</_nouses>
-                <Export-Package>
-                  org.apache.uima.aae.deployment,
-                  org.apache.uima.aae.deployment.impl,
-                  org.apache.uima.application.metadata,
-                  org.apache.uima.application.metadata.impl,
-                  org.apache.uima.application.util,
-                  org.apache.uima.cpe.model,
-                  org.apache.uima.tools.debug.util
-                </Export-Package>
-    
-                <Bundle-SymbolicName>org.apache.uima.runtime.fragments.deployeditor;singleton:=true</Bundle-SymbolicName>
-    
-                <Fragment-Host>org.apache.uima.runtime;bundle-version="${parsedVersion.osgiVersion}"</Fragment-Host>
-              </instructions>
-            </configuration>
-          </execution>
-        </executions>
+        <configuration>
+          <instructions>
+            <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->
+            <_nouses>true</_nouses>
+            <Export-Package>
+              org.apache.uima.aae.deployment,
+              org.apache.uima.aae.deployment.impl,
+              org.apache.uima.application.metadata,
+              org.apache.uima.application.metadata.impl,
+              org.apache.uima.application.util,
+              org.apache.uima.cpe.model,
+              org.apache.uima.tools.debug.util
+            </Export-Package>
+
+            <Bundle-SymbolicName>org.apache.uima.runtime.fragments.deployeditor;singleton:=true</Bundle-SymbolicName>
+
+            <Fragment-Host>org.apache.uima.runtime;bundle-version="${parsedVersion.osgiVersion}"</Fragment-Host>
+          </instructions>
+        </configuration>
       </plugin>
 
     </plugins>