From 15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3 Mon Sep 17 00:00:00 2001 From: Camille Letavernier Date: Thu, 24 Apr 2014 11:31:53 +0200 Subject: [Releng] Fix metadata --- .../org.eclipse.papyrus.emf.facet.custom.doc/.classpath | 7 ------- .../org.eclipse.papyrus.emf.facet.custom.doc/.project | 6 ------ .../build.properties | 1 - .../eclipse/papyrus/emf/facet/custom/doc/Activator.java | 17 ----------------- .../META-INF/MANIFEST.MF | 3 ++- .../build.properties | 3 ++- 6 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.classpath delete mode 100644 plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java (limited to 'plugins/facet') diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.classpath b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.classpath deleted file mode 100644 index 0a91e8e9ef8..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.project b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.project index 3f30cbe9422..7f60c78dd50 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.project +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.project @@ -5,11 +5,6 @@ - - org.eclipse.jdt.core.javabuilder - - - org.eclipse.pde.ManifestBuilder @@ -23,6 +18,5 @@ org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/build.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/build.properties index 4232c9d99f6..cdb6602c5fc 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/build.properties +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/build.properties @@ -1,4 +1,3 @@ -source.. = src/ bin.includes = META-INF/,\ img/,\ about.html,\ diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java deleted file mode 100644 index 295768e720b..00000000000 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java +++ /dev/null @@ -1,17 +0,0 @@ -package org.eclipse.papyrus.emf.facet.custom.doc; - -import org.osgi.framework.BundleActivator; -import org.osgi.framework.BundleContext; - -public class Activator implements BundleActivator { - - @Override - public void start(BundleContext context) throws Exception { - // TODO Auto-generated method stub - } - - @Override - public void stop(BundleContext context) throws Exception { - // TODO Auto-generated method stub - } -} diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF index c3b55a8ffdc..5ef71440134 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF @@ -1,5 +1,6 @@ Bundle-ManifestVersion: 2 -Bundle-Name: Doc +Bundle-Name: Facet Custom Editor (Incubation) Bundle-SymbolicName: org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc;singleton:=true Bundle-Version: 1.0.0.qualifier Require-Bundle: org.eclipse.help +Bundle-Vendor: Eclipse Modeling Project diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/build.properties b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/build.properties index 06f2c3274a9..267d1353e99 100644 --- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/build.properties +++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/build.properties @@ -1,4 +1,5 @@ bin.includes = META-INF/,\ resource/,\ - plugin.xml + plugin.xml,\ + about.html src.includes = about.html -- cgit v1.2.1