Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2013-11-20 16:13:04 +0000
committerAnsgar Radermacher2013-11-20 16:13:04 +0000
commit3661f54ba29bdb6e38c6a4808932d6251376ec6b (patch)
tree48f51985b8811b178f50a82701f592dd3cd1efdb /extraplugins/codegen/org.eclipse.papyrus.texteditor.model
parent0febd80da812a5a9915f5f79fe7a09a06cf628b7 (diff)
downloadorg.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.tar.gz
org.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.tar.xz
org.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.zip
- Moved from JRE 1.5 to JRE 1.6 (trivial)
- Add copyright message to files oep.cpp.profile (trivial) - Fix schema definition of mapping rule in oep.fcm.profile (avoid warnings)
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.texteditor.model')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.texteditor.model/.classpath14
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.texteditor.model/META-INF/MANIFEST.MF2
2 files changed, 8 insertions, 8 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/.classpath b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/.classpath
index 45f024e850e..ad32c83a788 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/.classpath
+++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/META-INF/MANIFEST.MF b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/META-INF/MANIFEST.MF
index 62fbef401a4..4988fa7f7b2 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/META-INF/MANIFEST.MF
+++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.model/META-INF/MANIFEST.MF
@@ -13,5 +13,5 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.texteditor.model;singleton:=t
rue
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top