Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-24 11:12:19 +0000
committerCamille Letavernier2014-04-24 11:12:19 +0000
commit736db7e86c838a6a162b77b2c69b5a5a6a221029 (patch)
tree185649abbf090221ed8f9411709633ee37d3b3d0 /tests/recipes
parent15d0f1f0267283ebc7bac9bf0a7f9e1bdb3ec0c3 (diff)
downloadorg.eclipse.papyrus-736db7e86c838a6a162b77b2c69b5a5a6a221029.tar.gz
org.eclipse.papyrus-736db7e86c838a6a162b77b2c69b5a5a6a221029.tar.xz
org.eclipse.papyrus-736db7e86c838a6a162b77b2c69b5a5a6a221029.zip
[Releng] Fix metadata
Diffstat (limited to 'tests/recipes')
-rw-r--r--tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF3
-rw-r--r--tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/build.properties4
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
index ec87b07512d..f2acbc6618e 100644
--- a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
+++ b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: NewChildTest
+Bundle-Name: NewChildTest (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.infra.newchild.test;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.infra.newchild.test.Activator
@@ -9,3 +9,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.newchild;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: Eclipse Modeling Project
diff --git a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/build.properties b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/build.properties
index 6f20375d6c7..e0e105b23b5 100644
--- a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/build.properties
+++ b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/build.properties
@@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html
+src.includes = about.html

Back to the top