Use Maven OSGi Plugin v1.1.6
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 16 Sep 2016 08:59:41 +0000 (08:59 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 16 Sep 2016 08:59:41 +0000 (08:59 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@9175 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.dep.cms.client/.project [new file with mode: 0644]
dep/org.argeo.dep.cms.client/build.properties [new file with mode: 0644]
dep/org.argeo.dep.cms.node/.project [new file with mode: 0644]
dep/org.argeo.dep.cms.node/build.properties [new file with mode: 0644]
dep/org.argeo.dep.cms.platform/.project [new file with mode: 0644]
dep/org.argeo.dep.cms.platform/build.properties [new file with mode: 0644]
dep/org.argeo.dep.cms.sdk/.project [new file with mode: 0644]
dep/org.argeo.dep.cms.sdk/build.properties [new file with mode: 0644]
pom.xml

diff --git a/dep/org.argeo.dep.cms.client/.project b/dep/org.argeo.dep.cms.client/.project
new file mode 100644 (file)
index 0000000..ee9307f
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.dep.cms.client</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/dep/org.argeo.dep.cms.client/build.properties b/dep/org.argeo.dep.cms.client/build.properties
new file mode 100644 (file)
index 0000000..edef3d9
--- /dev/null
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+               modularDistribution.csv
diff --git a/dep/org.argeo.dep.cms.node/.project b/dep/org.argeo.dep.cms.node/.project
new file mode 100644 (file)
index 0000000..1f3b9d1
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.dep.cms.node</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/dep/org.argeo.dep.cms.node/build.properties b/dep/org.argeo.dep.cms.node/build.properties
new file mode 100644 (file)
index 0000000..edef3d9
--- /dev/null
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+               modularDistribution.csv
diff --git a/dep/org.argeo.dep.cms.platform/.project b/dep/org.argeo.dep.cms.platform/.project
new file mode 100644 (file)
index 0000000..19a0b8c
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.dep.cms.platform</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/dep/org.argeo.dep.cms.platform/build.properties b/dep/org.argeo.dep.cms.platform/build.properties
new file mode 100644 (file)
index 0000000..edef3d9
--- /dev/null
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+               modularDistribution.csv
diff --git a/dep/org.argeo.dep.cms.sdk/.project b/dep/org.argeo.dep.cms.sdk/.project
new file mode 100644 (file)
index 0000000..e05219d
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.dep.cms.sdk</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/dep/org.argeo.dep.cms.sdk/build.properties b/dep/org.argeo.dep.cms.sdk/build.properties
new file mode 100644 (file)
index 0000000..edef3d9
--- /dev/null
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+               modularDistribution.csv
diff --git a/pom.xml b/pom.xml
index 888fd7a9efde8c2421895741d1e558ffc2e5fc46..eb328aa265d1f4bc9ee8e4cb289bcfc3af9fa214 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@ limitations under the License.
                                <plugin>
                                        <groupId>org.argeo.maven.plugins</groupId>
                                        <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                       <version>1.1.5</version>
+                                       <version>1.1.6</version>
                                </plugin>
                                <!-- Site -->
                                <plugin>