Skip to content

Commit

Permalink
Minor changes on Android project's classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Gómez Goiri committed Dec 3, 2013
1 parent 9d55a83 commit 87beea9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ClipsAndroid/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
Expand Down
20 changes: 10 additions & 10 deletions examples/SemanticReasoningClipsDemo/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="libs/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="libs/rio-clp-1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/sesame-model-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/sesame-rio-api-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/sesame-rio-datatypes-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/sesame-rio-languages-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/sesame-util-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/slf4j-android-1.6.1-RC1.jar"/>
<classpathentry kind="lib" path="libs/sesame-rio-rdfxml-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/sesame-rio-turtle-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/rio-clp-1.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-model-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-rio-api-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-rio-datatypes-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-rio-languages-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-util-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-android-1.6.1-RC1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-rio-rdfxml-2.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sesame-rio-turtle-2.7.6.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

0 comments on commit 87beea9

Please sign in to comment.