]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached.launcher/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached.launcher / pom.xml
index b101f93dcab9fe0ccf2062396e3aa8f27ba30efb..8a7bcab1482e682fe90c9a3552bf5c30a62a4cd7 100644 (file)
@@ -2,12 +2,13 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.13.0</version>
+               <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached.launcher</artifactId>
-       <name>Argeo SLC Detached Launcher</name>
+       <name>SLC Detached Launcher</name>
        <packaging>jar</packaging>
        <build>
                <plugins>
                                        <target>1.4</target>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
+                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               <descriptor>src/assembly/dist.xml</descriptor>
-                                       </descriptors>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>attach-assembly</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>single</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
-               <!--
-                       <dependency> <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId> </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>
- -->
-
-               <!--
-                       Old <dependency> <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId> <version>2.0.8</version>
-                       </dependency> <dependency> <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId> </dependency> <dependency>
-                       <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency>
-                       <dependency> <groupId>commons-io</groupId>
-                       <artifactId>commons-io</artifactId> </dependency>
-               -->
-
-               <!--
-                       <dependency> <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.detached.ext.log4j</artifactId>
-                       <version>0.11.2</version> </dependency>
-               -->
-               <!-- Spring
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.context</artifactId>
-               </dependency>
- -->
-               <!--
-                       <dependency> <groupId>org.apache.xerces</groupId>
-                       <artifactId>com.springsource.org.apache.xerces</artifactId>
-                       </dependency> <dependency> <groupId>org.apache.xalan</groupId>
-                       <artifactId>com.springsource.org.apache.xalan</artifactId>
-                       </dependency> <dependency>
-                       <groupId>edu.emory.mathcs.backport</groupId> <artifactId>
-                       com.springsource.edu.emory.mathcs.backport </artifactId>
-                       </dependency>
-               -->
-               <!-- 
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>
-                               com.springsource.org.apache.commons.io
-                       </artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.junit</groupId>
-                       <artifactId>com.springsource.junit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.log4j</groupId>
-                       <artifactId>com.springsource.org.apache.log4j</artifactId>
-               </dependency> -->
-               <!--
-                       <dependency> <groupId>org.slf4j</groupId>
-                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
-                       </dependency> <dependency> <groupId>org.slf4j</groupId>
-                       <artifactId>com.springsource.slf4j.jcl</artifactId> </dependency>
-               -->
        </dependencies>
 </project>
\ No newline at end of file