You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by to...@apache.org on 2011/11/08 15:03:31 UTC

svn commit: r1199247 - /incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml

Author: tommaso
Date: Tue Nov  8 14:03:30 2011
New Revision: 1199247

URL: http://svn.apache.org/viewvc?rev=1199247&view=rev
Log:
[CLEREZZA-650] - removed old commented setting

Modified:
    incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml

Modified: incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml?rev=1199247&r1=1199246&r2=1199247&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.samples/pom.xml Tue Nov  8 14:03:30 2011
@@ -89,11 +89,13 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Import-Package>javax.xml.*;org.xml.*;org.apache.xml.*;org.apache.tools.*;com.sun.*;org.w3c.dom.*;resolution:=optional,javax.ws.rs.*;org.apache.uima.*;org.apache.clerezza.*</Import-Package>
+            <Import-Package>
+              javax.xml.*;org.xml.*;org.apache.xml.*;org.apache.tools.*;com.sun.*;org.w3c.dom.*;resolution:=optional,javax.ws.rs.*;org.apache.uima.*;org.apache.clerezza.*
+            </Import-Package>
             <Export-Package>org.apache.clerezza.uima.samples.*</Export-Package>
             <Bundle-Activator>org.apache.clerezza.uima.samples.UIMASamplesBundleActivator</Bundle-Activator>
-            <Embed-Dependency>*;artifactId=commons-io|RegularExpressionAnnotator|xmlbeans|geronimo-stax-api_1.0_spec</Embed-Dependency>
-            <!--<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>-->
+            <Embed-Dependency>*;artifactId=commons-io|RegularExpressionAnnotator|xmlbeans|geronimo-stax-api_1.0_spec
+            </Embed-Dependency>
           </instructions>
         </configuration>
       </plugin>