diff options
author | seberle | 2008-11-06 18:10:00 -0500 |
---|---|---|
committer | seberle | 2008-11-06 18:10:00 -0500 |
commit | 9d0ac36b379b54f28bd88d409fc980384a528ac7 (patch) | |
tree | 6de2485f12b35c825dce29ade5a2b35bf85aa2b4 /tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath | |
parent | fdcfe8c7189e1e28425fba47c074d4071b7bc806 (diff) | |
download | org.eclipse.emf.teneo-9d0ac36b379b54f28bd88d409fc980384a528ac7.tar.gz org.eclipse.emf.teneo-9d0ac36b379b54f28bd88d409fc980384a528ac7.tar.xz org.eclipse.emf.teneo-9d0ac36b379b54f28bd88d409fc980384a528ac7.zip |
Updated for EMF 2.4 and EclipseLink 1.0.2
Diffstat (limited to 'tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath')
-rw-r--r-- | tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath index 4fb238e40..a28f6ce8e 100644 --- a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath +++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry excluding="org/eclipse/emf/teneo/eclipselink/examples/library/orm/tests/resource/CRUDTest.java" 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 excluding="org/eclipse/emf/teneo/eclipselink/examples/library/orm/tests/resource/CRUDTest.java" kind="src" path="src"/> <classpathentry kind="output" path="bin"/> </classpath> |