diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
| commit | b086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch) | |
| tree | 8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /.classpath | |
| parent | 22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff) | |
Initial Maven Conversion
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 47 |
1 files changed, 5 insertions, 42 deletions
@@ -1,46 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="source"/>
- <classpathentry kind="src" path="build/generated"/>
- <classpathentry kind="lib" path="lib/xercesImpl.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://xerces.apache.org/xerces2-j/javadocs/xerces2/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/xml-apis.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://xerces.apache.org/xerces2-j/javadocs/api/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/wrapper.jar">
- <attributes>
- <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="cristal-kernel/bin/win32"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/ldap.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://developer.novell.com/documentation/jldap/jldapenu/api/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/castor-1.3.2-core.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/castor-1.3.2-xml-schema.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/castor-1.3.2-xml.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="lib/dom4j.jar"/>
- <classpathentry kind="lib" path="/cristal-dev/cristaldev.jar"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry kind="src" path="target/generated-sources/idl"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
- <classpathentry kind="output" path="build/classes"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
|
