Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2016-05-25 17:27:22 +0000
committerEd Willink2016-05-25 18:06:11 +0000
commit958124224e324d56de6d4726570d42eaf7168ace (patch)
tree61c4c31d905d0a5f96b6f0cf4ce9aad86d684529 /examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms
parent033d635767fa4be3a42dcf0f7561c9eb59e5d852 (diff)
downloadorg.eclipse.qvtd-958124224e324d56de6d4726570d42eaf7168ace.tar.gz
org.eclipse.qvtd-958124224e324d56de6d4726570d42eaf7168ace.tar.xz
org.eclipse.qvtd-958124224e324d56de6d4726570d42eaf7168ace.zip
[486722] Add QVTr example0.13.0RC2
Diffstat (limited to 'examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms')
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.classpath12
1 files changed, 2 insertions, 10 deletions
diff --git a/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.classpath b/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.classpath
index aa85680ac..f0c554985 100644
--- a/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.classpath
+++ b/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.classpath
@@ -1,15 +1,7 @@
<?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.8">
- <attributes>
- <attribute name="annotationpath" value="/org.eclipse.qvtd.pivot.qvtbase/annotations"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
- <attributes>
- <attribute name="annotationpath" value="/org.eclipse.qvtd.pivot.qvtbase/annotations"/>
- </attributes>
- </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>

Back to the top