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 2009/10/09 23:24:19 UTC

svn commit: r823697 - /incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Author: schor
Date: Fri Oct  9 21:24:18 2009
New Revision: 823697

URL: http://svn.apache.org/viewvc?rev=823697&view=rev
Log:
UIMA-1606 add one import

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?rev=823697&r1=823696&r2=823697&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Fri Oct  9 21:24:18 2009
@@ -119,7 +119,8 @@
                  not needed by maven -->
             <Import-Package>*,
               org.eclipse.core.runtime.jobs,
-              org.osgi.framework
+              org.osgi.framework, 
+              org.eclipse.jdt.core.jdom
             </Import-Package> 
             <Bundle-SymbolicName>org.apache.uima.jcas.jcasgenp;singleton:=true</Bundle-SymbolicName>
             <Eclipse-AutoStart>true</Eclipse-AutoStart>