From f049646e1e3f07f785d53a903dcdfbd633cedf89 Mon Sep 17 00:00:00 2001 From: Pierre-Charles David Date: Wed, 6 May 2026 09:46:55 +0200 Subject: [PATCH] [doc] Fix documentation contribution Signed-off-by: Pierre-Charles David --- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 5 +++- .../plugin.xml | 27 ++----------------- doc/org.eclipse.emf.transaction.doc/pom.xml | 2 +- doc/org.eclipse.emf.transaction.doc/toc.xml | 14 ---------- .../topics_Reference.xml | 7 ----- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 7 ++++- doc/org.eclipse.emf.workspace.doc/plugin.xml | 21 +-------------- doc/org.eclipse.emf.workspace.doc/pom.xml | 2 +- .../topics_Reference.xml | 7 ----- 11 files changed, 17 insertions(+), 79 deletions(-) delete mode 100644 doc/org.eclipse.emf.transaction.doc/topics_Reference.xml delete mode 100644 doc/org.eclipse.emf.workspace.doc/topics_Reference.xml diff --git a/doc/org.eclipse.emf.transaction.doc/META-INF/MANIFEST.MF b/doc/org.eclipse.emf.transaction.doc/META-INF/MANIFEST.MF index 443f6d22..f81e64c0 100644 --- a/doc/org.eclipse.emf.transaction.doc/META-INF/MANIFEST.MF +++ b/doc/org.eclipse.emf.transaction.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Plugin.name Bundle-SymbolicName: org.eclipse.emf.transaction.doc;singleton:=true -Bundle-Version: 1.5.0.qualifier +Bundle-Version: 1.6.0.qualifier Bundle-Vendor: %Provider.name Bundle-Localization: plugin Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)" diff --git a/doc/org.eclipse.emf.transaction.doc/build.properties b/doc/org.eclipse.emf.transaction.doc/build.properties index fac2b3ec..24e62440 100644 --- a/doc/org.eclipse.emf.transaction.doc/build.properties +++ b/doc/org.eclipse.emf.transaction.doc/build.properties @@ -16,6 +16,9 @@ bin.includes = META-INF/,\ about.properties,\ modeling32.png,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + references/,\ + tutorials/,\ + toc.xml src.includes = about.html custom = true diff --git a/doc/org.eclipse.emf.transaction.doc/plugin.xml b/doc/org.eclipse.emf.transaction.doc/plugin.xml index ed1bf4ec..3524dc24 100644 --- a/doc/org.eclipse.emf.transaction.doc/plugin.xml +++ b/doc/org.eclipse.emf.transaction.doc/plugin.xml @@ -1,30 +1,7 @@ - - - - - --> - - - - - - - - - - diff --git a/doc/org.eclipse.emf.transaction.doc/pom.xml b/doc/org.eclipse.emf.transaction.doc/pom.xml index 80b747f6..eb975fa1 100644 --- a/doc/org.eclipse.emf.transaction.doc/pom.xml +++ b/doc/org.eclipse.emf.transaction.doc/pom.xml @@ -10,6 +10,6 @@ org.eclipse.emf.transaction.plugins org.eclipse.emf.transaction.doc - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT eclipse-plugin diff --git a/doc/org.eclipse.emf.transaction.doc/toc.xml b/doc/org.eclipse.emf.transaction.doc/toc.xml index 9527dab6..42969aa7 100644 --- a/doc/org.eclipse.emf.transaction.doc/toc.xml +++ b/doc/org.eclipse.emf.transaction.doc/toc.xml @@ -33,18 +33,4 @@ - - - - - - - - - - - - - - diff --git a/doc/org.eclipse.emf.transaction.doc/topics_Reference.xml b/doc/org.eclipse.emf.transaction.doc/topics_Reference.xml deleted file mode 100644 index 919bf6f1..00000000 --- a/doc/org.eclipse.emf.transaction.doc/topics_Reference.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/doc/org.eclipse.emf.workspace.doc/META-INF/MANIFEST.MF b/doc/org.eclipse.emf.workspace.doc/META-INF/MANIFEST.MF index 306e6db1..0dcfac11 100644 --- a/doc/org.eclipse.emf.workspace.doc/META-INF/MANIFEST.MF +++ b/doc/org.eclipse.emf.workspace.doc/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Plugin.name Bundle-SymbolicName: org.eclipse.emf.workspace.doc;singleton:=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.5.0.qualifier Bundle-Vendor: %Provider.name Bundle-Localization: plugin Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)" diff --git a/doc/org.eclipse.emf.workspace.doc/build.properties b/doc/org.eclipse.emf.workspace.doc/build.properties index fac2b3ec..ed8b81a2 100644 --- a/doc/org.eclipse.emf.workspace.doc/build.properties +++ b/doc/org.eclipse.emf.workspace.doc/build.properties @@ -16,6 +16,11 @@ bin.includes = META-INF/,\ about.properties,\ modeling32.png,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + references/,\ + tutorials/,\ + topics_Overviews.xml,\ + topics_Tutorials.xml,\ + topics_Examples.xml src.includes = about.html custom = true diff --git a/doc/org.eclipse.emf.workspace.doc/plugin.xml b/doc/org.eclipse.emf.workspace.doc/plugin.xml index 000b22ee..ba073f4e 100644 --- a/doc/org.eclipse.emf.workspace.doc/plugin.xml +++ b/doc/org.eclipse.emf.workspace.doc/plugin.xml @@ -1,28 +1,9 @@ - - - - - - - - diff --git a/doc/org.eclipse.emf.workspace.doc/pom.xml b/doc/org.eclipse.emf.workspace.doc/pom.xml index ddb0f9bd..8eeed8a0 100644 --- a/doc/org.eclipse.emf.workspace.doc/pom.xml +++ b/doc/org.eclipse.emf.workspace.doc/pom.xml @@ -10,6 +10,6 @@ org.eclipse.emf.transaction.plugins org.eclipse.emf.workspace.doc - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-plugin diff --git a/doc/org.eclipse.emf.workspace.doc/topics_Reference.xml b/doc/org.eclipse.emf.workspace.doc/topics_Reference.xml deleted file mode 100644 index a424b7bb..00000000 --- a/doc/org.eclipse.emf.workspace.doc/topics_Reference.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -