]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Introduce examples modules
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 22 Nov 2008 15:17:48 +0000 (15:17 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 22 Nov 2008 15:17:48 +0000 (15:17 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1864 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

examples/org.argeo.slc.example01/pom.xml
examples/org.argeo.slc.example01/src/main/resources/META-INF/MANIFEST.MF
examples/pom.xml [new file with mode: 0644]
pom.xml

index 29b064fbe1f43a4b9da0e3287083359924852825..94254bf0487a9203492b511b82c68808bd41f0dc 100644 (file)
@@ -9,7 +9,7 @@
        </parent>
        <groupId>org.argeo.slc.examples</groupId>
        <artifactId>org.argeo.slc.example01</artifactId>
        </parent>
        <groupId>org.argeo.slc.examples</groupId>
        <artifactId>org.argeo.slc.example01</artifactId>
-       <name>Argeo SLC Demo Example 01</name>
+       <name>Argeo SLC Example 01</name>
        <packaging>jar</packaging>
        <description>An Example SLC application</description>
        <build>
        <packaging>jar</packaging>
        <description>An Example SLC application</description>
        <build>
index 2659999506bc6b6c6d1b61ff323aaf17431eeedb..b6e1396c088af87039ff5c6b241e98e88c5c63c3 100644 (file)
@@ -6,7 +6,7 @@ Export-Package: org.argeo.slc.example.appli;version="0.11.2.SNAPSHOT",
  xt,org.argeo.slc.core.build,org.argeo.slc.core.deploy,org.argeo.slc.c\r
  ore.test,org.argeo.slc.core.structure.tree";version="0.11.2.SNAPSHOT"\r
 Tool: Bnd-0.0.255\r
  xt,org.argeo.slc.core.build,org.argeo.slc.core.deploy,org.argeo.slc.c\r
  ore.test,org.argeo.slc.core.structure.tree";version="0.11.2.SNAPSHOT"\r
 Tool: Bnd-0.0.255\r
-Bundle-Name: Argeo SLC Demo Example 01\r
+Bundle-Name: Argeo SLC Example 01\r
 Created-By: 1.6.0 (Sun Microsystems Inc.)\r
 Require-Bundle: org.argeo.slc.core,org.argeo.slc.agent\r
 Bundle-Vendor: Argeo\r
 Created-By: 1.6.0 (Sun Microsystems Inc.)\r
 Require-Bundle: org.argeo.slc.core,org.argeo.slc.agent\r
 Bundle-Vendor: Argeo\r
diff --git a/examples/pom.xml b/examples/pom.xml
new file mode 100644 (file)
index 0000000..344af79
--- /dev/null
@@ -0,0 +1,15 @@
+<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">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>argeo-slc</artifactId>
+               <version>0.11.2-SNAPSHOT</version>
+               <relativePath>../../org.argeo.slc</relativePath>
+       </parent>
+       <artifactId>argeo-slc-examples</artifactId>
+       <packaging>pom</packaging>
+       <name>Argeo SLC Examples</name>
+       <modules>
+               <module>org.argeo.slc.example01</module>
+       </modules>
+</project>
diff --git a/pom.xml b/pom.xml
index b50b4969a92250f59d7686bd33e832f285fd6d3d..027cbc64cf9297dfb0891b7ed4a21d2db7d4919e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
                <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
                -->
                <module>runtime</module>
                <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
                -->
                <module>runtime</module>
+               <module>examples</module>
 
                <module>org.argeo.slc.webapp</module>
                <module>org.argeo.slc.detached.launcher</module>
 
                <module>org.argeo.slc.webapp</module>
                <module>org.argeo.slc.detached.launcher</module>