source: extensions/jiwigo-ws-api/.classpath @ 27153

Last change on this file since 27153 was 9919, checked in by mlg, 13 years ago

Complete rewriting of the api
The api now uses interfaces everywhere (for the dao, services and session manager). This allows the developer to use his own implementations if he wants.
Deletion of the singletons. There are now getters and setters. It allows to make dependency injection.
Use of sl4j in the api, instead of using log4j.

File size: 1.3 KB
Line 
1<classpath>
2  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
3  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
4  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
5  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
6  <classpathentry kind="output" path="target/classes"/>
7  <classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.4/commons-codec-1.4.jar"/>
8  <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.5/commons-lang-2.5.jar"/>
9  <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"/>
10  <classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar"/>
11  <classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar"/>
12  <classpathentry kind="var" path="M2_REPO/org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.jar"/>
13  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar"/>
14  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-6-openjdk"/>
15</classpath>
Note: See TracBrowser for help on using the repository browser.