Some refactoring in profile handlers to expose explicit methods for the determination
[java-idp.git] / .classpath
index e9c2694..89dad3c 100644 (file)
@@ -1,23 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
-    <classpathentry kind="src" path="source"/>
-    <classpathentry kind="lib" path="buildlibs/servlet.jar" sourcepath="/shib-java/buildlibs/servlet-src.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/log4j-1.2.jar"/>
-    <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"/>
-    <classpathentry kind="lib" path="buildlibs/junit.jar" sourcepath="/shib-java/buildlibs/junit-src.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/jug.jar" sourcepath="/shib-java/webApplication/WEB-INF/lib/jug-src.jar"/>
-    <classpathentry kind="lib" path="buildlibs/xercesImpl.jar" sourcepath="/shib-java/buildlibs/xerces-src.jar"/>
-    <classpathentry kind="lib" path="buildlibs/xmlParserAPIs.jar" sourcepath="/shib-java/buildlibs/xerces-src.jar"/>
-    <classpathentry kind="lib" path="buildlibs/xalan.jar"/>
-    <classpathentry kind="lib" path="buildlibs/xml-apis.jar"/>
-    <classpathentry kind="lib"
-        path="webApplication/WEB-INF/lib/bc-jce-jdk13-112.jar"
-        rootpath="" sourcepath="/Shibboleth/buildlibs/jce-bc-src.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/struts.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xmlsec.jar"/>
-    <classpathentry kind="lib" path="webApplication/WEB-INF/lib/opensaml.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>
 </classpath>