diff options
author | ashatalin | 2005-11-16 08:52:37 +0000 |
---|---|---|
committer | ashatalin | 2005-11-16 08:52:37 +0000 |
commit | cc5c1c6d5619121291139b3762ad40591b914df4 (patch) | |
tree | 435112497a3ce1f8026390a8f753814cd4d14592 /archive/org.eclipse.gmf.diadef | |
parent | a5330af06ce68d829ef99e6a520846bb8a776375 (diff) | |
download | org.eclipse.gmf-tooling-cc5c1c6d5619121291139b3762ad40591b914df4.tar.gz org.eclipse.gmf-tooling-cc5c1c6d5619121291139b3762ad40591b914df4.tar.xz org.eclipse.gmf-tooling-cc5c1c6d5619121291139b3762ad40591b914df4.zip |
#116582
Correcting .classpaths to work against IBM SDK
Diffstat (limited to 'archive/org.eclipse.gmf.diadef')
-rw-r--r-- | archive/org.eclipse.gmf.diadef/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/org.eclipse.gmf.diadef/.classpath b/archive/org.eclipse.gmf.diadef/.classpath index ecab266ce..065ac06e1 100644 --- a/archive/org.eclipse.gmf.diadef/.classpath +++ b/archive/org.eclipse.gmf.diadef/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> |