Author: cihan
Date: Mon May  9 13:34:57 2011
New Revision: 1101022

URL: http://svn.apache.org/viewvc?rev=1101022&view=rev
Log:
STANBOL-188: Added missing commons-collections jar to core bundle classpath. 
Added missing include statement in launcher.

Modified:
    incubator/stanbol/trunk/cmsadapter/core/pom.xml
    incubator/stanbol/trunk/cmsadapter/launchers/lite/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/core/pom.xml?rev=1101022&r1=1101021&r2=1101022&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/core/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/core/pom.xml Mon May  9 13:34:57 2011
@@ -22,6 +22,12 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               
<Embed-Dependency>commons-collections</Embed-Dependency>
+                                               
<Embed-Transitive>true</Embed-Transitive>
+                                       </instructions>
+                               </configuration>
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>

Modified: incubator/stanbol/trunk/cmsadapter/launchers/lite/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/launchers/lite/pom.xml?rev=1101022&r1=1101021&r2=1101022&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/launchers/lite/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/launchers/lite/pom.xml Mon May  9 
13:34:57 2011
@@ -27,6 +27,8 @@
                                                        
<directory>${basedir}</directory>
                                                        <includes>
                                                                
<include>sling</include>
+                                                               
<include>ps_db</include>
+                                                               
<include>derby.log</include>
                                                        </includes>
                                                </fileset>
                                        </filesets>


Reply via email to