Adapt to changes in build system
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Oct 2022 10:19:28 +0000 (12:19 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Oct 2022 10:19:28 +0000 (12:19 +0200)
branch.mk
cnf/unstable.bnd [deleted file]
sdk/argeo-build
sdk/branches/unstable.bnd [new file with mode: 0644]

index a6f848887ccc40bb5bdd3db46d37140d94f544eb..afde0f838e8e39e2e2b5abe863169d7891a97131 100644 (file)
--- a/branch.mk
+++ b/branch.mk
@@ -1 +1 @@
-include $(SDK_SRC_BASE)/cnf/unstable.bnd
+BRANCH=unstable
\ No newline at end of file
diff --git a/cnf/unstable.bnd b/cnf/unstable.bnd
deleted file mode 100644 (file)
index 359edf6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-MAJOR=2
-MINOR=3
-MICRO=9
-qualifier=.next
-
-Bundle-RequiredExecutionEnvironment=JavaSE-11
index 872f63170bb639abab6e64d6e3d6a13318d38e32..a261043de5f9d90373bb1e7f395e3371ba9e67ef 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 872f63170bb639abab6e64d6e3d6a13318d38e32
+Subproject commit a261043de5f9d90373bb1e7f395e3371ba9e67ef
diff --git a/sdk/branches/unstable.bnd b/sdk/branches/unstable.bnd
new file mode 100644 (file)
index 0000000..7ea877e
--- /dev/null
@@ -0,0 +1,4 @@
+major=2
+minor=3
+micor=9
+qualifier=.next
\ No newline at end of file