]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/org.argeo.slc.demo.basic/pom.xml
ActiveMQ and Castor integration
[gpl/argeo-slc.git] / demo / org.argeo.slc.demo.basic / pom.xml
index 33d29dd732415e6f4a1ecb1cf8c29fa887be96cc..27ba7f0d378cfec912f6a7e7368c37d6a7e66a9c 100644 (file)
                                        <instructions>
                                                <Import-Package>org.apache.commons.logging,org.springframework.beans.factory.config</Import-Package>
                                                <Require-Bundle>org.argeo.slc.execution,org.argeo.slc.specs,org.argeo.slc.support.simple,org.springframework.aop,com.springsource.net.sf.cglib,com.springsource.org.aopalliance</Require-Bundle>
-                                               <Spring-Context>conf/main.xml</Spring-Context>
+                                               <Spring-Context>conf/*,conf/testCases/*</Spring-Context>
                                        </instructions>
                                </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>manifest</goal>
+                                               </goals>
+                                               <phase>resources</phase>
+                                       </execution>
+                               </executions>
                        </plugin>
                </plugins>
        </build>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.detached.launcher</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.eclipse.osgi</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.extender</artifactId>
-               </dependency>
        </dependencies>
 </project>