Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-03 12:29:13 +0000
committerCamille Letavernier2014-03-03 12:29:13 +0000
commitb40f36de288eda8fc81e7972342d17a4a6d8356e (patch)
tree66ae56a9ba14a8a23c06bc8d401715ebaeff0883 /features/papyrus-main-features
parent36e7c9efc9bfd84eb1c2dbd376ecd3174ccf8fcd (diff)
downloadorg.eclipse.papyrus-b40f36de288eda8fc81e7972342d17a4a6d8356e.tar.gz
org.eclipse.papyrus-b40f36de288eda8fc81e7972342d17a4a6d8356e.tar.xz
org.eclipse.papyrus-b40f36de288eda8fc81e7972342d17a4a6d8356e.zip
315231: [All Diagrams] Direct Edit : Xtext / Papyrus integration
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315231 - Add the XText/Properties integration to the build
Diffstat (limited to 'features/papyrus-main-features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/feature.xml37
1 files changed, 27 insertions, 10 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/feature.xml
index 7f785c49dbe..e4357b1c009 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/feature.xml
@@ -1,18 +1,35 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.uml.properties.feature" label="%featureName" provider-name="%providerName" version="1.0.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.uml.properties.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2012 CEA LIST.
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
+ Copyright (c) 2012 CEA LIST.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0
+which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
<license url="%licenseURL">
- %license
- </license>
+ %license
+ </license>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.properties" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.properties"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrus.uml.properties.xtext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top