Skip to content

Commit

Permalink
export referenced libraries from agraph-java-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Millar committed Oct 7, 2009
1 parent 77f78d4 commit 52d3772
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .classpath
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/openrdf-sesame-2.2.4-onejar.jar"/> <classpathentry exported="true" kind="lib" path="lib/openrdf-sesame-2.2.4-onejar.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.5.8.jar" sourcepath="lib/slf4j-api-1.5.8-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.5.8.jar" sourcepath="lib/slf4j-api-1.5.8-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-nop-1.5.8.jar" sourcepath="lib/slf4j-nop-1.5.8-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/slf4j-nop-1.5.8.jar" sourcepath="lib/slf4j-nop-1.5.8-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar" sourcepath="E:/Java/lib/commons-httpclient-3.1/src/java/"/> <classpathentry exported="true" kind="lib" path="lib/commons-httpclient-3.1.jar" sourcepath="E:/Java/lib/commons-httpclient-3.1/src/java/"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/commons-logging-1.1.1-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/commons-logging-1.1.1-sources.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

0 comments on commit 52d3772

Please sign in to comment.