diff options
author | pfullbright | 2011-02-07 19:30:35 +0000 |
---|---|---|
committer | pfullbright | 2011-02-07 19:30:35 +0000 |
commit | f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01 (patch) | |
tree | 3aa33ff35368883ee516b32aed03957f23df83ec /common/plugins/org.eclipse.jpt.common.ui | |
parent | 09e4a9e5941f2a7bc976501f782fd57629644227 (diff) | |
download | webtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.tar.gz webtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.tar.xz webtools.dali-f6cd300334b9ae4ed0e4bb06a0f93127c3da8e01.zip |
moved source folders up to first classpath entry
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.ui')
-rw-r--r-- | common/plugins/org.eclipse.jpt.common.ui/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.ui/.classpath b/common/plugins/org.eclipse.jpt.common.ui/.classpath index bd4371771c..5ee7c76127 100644 --- a/common/plugins/org.eclipse.jpt.common.ui/.classpath +++ b/common/plugins/org.eclipse.jpt.common.ui/.classpath @@ -1,5 +1,7 @@ <?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"> <accessrules> @@ -7,7 +9,5 @@ <accessrule kind="accessible" pattern="org/eclipse/jst/**"/> </accessrules> </classpathentry> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="property_files"/> <classpathentry kind="output" path="bin"/> </classpath> |