forked from agreementmaker/agreementmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (52 loc) · 2.14 KB
/
.gitignore
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
AgreementMaker-OSGi/AgreementMaker-API/META-INF/
AgreementMaker-OSGi/AgreementMaker-API/target/
AgreementMaker-OSGi/AgreementMaker-BatchMode/META-INF/
AgreementMaker-OSGi/AgreementMaker-BatchMode/target/
AgreementMaker-OSGi/AgreementMaker-CollaborationClient/META-INF/
AgreementMaker-OSGi/AgreementMaker-CollaborationClient/target/
AgreementMaker-OSGi/AgreementMaker-Core/META-INF/
AgreementMaker-OSGi/AgreementMaker-Core/target/
AgreementMaker-OSGi/AgreementMaker-Distribution/target/
AgreementMaker-OSGi/AgreementMaker-IntegrationTests/target/
AgreementMaker-OSGi/AgreementMaker-Matchers/META-INF/
AgreementMaker-OSGi/AgreementMaker-Matchers/target/
AgreementMaker-OSGi/AgreementMaker-SemanticExplanation/META-INF/
AgreementMaker-OSGi/AgreementMaker-SemanticExplanation/target/
AgreementMaker-OSGi/AgreementMaker-UI/META-INF/
AgreementMaker-OSGi/AgreementMaker-UI/target/
AgreementMaker-OSGi/AgreementMaker-UIGlue/META-INF/
AgreementMaker-OSGi/AgreementMaker-UIGlue/target/
AgreementMaker-OSGi/AgreementMaker-UserFeedback/META-INF/
AgreementMaker-OSGi/AgreementMaker-UserFeedback/target/
AgreementMaker-OSGi/Matcher-AdvancedSimilarity/META-INF/
AgreementMaker-OSGi/Matcher-AdvancedSimilarity/target/
AgreementMaker-OSGi/Matcher-BaseSimilarity/META-INF/
AgreementMaker-OSGi/Matcher-BaseSimilarity/target/
AgreementMaker-OSGi/Matcher-Benchmarks2013/META-INF/
AgreementMaker-OSGi/Matcher-Benchmarks2013/target/
AgreementMaker-OSGi/Matcher-IMEI2013/META-INF/
AgreementMaker-OSGi/Matcher-IMEI2013/target/
AgreementMaker-OSGi/Matcher-LinkedOpenData/META-INF/
AgreementMaker-OSGi/Matcher-LinkedOpenData/target/
AgreementMaker-OSGi/Matcher-OAEI/META-INF/
AgreementMaker-OSGi/Matcher-OAEI/target/
AgreementMaker-OSGi/Matcher-PRA/META-INF/
AgreementMaker-OSGi/Matcher-PRA/target/
AgreementMaker-OSGi/AgreementMaker-GeoNames/META-INF/
AgreementMaker-OSGi/AgreementMaker-SimilarityMetrics/META-INF/
AgreementMaker-OSGi/AgreementMaker-WordNet/META-INF/
AgreementMaker-OSGi/target/
AgreementMaker-OSGi/provision/target/
target/
.settings/
.project
.classpath
build.properties
AgreementMaker-OSGi/runner
AgreementMaker-OSGi/*.iml
AgreementMaker-OSGi/*/*.iml
.idea
**/*.iml
# Gradle
/.gradle/
build/