From 3500c0714186bdc1b976201ed8b8f77ae7f0a95d Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 26 Jun 2023 05:07:12 +0200 Subject: [PATCH] Rename Knowledge product --- Makefile | 2 +- .../.classpath | 0 .../.project | 2 +- .../OSGI-INF/l10n/bundle.properties | 0 .../OSGI-INF/leadPane.xml | 0 .../OSGI-INF/spaceEntryArea.xml | 0 .../OSGI-INF/structureLayer.xml | 0 .../OSGI-INF/swtArgeoApp.xml | 0 .../OSGI-INF/termsEntryArea.xml | 0 .../OSGI-INF/termsLayer.xml | 0 .../bnd.bnd | 8 ++++---- .../build.properties | 0 .../config/leadPane.properties | 0 .../config/spaceEntryArea.properties | 0 .../config/structureLayer.properties | 0 .../config/swtArgeoApp.properties | 0 .../config/termsEntryArea.properties | 0 .../config/termsLayer.properties | 0 org.argeo.suite.knowledge/src/.gitignore | 0 sdk/argeo-suite-server.properties | 2 +- 20 files changed, 7 insertions(+), 7 deletions(-) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/.classpath (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/.project (94%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/l10n/bundle.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/leadPane.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/spaceEntryArea.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/structureLayer.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/swtArgeoApp.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/termsEntryArea.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/OSGI-INF/termsLayer.xml (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/bnd.bnd (55%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/build.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/leadPane.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/spaceEntryArea.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/structureLayer.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/swtArgeoApp.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/termsEntryArea.properties (100%) rename {org.argeo.product.knowledge => org.argeo.suite.knowledge}/config/termsLayer.properties (100%) create mode 100644 org.argeo.suite.knowledge/src/.gitignore diff --git a/Makefile b/Makefile index 4f2a414..da090e8 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ org.argeo.app.profile.acr.fs \ org.argeo.app.profile.acr.jcr \ swt/org.argeo.app.swt \ swt/org.argeo.app.ui \ -org.argeo.product.knowledge \ +org.argeo.suite.knowledge \ DEP_CATEGORIES = \ org.argeo.tp \ diff --git a/org.argeo.product.knowledge/.classpath b/org.argeo.suite.knowledge/.classpath similarity index 100% rename from org.argeo.product.knowledge/.classpath rename to org.argeo.suite.knowledge/.classpath diff --git a/org.argeo.product.knowledge/.project b/org.argeo.suite.knowledge/.project similarity index 94% rename from org.argeo.product.knowledge/.project rename to org.argeo.suite.knowledge/.project index 54f9ad4..1e58e0d 100644 --- a/org.argeo.product.knowledge/.project +++ b/org.argeo.suite.knowledge/.project @@ -1,6 +1,6 @@ - org.argeo.product.knowledge + org.argeo.suite.knowledge diff --git a/org.argeo.product.knowledge/OSGI-INF/l10n/bundle.properties b/org.argeo.suite.knowledge/OSGI-INF/l10n/bundle.properties similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/l10n/bundle.properties rename to org.argeo.suite.knowledge/OSGI-INF/l10n/bundle.properties diff --git a/org.argeo.product.knowledge/OSGI-INF/leadPane.xml b/org.argeo.suite.knowledge/OSGI-INF/leadPane.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/leadPane.xml rename to org.argeo.suite.knowledge/OSGI-INF/leadPane.xml diff --git a/org.argeo.product.knowledge/OSGI-INF/spaceEntryArea.xml b/org.argeo.suite.knowledge/OSGI-INF/spaceEntryArea.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/spaceEntryArea.xml rename to org.argeo.suite.knowledge/OSGI-INF/spaceEntryArea.xml diff --git a/org.argeo.product.knowledge/OSGI-INF/structureLayer.xml b/org.argeo.suite.knowledge/OSGI-INF/structureLayer.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/structureLayer.xml rename to org.argeo.suite.knowledge/OSGI-INF/structureLayer.xml diff --git a/org.argeo.product.knowledge/OSGI-INF/swtArgeoApp.xml b/org.argeo.suite.knowledge/OSGI-INF/swtArgeoApp.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/swtArgeoApp.xml rename to org.argeo.suite.knowledge/OSGI-INF/swtArgeoApp.xml diff --git a/org.argeo.product.knowledge/OSGI-INF/termsEntryArea.xml b/org.argeo.suite.knowledge/OSGI-INF/termsEntryArea.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/termsEntryArea.xml rename to org.argeo.suite.knowledge/OSGI-INF/termsEntryArea.xml diff --git a/org.argeo.product.knowledge/OSGI-INF/termsLayer.xml b/org.argeo.suite.knowledge/OSGI-INF/termsLayer.xml similarity index 100% rename from org.argeo.product.knowledge/OSGI-INF/termsLayer.xml rename to org.argeo.suite.knowledge/OSGI-INF/termsLayer.xml diff --git a/org.argeo.product.knowledge/bnd.bnd b/org.argeo.suite.knowledge/bnd.bnd similarity index 55% rename from org.argeo.product.knowledge/bnd.bnd rename to org.argeo.suite.knowledge/bnd.bnd index c3754ce..7824184 100644 --- a/org.argeo.product.knowledge/bnd.bnd +++ b/org.argeo.suite.knowledge/bnd.bnd @@ -8,8 +8,8 @@ OSGI-INF/termsLayer.xml,\ Import-Package:\ org.argeo.app.api,\ -org.argeo.cms.swt.acr,\ -org.argeo.app.swt.ux,\ -org.argeo.app.swt.terms,\ -org.argeo.app.swt.space,\ +org.argeo.cms.swt.acr;resolution:=optional,\ +org.argeo.app.swt.ux;resolution:=optional,\ +org.argeo.app.swt.terms;resolution:=optional,\ +org.argeo.app.swt.space;resolution:=optional,\ * \ No newline at end of file diff --git a/org.argeo.product.knowledge/build.properties b/org.argeo.suite.knowledge/build.properties similarity index 100% rename from org.argeo.product.knowledge/build.properties rename to org.argeo.suite.knowledge/build.properties diff --git a/org.argeo.product.knowledge/config/leadPane.properties b/org.argeo.suite.knowledge/config/leadPane.properties similarity index 100% rename from org.argeo.product.knowledge/config/leadPane.properties rename to org.argeo.suite.knowledge/config/leadPane.properties diff --git a/org.argeo.product.knowledge/config/spaceEntryArea.properties b/org.argeo.suite.knowledge/config/spaceEntryArea.properties similarity index 100% rename from org.argeo.product.knowledge/config/spaceEntryArea.properties rename to org.argeo.suite.knowledge/config/spaceEntryArea.properties diff --git a/org.argeo.product.knowledge/config/structureLayer.properties b/org.argeo.suite.knowledge/config/structureLayer.properties similarity index 100% rename from org.argeo.product.knowledge/config/structureLayer.properties rename to org.argeo.suite.knowledge/config/structureLayer.properties diff --git a/org.argeo.product.knowledge/config/swtArgeoApp.properties b/org.argeo.suite.knowledge/config/swtArgeoApp.properties similarity index 100% rename from org.argeo.product.knowledge/config/swtArgeoApp.properties rename to org.argeo.suite.knowledge/config/swtArgeoApp.properties diff --git a/org.argeo.product.knowledge/config/termsEntryArea.properties b/org.argeo.suite.knowledge/config/termsEntryArea.properties similarity index 100% rename from org.argeo.product.knowledge/config/termsEntryArea.properties rename to org.argeo.suite.knowledge/config/termsEntryArea.properties diff --git a/org.argeo.product.knowledge/config/termsLayer.properties b/org.argeo.suite.knowledge/config/termsLayer.properties similarity index 100% rename from org.argeo.product.knowledge/config/termsLayer.properties rename to org.argeo.suite.knowledge/config/termsLayer.properties diff --git a/org.argeo.suite.knowledge/src/.gitignore b/org.argeo.suite.knowledge/src/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sdk/argeo-suite-server.properties b/sdk/argeo-suite-server.properties index 6407f79..a600396 100644 --- a/sdk/argeo-suite-server.properties +++ b/sdk/argeo-suite-server.properties @@ -24,7 +24,7 @@ org.argeo.app.ui,\ org.argeo.app.theme.default,\ org.argeo.app.servlet.publish,\ org.argeo.app.servlet.odk,\ -org.argeo.product.knowledge,\ +org.argeo.suite.knowledge,\ # Local -- 2.30.2