Some refactoring in profile handlers to expose explicit methods for the determination
[java-idp.git] / .classpath
index a8385d1..89dad3c 100644 (file)
@@ -1,28 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" path="src"/>
-    <classpathentry kind="src" path="tests"/>
-    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/commons-beanutils.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/commons-collections.jar"/>
-    <classpathentry kind="lib"
-        path="webApplication/WEB-INF/lib/commons-digester.jar" sourcepath="/Shibboleth/lib/commons-digester-src.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/struts.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/opensaml.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/ldap.jar"/>
-    <classpathentry kind="lib" path="lib/junit-3.8.1.jar" sourcepath="/Shibboleth/lib/junit-3.8.1-src.jar"/>
-    <classpathentry kind="lib" path="lib/bcprov-jdk14-117.jar" sourcepath="/Shibboleth/lib/bcprov-jdk14-117-src.jar"/>
-    <classpathentry kind="var" path="JAVA_HOME/jre/lib/jce.jar"/>
-    <classpathentry kind="var" path="JAVA_HOME/jre/lib/jsse.jar"/>
-    <classpathentry kind="lib" path="lib/log4j-1.2.5.jar" sourcepath="/Shibboleth/lib/log4j-1.2.5-src.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/jug-1.0.1.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xalan-2.4.1.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xml-apis-2.4.1.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xmlParserAPIs-2.2.1.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xmlsec-1.0.5.jar"/>
-    <classpathentry kind="lib" path="lib/xercesImpl-2.2.1.jar" sourcepath="/Shibboleth/lib/xercesImpl-2.2.1-src.jar"/>
-    <classpathentry kind="lib" path="lib/ant-1.5.1.jar"/>
-    <classpathentry kind="lib" path="lib/ant-optional-1.5.1.jar"/>
-    <classpathentry kind="lib" path="lib/servlet-2.3.jar"/>
-    <classpathentry kind="output" path="webApplication/WEB-INF/classes"/>
+    <classpathentry including="**/*.java" kind="src" path="src/main/java"/>
+       <classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
+       <classpathentry kind="con" path="org.devzuz.q.maven.jdt.core.mavenClasspathContainer"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
 </classpath>