Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added sesame, jena, and junit source attachments
Added .zip source attachments for sesame, jena, and junit libraries; .classpath
now references these instead of an absolute path in the filesystem.

No release notes, this is a development convenience.

Tests added: no.
make test-suite run? no
  • Loading branch information
Bill Millar committed Mar 1, 2010
1 parent 9052a24 commit 6884d3b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .classpath
Expand Up @@ -2,20 +2,20 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/arq-extra.jar"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/arq.jar">
<classpathentry kind="lib" path="lib/jena-2.6.0/arq-extra.jar" sourcepath="lib/jena-2.6.0/arq-src-2.7.0.zip"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/arq.jar" sourcepath="lib/jena-2.6.0/arq-src-2.7.0.zip">
<attributes>
<attribute name="javadoc_location" value="http://openjena.org/ARQ/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jena-2.6.0/icu4j_3_4.jar"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/iri.jar"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/jena.jar" sourcepath="/Jena 2.6.0/src">
<classpathentry kind="lib" path="lib/jena-2.6.0/jena.jar" sourcepath="lib/jena-2.6.0/jena-src.zip">
<attributes>
<attribute name="javadoc_location" value="http://openjena.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jena-2.6.0/jenatest.jar"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/jenatest.jar" sourcepath="lib/jena-2.6.0/jena-src.zip"/>
<classpathentry kind="lib" path="lib/jena-2.6.0/json.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.json.org/javadoc/"/>
Expand All @@ -29,13 +29,13 @@
<classpathentry kind="lib" path="lib/sesame-2.2.4/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/sesame-2.2.4/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/sesame-2.2.4/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/sesame-2.2.4/openrdf-sesame-2.2.4-onejar.jar" sourcepath="C:/cygwin/home/Bill/sesame/2.2.4/core/model/src/main/java">
<classpathentry kind="lib" path="lib/sesame-2.2.4/openrdf-sesame-2.2.4-onejar.jar" sourcepath="lib/sesame-2.2.4/openrdf-sesame-2.2.4-onejar-src.zip">
<attributes>
<attribute name="javadoc_location" value="http://www.openrdf.org/doc/sesame2/2.2.4/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/sesame-2.2.4/slf4j-api-1.5.8.jar"/>
<classpathentry kind="lib" path="lib/sesame-2.2.4/slf4j-nop-1.5.8.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar" sourcepath="lib/junit-4.8.1-src.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file added lib/jena-2.6.0/arq-src-2.7.0.zip
Binary file not shown.
Binary file added lib/jena-2.6.0/jena-src.zip
Binary file not shown.
Binary file added lib/junit-4.8.1-src.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 6884d3b

Please sign in to comment.