You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2006/11/11 16:26:32 UTC

svn commit: r473726 - /directory/sandbox/jconlon/osgi-commons/antlr/pom.xml

Author: jconlon
Date: Sat Nov 11 07:26:31 2006
New Revision: 473726

URL: http://svn.apache.org/viewvc?view=rev&rev=473726
Log:
simplified export specification

Modified:
    directory/sandbox/jconlon/osgi-commons/antlr/pom.xml

Modified: directory/sandbox/jconlon/osgi-commons/antlr/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-commons/antlr/pom.xml?view=diff&rev=473726&r1=473725&r2=473726
==============================================================================
--- directory/sandbox/jconlon/osgi-commons/antlr/pom.xml (original)
+++ directory/sandbox/jconlon/osgi-commons/antlr/pom.xml Sat Nov 11 07:26:31 2006
@@ -31,19 +31,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-            <Export-Package>
-            antlr,
-            antlr.actions.cpp,
-            antlr.actions.csharp,
-            antlr.actions.java, 
-            antlr.actions.python,
-            antlr.collections,
-            antlr.collections.impl,
-            antlr.ASdebug,
-            antlr.debug.misc,
-            antlr.debug,
-            antlr.preprocessor
-            </Export-Package>
+            <Export-Package>*</Export-Package>
             <Import-Package>!javax.*</Import-Package>
           </instructions>
         </configuration>