2 changed files with 221 additions and 56 deletions
@ -1,59 +1,224 @@
@@ -1,59 +1,224 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry kind="src" path="samples/attributes/src/main/java"/> |
||||
<classpathentry kind="src" path="domain/src/main/java"/> |
||||
<classpathentry kind="src" path="domain/src/main/resource"/> |
||||
<classpathentry kind="src" path="domain/src/test/java"/> |
||||
<classpathentry kind="src" path="domain/src/test/resources"/> |
||||
<classpathentry kind="src" path="adapters/catalina/src/main/resources"/> |
||||
<classpathentry kind="src" path="samples/attributes/src/main/resources"/> |
||||
<classpathentry kind="src" path="samples/attributes/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/cas/src/test/resources"/> |
||||
<classpathentry kind="src" path="adapters/cas/src/main/resources"/> |
||||
<classpathentry kind="src" path="core/src/main/resources"/> |
||||
<classpathentry kind="src" path="core/src/test/resources"/> |
||||
<classpathentry kind="src" path="samples/contacts/src/main/java"/> |
||||
<classpathentry kind="src" path="sandbox/src/main/java"/> |
||||
<classpathentry kind="src" path="sandbox/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/cas/src/main/java"/> |
||||
<classpathentry kind="src" path="adapters/cas/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/catalina/src/main/java"/> |
||||
<classpathentry kind="src" path="adapters/catalina/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/jboss/src/main/java"/> |
||||
<classpathentry kind="src" path="adapters/jboss/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/jetty/src/main/java"/> |
||||
<classpathentry kind="src" path="adapters/jetty/src/test/java"/> |
||||
<classpathentry kind="src" path="adapters/resin/src/main/java"/> |
||||
<classpathentry kind="src" path="adapters/resin/src/test/java"/> |
||||
<classpathentry kind="src" path="core/src/main/java"/> |
||||
<classpathentry kind="src" path="core/src/test/java"/> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/resin/jars/resin-3.0.9.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/retroweaver/jars/retroweaver-1.0fcs.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-1.2-rc1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2-rc1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.9.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/aspectj/jars/aspectjrt-1.2.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/cas/jars/casclient-2.0.11.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/cas/jars/cas-2.0.12.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.7.3.0.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.4.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/tomcat/jars/catalina-4.1.9.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jetty/jars/org.mortbay.jetty-4.2.22.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-common-3.2.3.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-jmx-3.2.1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jbosssx-3.2.3.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/ehcache/jars/ehcache-1.1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jspapi/jars/jsp-api-2.0.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0rc1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/> |
||||
<classpathentry sourcepath="DIST_BASE/commons-beanutils-1.6.1-src/src/java" kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/> |
||||
<classpathentry kind="var" path="MAVEN_REPO/apache-directory/jars/apacheds-main-0.9-SNAPSHOT.jar"/> |
||||
<classpathentry kind="src" path="samples/attributes/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="domain/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="domain/src/main/resource"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="domain/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="domain/src/test/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/catalina/src/main/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="samples/attributes/src/main/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="samples/attributes/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/cas/src/test/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/cas/src/main/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="core/src/main/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="core/src/test/resources"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="samples/contacts/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="sandbox/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="sandbox/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/cas/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/cas/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/catalina/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/catalina/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/jboss/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/jboss/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/jetty/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/jetty/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/resin/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="adapters/resin/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="core/src/main/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="core/src/test/java"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/resin/jars/resin-3.0.9.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/retroweaver/jars/retroweaver-1.0fcs.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-1.2-rc1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2-rc1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.9.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/aspectj/jars/aspectjrt-1.2.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/cas/jars/casclient-2.0.11.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/cas/jars/cas-2.0.12.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.7.3.0.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.4.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/tomcat/jars/catalina-4.1.9.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jetty/jars/org.mortbay.jetty-4.2.22.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-common-3.2.3.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-jmx-3.2.1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jbosssx-3.2.3.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/ehcache/jars/ehcache-1.1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/jspapi/jars/jsp-api-2.0.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry sourcepath="DIST_BASE/commons-beanutils-1.6.1-src/src/java" kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="var" path="MAVEN_REPO/apache-directory/jars/apacheds-main-0.9-SNAPSHOT.jar"> |
||||
<attributes> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="output" path="target/eclipseclasses"/> |
||||
</classpath> |
||||
|
||||
Loading…
Reference in new issue