diff options
| author | abranson <andrew.branson@cern.ch> | 2011-08-01 13:57:20 +0200 |
|---|---|---|
| committer | abranson <andrew.branson@cern.ch> | 2011-08-01 13:57:20 +0200 |
| commit | 29bbf451a22916d39017ec1a3f53f4e0f0e65ee0 (patch) | |
| tree | b6e5d3a4c79e6afb4369c70a4d178156cbf43eeb /.classpath | |
| parent | 5b0919b3601340e7f71eee2b4cda8bf0a98090ee (diff) | |
Java7 compatibility and some code refresh
Diffstat (limited to '.classpath')
| -rw-r--r--[-rwxr-xr-x] | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 89543fe..e344f67 100755..100644 --- a/.classpath +++ b/.classpath @@ -2,7 +2,6 @@ <classpath>
<classpathentry kind="src" path="source"/>
<classpathentry kind="src" path="build/generated"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/js.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
@@ -14,5 +13,6 @@ <classpathentry kind="lib" path="lib/castor-xml-schema.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/ldap.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|
