Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asicilia committed Oct 9, 2016
1 parent f9fb9c7 commit 2a84f4c
Show file tree
Hide file tree
Showing 126 changed files with 16,437 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/fdb-sql-parser-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry kind="lib" path="lib/HermiT.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.2.jar"/>
<classpathentry kind="lib" path="lib/jena-arq-2.12.1.jar"/>
<classpathentry kind="lib" path="lib/jena-core-2.12.1.jar"/>
<classpathentry kind="lib" path="lib/jena-iri-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jena-sdb-1.5.1.jar"/>
<classpathentry kind="lib" path="lib/jena-tdb-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.18-bin.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.1-901.jdbc3.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
<classpathentry kind="lib" path="lib/secondstring-20060615.jar"/>
<classpathentry kind="lib" path="lib/stemmer.jar"/>
<classpathentry kind="lib" path="lib/jwnl.jar"/>
<classpathentry kind="lib" path="lib/stanford-postagger-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/jfact-1.2.3.jar"/>
<classpathentry kind="lib" path="lib/FaCTpp-OWLAPI-3.x-v1.6.4.jar"/>
<classpathentry kind="lib" path="lib/jgrapht-core-0.9.1.jar"/>
<classpathentry kind="lib" path="lib/jooq-3.7.2.jar"/>
<classpathentry kind="lib" path="lib/owlapi-osgidistribution-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/logmap2_standalone.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/
test/
.project
.classpath
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AutoMap4OBDA</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added lib/FaCTpp-OWLAPI-3.x-v1.6.4.jar
Binary file not shown.
Binary file added lib/HermiT.jar
Binary file not shown.
Binary file added lib/align.jar
Binary file not shown.
Binary file added lib/commons-codec-1.10.jar
Binary file not shown.
Binary file added lib/fdb-sql-parser-1.5.0.jar
Binary file not shown.
Binary file added lib/guava-18.0.jar
Binary file not shown.
Binary file added lib/ini4j-0.5.2.jar
Binary file not shown.
Binary file added lib/jena-arq-2.12.1.jar
Binary file not shown.
Binary file added lib/jena-core-2.12.1.jar
Binary file not shown.
Binary file added lib/jena-iri-1.1.1.jar
Binary file not shown.
Binary file added lib/jena-sdb-1.5.1.jar
Binary file not shown.
Binary file added lib/jena-tdb-1.1.1.jar
Binary file not shown.
Binary file added lib/jfact-1.2.3.jar
Binary file not shown.
Binary file added lib/jgrapht-core-0.9.1.jar
Binary file not shown.
Binary file added lib/jooq-3.7.2.jar
Binary file not shown.
Binary file added lib/jwnl.jar
Binary file not shown.
Binary file added lib/log4j-1.2.17.jar
Binary file not shown.
Binary file added lib/logmap2_standalone.jar
Binary file not shown.
Binary file added lib/mysql-connector-java-5.1.18-bin.jar
Binary file not shown.
Binary file added lib/owlapi-osgidistribution-4.1.0.jar
Binary file not shown.
Binary file added lib/owlapi.jar
Binary file not shown.
Binary file added lib/postgresql-9.1-901.jdbc3.jar
Binary file not shown.
Binary file added lib/secondstring-20060615.jar
Binary file not shown.
Binary file added lib/slf4j-api-1.7.6.jar
Binary file not shown.
Binary file added lib/slf4j-log4j12-1.7.6.jar
Binary file not shown.
Binary file added lib/stanford-postagger-3.3.1.jar
Binary file not shown.
Binary file added lib/stemmer.jar
Binary file not shown.
Binary file added lib/xercesImpl-2.11.0.jar
Binary file not shown.
Binary file added lib/xml-apis-1.4.01.jar
Binary file not shown.
Loading

0 comments on commit 2a84f4c

Please sign in to comment.