Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-03-25 08:16:48 +0000
committerVincent Lorenzo2015-03-30 19:26:57 +0000
commit6f622a1f988834fd4904fd90882aa9ba4cc45809 (patch)
tree52ebe591b27c68435a75a4d63f9403fd961c0192 /plugins
parentbc16b9257b75a9df0f0076a01ef76a808cfd6eb3 (diff)
downloadorg.eclipse.papyrus-6f622a1f988834fd4904fd90882aa9ba4cc45809.tar.gz
org.eclipse.papyrus-6f622a1f988834fd4904fd90882aa9ba4cc45809.tar.xz
org.eclipse.papyrus-6f622a1f988834fd4904fd90882aa9ba4cc45809.zip
Fix build for textual editors in papyrus
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/META-INF/MANIFEST.MF4
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/build.properties3
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/META-INF/MANIFEST.MF
index e1ca57c5eba..90bb2cb666f 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/META-INF/MANIFEST.MF
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: $pluginName
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.uml.nattable.xtext.valuespecification;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.nattable.xtext.valuespecification.Activator
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.uml2.uml,
org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui;bundle-version="1.1.0",
com.google.inject,
org.eclipse.papyrus.uml.nattable.xtext.integration;bundle-version="1.1.0",
- org.eclipse.nebula.widgets.nattable.core,
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="1.2.0",
org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/build.properties b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/build.properties
index dd3fa347af8..143cc21b5e6 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/build.properties
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/build.properties
@@ -3,6 +3,7 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
- about.html
+ about.html,\
+ build.properties
src.includes = about.html

Back to the top