Use new build approach.
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Nov 2021 06:32:58 +0000 (07:32 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 15 Nov 2021 06:32:58 +0000 (07:32 +0100)
13 files changed:
cms/cnf/maven.bnd [new file with mode: 0644]
cms/pom.xml
cnf/argeo.bnd [new file with mode: 0644]
cnf/build.bnd [new file with mode: 0644]
cnf/maven.bnd [new file with mode: 0644]
cnf/unstable.bnd [new file with mode: 0644]
demo/modules/cnf/maven.bnd [new file with mode: 0644]
dep/cnf/maven.bnd [new file with mode: 0644]
legacy/argeo-commons/cnf/maven.bnd [new file with mode: 0644]
legacy/argeo-commons/dep/cnf/maven.bnd [new file with mode: 0644]
legacy/cnf/maven.bnd [new file with mode: 0644]
legacy/pom.xml
lib/cnf/maven.bnd [new file with mode: 0644]

diff --git a/cms/cnf/maven.bnd b/cms/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file
index b5c257b0fc874f718f1f474eb96936efe8e9aa7b..e29940e28333b4efc6e43ef02e0352e5c3ea13cc 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.3</version>
+               <version>2.1.4-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc-cms</artifactId>
@@ -13,7 +13,7 @@
        <properties>
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
-               <version.argeo-commons>2.3.1-SNAPSHOT</version.argeo-commons>
+               <version.argeo-commons>2.3-SNAPSHOT</version.argeo-commons>
 
                <version.slc>2.3.1-SNAPSHOT</version.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
diff --git a/cnf/argeo.bnd b/cnf/argeo.bnd
new file mode 100644 (file)
index 0000000..82c8c08
--- /dev/null
@@ -0,0 +1,15 @@
+# Common
+qualifier=.next
+
+Bundle-Version: ${version.released}${qualifier}
+Private-Package: *.internal.*
+Export-Package: !*.internal.*, *
+-consumer-policy : ${range;[==,=+)}
+-savemanifest : META-INF/MANIFEST.MF
+-includeresource.default : OSGI-INF/=-OSGI-INF/,e4xmi/=-e4xmi/,icons/=-icons/,img/=-img/
+-compression STORE
+-source true
+-removeheaders = Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By
+Automatic-Module-Name: ${bsn}
+SLC-Category=${category}
+-groupid=${category}
diff --git a/cnf/build.bnd b/cnf/build.bnd
new file mode 100644 (file)
index 0000000..af9c91b
--- /dev/null
@@ -0,0 +1,4 @@
+-include: \
+${workspace}/cnf/unstable.bnd, \
+${workspace}/cnf/argeo.bnd, \
+-${workspace}/cnf/release.bnd
diff --git a/cnf/maven.bnd b/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..bbd72ad
--- /dev/null
@@ -0,0 +1,3 @@
+-include: \
+../cnf/unstable.bnd, \
+../cnf/argeo.bnd
diff --git a/cnf/unstable.bnd b/cnf/unstable.bnd
new file mode 100644 (file)
index 0000000..0736d1a
--- /dev/null
@@ -0,0 +1,6 @@
+category=org.argeo.slc
+version.released=2.3.0
+Bundle-RequiredExecutionEnvironment=JavaSE-11
+
+argeo.rpm.stagingRepository=/srv/rpmfactory/unstable/argeo-osgi-2/argeo
+argeo.rpm.suffix=-unstable
diff --git a/demo/modules/cnf/maven.bnd b/demo/modules/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..a3fca92
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../../cnf/maven.bnd
\ No newline at end of file
diff --git a/dep/cnf/maven.bnd b/dep/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file
diff --git a/legacy/argeo-commons/cnf/maven.bnd b/legacy/argeo-commons/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file
diff --git a/legacy/argeo-commons/dep/cnf/maven.bnd b/legacy/argeo-commons/dep/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file
diff --git a/legacy/cnf/maven.bnd b/legacy/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file
index e6c9c6b075f800f7ffcef8b4190eeea294a3c1d3..8a3c7a1253f1facc80234fedf4b68f01bed012d2 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.3</version>
+               <version>2.1.4-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>legacy</artifactId>
@@ -13,7 +13,7 @@
        <properties>
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
-               <version.argeo-commons>2.1.104-SNAPSHOT</version.argeo-commons>
+               <version.argeo-commons>2.3-SNAPSHOT</version.argeo-commons>
 
                <argeo.rpm.stagingRepository>/srv/rpmfactory/legacy/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
        </properties>
diff --git a/lib/cnf/maven.bnd b/lib/cnf/maven.bnd
new file mode 100644 (file)
index 0000000..4bd5c0c
--- /dev/null
@@ -0,0 +1 @@
+-include: ../../cnf/maven.bnd
\ No newline at end of file