Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-05-30 11:05:32 +0000
committercletavernie2012-05-30 11:05:32 +0000
commit69b80203fc4a87dfa6f082c14a85d748717dac84 (patch)
tree311ccd226652ba026ffb06b12a42e8ebdac9f8eb
parent025e6eac57404ff61536c6678acb8a39302435cf (diff)
downloadorg.eclipse.papyrus-69b80203fc4a87dfa6f082c14a85d748717dac84.tar.gz
org.eclipse.papyrus-69b80203fc4a87dfa6f082c14a85d748717dac84.tar.xz
org.eclipse.papyrus-69b80203fc4a87dfa6f082c14a85d748717dac84.zip
Disabled the OCL Xtext plug-in for the Papyrus 0.9 RC2 build
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml
index bf09ec75c3c..e387eb82ed9 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.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>
<plugin
id="org.eclipse.papyrus.uml.textedit.collaborationuse.xtext"
@@ -61,13 +61,6 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
- id="org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.papyrus.uml.textedit.message.xtext"
download-size="0"
install-size="0"

Back to the top