Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-24 09:31:53 +0000
committerCamille Letavernier2014-04-24 09:31:53 +0000
commit15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3 (patch)
treeeec2abe1c039dd73f301a0eb3c62c8fda715b6d7 /plugins/facet
parentb57e42971f71ee3ed02d2b9096897e5b045b85a4 (diff)
downloadorg.eclipse.papyrus-15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3.tar.gz
org.eclipse.papyrus-15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3.tar.xz
org.eclipse.papyrus-15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3.zip
[Releng] Fix metadata
Diffstat (limited to 'plugins/facet')
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.classpath7
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/.project6
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/build.properties1
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java17
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/META-INF/MANIFEST.MF3
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/build.properties3
6 files changed, 4 insertions, 33 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
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
@@ -6,11 +6,6 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
@@ -23,6 +18,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
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

Back to the top