Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-10 15:50:44 +0000
committercletavernie2012-04-10 15:50:44 +0000
commit4b6ed6d34dc60a47ac9de00dadb46fb97f834543 (patch)
tree44c4f0b8b0a97c8405fa3db8566ea1be4c00d96f /features
parentfbf8cc844fb5fb144b10cac16254cbc920ca5ab5 (diff)
downloadorg.eclipse.papyrus-4b6ed6d34dc60a47ac9de00dadb46fb97f834543.tar.gz
org.eclipse.papyrus-4b6ed6d34dc60a47ac9de00dadb46fb97f834543.tar.xz
org.eclipse.papyrus-4b6ed6d34dc60a47ac9de00dadb46fb97f834543.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Update feature name & fix build.properties
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml2
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/build.properties3
2 files changed, 3 insertions, 2 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml
index d2289e335e2..97183244688 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.infra.emf.feature"
- label="Papyrus Infra EMF"
+ label="Papyrus Infra EMF (Incubation)"
version="0.9.0.qualifier"
provider-name="Eclipse Modeling Project">
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/build.properties b/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/build.properties
index 880679e9a55..bca444b46fa 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/build.properties
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/build.properties
@@ -1,5 +1,6 @@
bin.includes = epl-v10.html,\
feature.xml,\
- license.html
+ license.html,\
+ feature.properties
src.includes = epl-v10.html,\
license.html

Back to the top