File tree 7 files changed +15
-10
lines changed
trellis-http/src/main/resources/org/trellisldp/http
main/resources/org/trellisldp/io
trellis-karaf/src/main/resources
src/main/java/org/trellisldp/vocabulary 7 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ subprojects {
72
72
mustacheVersion = ' 0.9.5_1'
73
73
slf4jVersion = ' 1.7.25'
74
74
75
+ /* Transitive dependencies (for Karaf provisioning) */
76
+ guavaVersion = ' 20.0' // mustache 0.9.5
77
+
75
78
/* Testing */
76
79
apiguardianVersion = ' 1.0.0'
77
80
commonsTextVersion = ' 1.2'
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<title >{ {title} }</title >
5
5
<meta http-equiv =" content-type" content =" text/html; charset=utf-8" />
6
- <link rel =" icon" href =" //s3.amazonaws.com /www.trellisldp.org/assets/img/trellis.png" />
7
- <link rel =" stylesheet" type =" text/css" href =" //s3.amazonaws.com /www.trellisldp.org/assets/css/trellis.css" />
6
+ <link rel =" icon" href =" https:/ /www.trellisldp.org/assets/img/trellis.png" />
7
+ <link rel =" stylesheet" type =" text/css" href =" https:/ /www.trellisldp.org/assets/css/trellis.css" />
8
8
<style >
9
9
</style >
10
10
</head >
23
23
</p >
24
24
{ {/triples} }
25
25
</main >
26
- <footer ><a href =" http ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
26
+ <footer ><a href =" https ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
27
27
</body >
28
28
</html >
Original file line number Diff line number Diff line change 25
25
</p >
26
26
{ {/triples} }
27
27
</main >
28
- <footer ><a href =" http ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
28
+ <footer ><a href =" https ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
29
29
{ {#js} }
30
30
<script src =" { { .} } " ></script >
31
31
{ {/js} }
Original file line number Diff line number Diff line change 25
25
</p >
26
26
{ {/triples} }
27
27
</main >
28
- <footer ><a href =" http ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
28
+ <footer ><a href =" https ://www.trellisldp.org" >Trellis Linked Data Server</a ></footer >
29
29
{ {#js} }
30
30
<script src =" { { .} } " ></script >
31
31
{ {/js} }
Original file line number Diff line number Diff line change 106
106
<feature >trellis-api</feature >
107
107
<feature >trellis-vocabulary</feature >
108
108
109
+ <bundle dependency =" true" >mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mustache-compiler/${mustacheVersion}</bundle >
110
+ <bundle dependency =" true" >mvn:com.google.guava/guava/${guavaVersion}</bundle >
111
+
109
112
<bundle >mvn:org.trellisldp/trellis-io-jena/${project.version}</bundle >
110
113
</feature >
111
114
146
149
<feature version =" ${jenaVersionRange}" >jena</feature >
147
150
148
151
<bundle dependency =" true" >mvn:org.apache.commons/commons-rdf-api/${commonsRdfVersion}</bundle >
149
- <bundle dependency = " true " >mvn:org.apache. commons/commons -rdf-jena/${commonsRdfVersion}</ bundle >
150
- <bundle dependency =" true" >mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mustache-compiler /${mustacheVersion }</bundle >
152
+ <!-- commons-rdf-jena depends on commons-rdf-simple -- >
153
+ <bundle dependency =" true" >mvn:org.apache.commons/commons-rdf-simple /${commonsRdfVersion }</bundle >
151
154
152
155
<!-- transitively required by jena -->
153
156
<bundle dependency =" true" >wrap:mvn:com.google.errorprone/error_prone_annotations/2.1.1</bundle >
154
157
155
-
156
158
<bundle dependency =" true" >mvn:org.apache.commons/commons-rdf-api/${commonsRdfVersion}</bundle >
157
159
<bundle >mvn:org.apache.commons/commons-rdf-jena/${commonsRdfVersion}</bundle >
158
160
</feature >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The following vocabularies are defined in this package:
20
20
* ` RDF ` and ` RDFS ` : [ RDF Schema 1.1] ( https://www.w3.org/TR/rdf-schema/ ) (W3C)
21
21
* ` SKOS ` : [ Simple Knowledge Organization System] ( https://www.w3.org/2009/08/skos-reference/skos.html ) (W3C)
22
22
* ` Time ` : [ OWL-Time] ( https://www.w3.org/TR/owl-time/ ) (W3C)
23
- * ` Trellis ` : [ Trellis Vocabulary] ( http ://www.trellisldp.org/ns/trellis)
23
+ * ` Trellis ` : [ Trellis Vocabulary] ( https ://www.trellisldp.org/ns/trellis.html )
24
24
* ` VCARD ` : [ vCard Ontology] ( https://www.w3.org/TR/vcard-rdf ) (W3C)
25
25
* ` XSD ` : [ XML Schema] ( https://www.w3.org/TR/xmlschema-2/ ) (W3C)
26
26
Original file line number Diff line number Diff line change 18
18
/**
19
19
* RDF Terms from the trellis vocabulary.
20
20
*
21
- * @see <a href="http ://www.trellisldp.org/ns/trellis">Trellis vocabulary</a>
21
+ * @see <a href="https ://www.trellisldp.org/ns/trellis.html ">Trellis vocabulary</a>
22
22
*
23
23
* @author acoburn
24
24
*/
You can’t perform that action at this time.
0 commit comments