]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/modules/org.argeo.slc.demo.basic/pom.xml
Use repo.argeo.org
[gpl/argeo-slc.git] / demo / modules / org.argeo.slc.demo.basic / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc.demo</groupId>
5 <artifactId>modules</artifactId>
6 <version>1.1.3-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.demo.basic</artifactId>
10 <name>SLC Demo Basic</name>
11 <!-- <build> -->
12 <!-- <plugins> -->
13 <!-- <plugin> -->
14 <!-- <groupId>org.apache.felix</groupId> -->
15 <!-- <artifactId>maven-bundle-plugin</artifactId> -->
16 <!-- <configuration> -->
17 <!-- <instructions> -->
18 <!-- <SLC-ExecutionModule>default</SLC-ExecutionModule> -->
19 <!-- <Import-Package> -->
20 <!-- *, -->
21 <!-- org.argeo.slc.core.structure.tree, -->
22
23 <!-- net.sf.cglib.core, -->
24 <!-- net.sf.cglib.proxy, -->
25 <!-- net.sf.cglib.reflect, -->
26 <!-- org.aopalliance.aop, -->
27 <!-- org.argeo.slc.core.execution, -->
28 <!-- org.argeo.slc.core.execution.tasks, -->
29 <!-- org.argeo.slc.execution, -->
30 <!-- org.argeo.slc.osgi, -->
31 <!-- org.springframework.aop, -->
32 <!-- org.springframework.aop.framework, -->
33 <!-- org.springframework.aop.scope, -->
34 <!-- org.springframework.beans.factory.config, -->
35 <!-- org.springframework.core.io, -->
36 <!-- </Import-Package> -->
37 <!-- </instructions> -->
38 <!-- </configuration> -->
39 <!-- </plugin> -->
40 <!-- </plugins> -->
41 <!-- </build> -->
42 </project>