Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2011-02-06 02:29:42 +0000
committerkmoore2011-02-06 02:29:42 +0000
commit364d3d58c1576b4718e65b969d1422b6ff1fb4aa (patch)
treeff2ddb5c2feffd71d60b9bedd4f124c2651046b2 /jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath
parent8eebfc6acb049ce23afc7e7b80978f4648964648 (diff)
downloadwebtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.tar.gz
webtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.tar.xz
webtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.zip
renamed org.eclipse.jpt.gen to org.eclipse.jpt.jpa.gen
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath b/jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath
new file mode 100644
index 0000000000..8f257414e6
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.jpa.gen/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="property_files"/>
+ <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>

Back to the top