Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-05-30 08:26:02 +0000
committercletavernie2012-05-30 08:26:02 +0000
commit025e6eac57404ff61536c6678acb8a39302435cf (patch)
tree8afd212b0faccd48ed2659353d13594fff8a7a3a /features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature
parent1ccf63a982a60b6ccbd8bf4ea5025a7df2aad54f (diff)
downloadorg.eclipse.papyrus-025e6eac57404ff61536c6678acb8a39302435cf.tar.gz
org.eclipse.papyrus-025e6eac57404ff61536c6678acb8a39302435cf.tar.xz
org.eclipse.papyrus-025e6eac57404ff61536c6678acb8a39302435cf.zip
379570: [General] Papyrus shall provide an interface to easily install additional components
https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 Integrate the discovery tool to the Papyrus build
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
index e4b1fd1c14d..ce957f3f398 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
@@ -14,9 +14,9 @@ which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
- <license url="%licenseURL">
- %license
- </license>
+ <license url="%licenseURL">
+ %license
+ </license>
<includes
id="org.eclipse.papyrus.sdk.feature"
@@ -126,4 +126,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.xwt.source.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.infra.discovery.source.feature"
+ version="0.0.0"/>
+
</feature>

Back to the top