Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/developer/org.eclipse.papyrus.gmf.editPoliciesstates/META-INF/MANIFEST.MF1
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.newchild/build.properties18
2 files changed, 10 insertions, 9 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.gmf.editPoliciesstates/META-INF/MANIFEST.MF b/plugins/developer/org.eclipse.papyrus.gmf.editPoliciesstates/META-INF/MANIFEST.MF
index 507596bcfd3..bc881bd6fc2 100644
--- a/plugins/developer/org.eclipse.papyrus.gmf.editPoliciesstates/META-INF/MANIFEST.MF
+++ b/plugins/developer/org.eclipse.papyrus.gmf.editPoliciesstates/META-INF/MANIFEST.MF
@@ -2,7 +2,6 @@ Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.emf.facet.common.ui,
- org.eclipse.gmf.common;bundle-version="1.3.0",
org.eclipse.gmf.runtime.diagram.ui,
org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
org.eclipse.papyrus.editor;bundle-version="1.0.0",
diff --git a/plugins/infra/org.eclipse.papyrus.infra.newchild/build.properties b/plugins/infra/org.eclipse.papyrus.infra.newchild/build.properties
index f33c036a747..7aa68bd97c5 100644
--- a/plugins/infra/org.eclipse.papyrus.infra.newchild/build.properties
+++ b/plugins/infra/org.eclipse.papyrus.infra.newchild/build.properties
@@ -8,12 +8,14 @@ bin.includes = META-INF/,\
schema/,\
resource/
src.includes = about.html,\
- schema/
+ schema/,\
+ docs/,\
+ plugin.pdoc
jre.compilation.profile = J2SE-1.5
-bin.excludes = resource/ElementCreationMenuModel.di,\
- resource/ElementCreationMenuModel.notation,\
- resource/ElementCreationMenuModel.uml,\
- resource/papyrusNewChild.di,\
- resource/papyrusNewChild.notation,\
- resource/papyrusNewChild.uml,\
- resource/NewChildDevelopperDoc.docx
+bin.excludes = docs/ElementCreationMenuModel.di,\
+ docs/ElementCreationMenuModel.notation,\
+ docs/ElementCreationMenuModel.uml,\
+ docs/papyrusNewChild.di,\
+ docs/papyrusNewChild.notation,\
+ docs/papyrusNewChild.uml,\
+ docs/NewChildDevelopperDoc.docx

Back to the top