Author: ogrisel
Date: Thu Dec 1 16:14:32 2011
New Revision: 1209138
URL: http://svn.apache.org/viewvc?rev=1209138&view=rev
Log:
fix OSGi deployment step 1: do not embed all other bundle you depend upon
Modified:
incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
Modified: incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml?rev=1209138&r1=1209137&r2=1209138&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml Thu Dec 1
16:14:32 2011
@@ -57,13 +57,6 @@
<Export-Package>
org.apache.stanbol.enhancer.engines.opencalais;version=${project.version},
</Export-Package>
- <Embed-Dependency>
- *;scope=compile
- </Embed-Dependency>
- <Embed-Transitive>true</Embed-Transitive>
- <Import-Package>
- *
- </Import-Package>
</instructions>
</configuration>
</plugin>
@@ -91,7 +84,7 @@
<exclude>src/main/resources/calaisTypeMap.txt</exclude>
</excludes>
</configuration>
- </plugin>
+ </plugin>
</plugins>
</build>