Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-04-25 20:43:59 +0000
committerpfullbright2007-04-25 20:43:59 +0000
commite0d72e09133326de640470b8ceb90238b5948984 (patch)
tree6327ea5f3d10873e56906e642427a955d637530f /jpa/plugins/org.eclipse.jpt.ui/.classpath
parentfb5519ce98bfc917d4f3eec2668a3c74f07f49eb (diff)
downloadwebtools.dali-e0d72e09133326de640470b8ceb90238b5948984.tar.gz
webtools.dali-e0d72e09133326de640470b8ceb90238b5948984.tar.xz
webtools.dali-e0d72e09133326de640470b8ceb90238b5948984.zip
renamed
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/.classpath')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/.classpath13
1 files changed, 13 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/.classpath b/jpa/plugins/org.eclipse.jpt.ui/.classpath
new file mode 100644
index 0000000000..d4c5e62338
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.ui/.classpath
@@ -0,0 +1,13 @@
+<?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"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/wst/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jst/**"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top