-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThreadSafe.iml
More file actions
110 lines (110 loc) · 9.29 KB
/
ThreadSafe.iml
File metadata and controls
110 lines (110 loc) · 9.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="mysql-connector-java-5.1" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Downloads/ws4j-1.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/Downloads/ws4j-1.0.1.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$USER_HOME$/Downloads/jawjaw-1.0.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/Downloads/jawjaw-1.0.2.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="org.jsoup:jsoup:1.9.1" level="project" />
<orderEntry type="library" name="Maven: org.jsoup:jsoup:1.9.1" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-sml:0.9.1" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-utils:0.9.1" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-runtime:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-model:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-api:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-query:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-manager:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-event:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-http:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-sparql:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-contextaware:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-repository-sail:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryalgebra-model:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-sail-api:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-sail-federation:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryalgebra-evaluation:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryparser-api:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-queryparser-serql:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryparser-sparql:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryresultio-api:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-queryresultio-binary:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-queryresultio-sparqljson:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: com.fasterxml.jackson.core:jackson-core:2.2.1" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-queryresultio-sparqlxml:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-queryresultio-text:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-repository-dataset:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-http-protocol:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-http-client:2.7.3" level="project" />
<orderEntry type="library" name="Maven: commons-httpclient:commons-httpclient:3.1" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-codec:commons-codec:1.4" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-api:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-datatypes:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-languages:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-binary:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-ntriples:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-nquads:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-rdfjson:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-rio-trix:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-trig:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-sail-inferencer:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-sail-memory:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-sail-nativerdf:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.openrdf.sesame:sesame-sail-rdbms:2.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-dbcp:commons-dbcp:1.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-pool:commons-pool:1.5.4" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-graph-model-impl:0.9.1" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-graph-model:0.9.1" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-graph-algo:0.9.1" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.3" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.slf4j:slf4j-log4j12:1.7.3" level="project" />
<orderEntry type="library" name="Maven: log4j:log4j:1.2.17" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-tools-module:0.9.1" level="project" />
<orderEntry type="library" name="Maven: commons-cli:commons-cli:1.2" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-graph-io:0.9.1" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-rdfxml:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-util:2.7.3" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-n3:2.7.3" level="project" />
<orderEntry type="library" name="Maven: org.openrdf.sesame:sesame-rio-turtle:2.7.3" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-indexer:0.9.1" level="project" />
<orderEntry type="library" name="Maven: commons-configuration:commons-configuration:1.6" level="project" />
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.4" level="project" />
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.1.1" level="project" />
<orderEntry type="library" name="Maven: commons-digester:commons-digester:1.8" level="project" />
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.7.0" level="project" />
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils-core:1.8.0" level="project" />
<orderEntry type="library" name="Maven: com.github.sharispe:slib-graph-utils:0.9.1" level="project" />
<orderEntry type="library" name="Maven: net.sf.opencsv:opencsv:2.3" level="project" />
<orderEntry type="library" name="Maven: org.apache.lucene:lucene-core:4.9.0" level="project" />
</component>
</module>