From c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Mon, 18 May 2015 18:27:32 +0100 Subject: Configured Maven and improved executable class and tests. --- config/fly.properties | 19 ------------------- config/log4j.properties | 25 ------------------------- config/lubm.properties | 20 -------------------- config/test.properties | 1 - config/uobm.properties | 20 -------------------- 5 files changed, 85 deletions(-) delete mode 100644 config/fly.properties delete mode 100644 config/log4j.properties delete mode 100644 config/lubm.properties delete mode 100644 config/test.properties delete mode 100644 config/uobm.properties (limited to 'config') diff --git a/config/fly.properties b/config/fly.properties deleted file mode 100644 index 88c85c3..0000000 --- a/config/fly.properties +++ /dev/null @@ -1,19 +0,0 @@ -#ONTOLOGY variable points to the file that stores ontology of interest -ONTOLOGY=data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl -#ONTOLOGY=data/fly/fbbt_vfb_ind_pr_nr.owl - -#QUERY variable points to the file that stores all queries -QUERY=data/fly/fly.sparql -#QUERY=data/fly/test.sparql - -#ANSWER variable points to the file to output all answers -#ANSWER=data/fly/fly.ans - -#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT -TO_CLASSIFY=false - -#CALL_HERMIT variable to specify if HermiT is called or not -CALL_HERMIT=true - -#SHELL_MODE to enable query execution from console input -SHELL_MODE=false \ No newline at end of file diff --git a/config/log4j.properties b/config/log4j.properties deleted file mode 100644 index 6e88437..0000000 --- a/config/log4j.properties +++ /dev/null @@ -1,25 +0,0 @@ -log = . -log4j.rootLogger=DEBUG, CONSOLE, FILE_LAST, FILE - -log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender -log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout -log4j.appender.CONSOLE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} - %m%n -log4j.appender.CONSOLE.Target=System.out -log4j.appender.CONSOLE.Threshold=INFO - -log4j.appender.FILE_LAST=org.apache.log4j.RollingFileAppender -log4j.appender.FILE_LAST.File=${log}/pagoda_last_only.log -log4j.appender.FILE_LAST.MaxFileSize=10MB -log4j.appender.FILE_LAST.MaxBackupIndex=3 -log4j.appender.FILE_LAST.layout=org.apache.log4j.PatternLayout -log4j.appender.FILE_LAST.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n -log4j.appender.FILE_LAST.append=false -log4j.appender.FILE_LAST.Threshold=DEBUG - -log4j.appender.FILE=org.apache.log4j.RollingFileAppender -log4j.appender.FILE.File=${log}/pagoda.log -log4j.appender.FILE.MaxFileSize=10MB -log4j.appender.FILE.MaxBackupIndex=3 -log4j.appender.FILE.layout=org.apache.log4j.PatternLayout -log4j.appender.FILE.layout.conversionPattern=[%5p] %d{yyyy-MM-dd HH:mm:ss} %c - %m%n -log4j.appender.FILE.Threshold=DEBUG \ No newline at end of file diff --git a/config/lubm.properties b/config/lubm.properties deleted file mode 100644 index 73ed470..0000000 --- a/config/lubm.properties +++ /dev/null @@ -1,20 +0,0 @@ -#DATA variable points to the file that stores data -DATA=data/lubm/lubm1.ttl - -#ONTOLOGY variable points to the file that stores ontology of interest -ONTOLOGY=data/lubm/univ-bench.owl - -#QUERY variable points to the file that stores all queries -QUERY=data/lubm/lubm.sparql - -#ANSWER variable points to the file to output all answers -#ANSWER=data/lubm/lubm.ans - -#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT -TO_CLASSIFY=true - -#CALL_HERMIT variable to specify if HermiT is called or not -CALL_HERMIT=true - -#SHELL_MODE to enable query execution from console input -SHELL_MODE=false \ No newline at end of file diff --git a/config/test.properties b/config/test.properties deleted file mode 100644 index c4a25d0..0000000 --- a/config/test.properties +++ /dev/null @@ -1 +0,0 @@ -ontoDir=/home/alessandro/Big_files/Ontologies/ \ No newline at end of file diff --git a/config/uobm.properties b/config/uobm.properties deleted file mode 100644 index acbe78e..0000000 --- a/config/uobm.properties +++ /dev/null @@ -1,20 +0,0 @@ -#DATA variable points to the file that stores data -DATA=data/uobm/uobm1.ttl - -#ONTOLOGY variable points to the file that stores ontology of interest -ONTOLOGY=data/uobm/univ-bench-dl.owl - -#QUERY variable points to the file that stores all queries -QUERY=data/uobm/uobm.sparql - -#ANSWER variable points to the file to output all answers -#ANSWER=data/uobm/uobm.ans - -#TO_CLASSIFY switch for the optimisation to specify if the ontology is first classified by HermiT -TO_CLASSIFY=true - -#CALL_HERMIT variable to specify if HermiT is called or not -CALL_HERMIT=true - -#SHELL_MODE to enable query execution from console input -SHELL_MODE=false \ No newline at end of file -- cgit v1.2.3