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