Author: fchrist
Date: Fri Jul 15 10:33:46 2011
New Revision: 1147079
URL: http://svn.apache.org/viewvc?rev=1147079&view=rev
Log:
STANBOL-272 Added AL20 headers
Removed:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/json2.js
Modified:
incubator/stanbol/trunk/ontologymanager/web/pom.xml
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/kres.js
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/templates/org/apache/stanbol/ontologymanager/web/resources/RootResource/webview.ftl
Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1147079&r1=1147078&r2=1147079&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Fri Jul 15 10:33:46 2011
@@ -60,14 +60,24 @@
<Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=jersey-json|jettison|jackson-core-asl
</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
- <Import-Package>
- !org.apache.felix.http.jetty,
- !org.mortbay.jetty.*,
- *
- </Import-Package>
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- JIT is BSD Licensed -->
+
<exclude>src/main/resources/META-INF/static/scripts/jit.js</exclude>
+
<exclude>src/main/resources/META-INF/static/scripts/jit-yc.js</exclude>
+ <!-- License provided in
src/main/resources/META-INF/static/scripts/README - STANBOL-280 -->
+
<exclude>src/main/resources/META-INF/static/scripts/jsonToTurtle.js</exclude>
+
<exclude>src/main/resources/META-INF/static/scripts/tinybox.js</exclude>
+
<exclude>src/main/resources/META-INF/static/scripts/scout.js</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -136,7 +146,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>freemarker</groupId>
+ <groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.9</version>
</dependency>
Modified:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/kres.js
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/kres.js?rev=1147079&r1=1147078&r2=1147079&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/kres.js
(original)
+++
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/kres.js
Fri Jul 15 10:33:46 2011
@@ -1,3 +1,19 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
function showReengineer(dataSourceType){
var dataSourceDiv = document.getElementById("data-source-form");
if(dataSourceDiv != null){
Modified:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/kres.css?rev=1147079&r1=1147078&r2=1147079&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
(original)
+++
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
Fri Jul 15 10:33:46 2011
@@ -1,3 +1,19 @@
+/*
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
div.dataSourceCheck {
display:none;
margin-left: 20px
@@ -6,4 +22,4 @@ div.dataSourceCheck {
div.dataSourceSubCheck{
display:none;
margin-left: 20px
-}
\ No newline at end of file
+}
Modified:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css?rev=1147079&r1=1147078&r2=1147079&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
(original)
+++
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
Fri Jul 15 10:33:46 2011
@@ -1,3 +1,19 @@
+/*
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
/* Pretty printing styles. Used with prettify.js. */
.str { color: #080; }
Modified:
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/templates/org/apache/stanbol/ontologymanager/web/resources/RootResource/webview.ftl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/templates/org/apache/stanbol/ontologymanager/web/resources/RootResource/webview.ftl?rev=1147079&r1=1147078&r2=1147079&view=diff
==============================================================================
---
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/templates/org/apache/stanbol/ontologymanager/web/resources/RootResource/webview.ftl
(original)
+++
incubator/stanbol/trunk/ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/templates/org/apache/stanbol/ontologymanager/web/resources/RootResource/webview.ftl
Fri Jul 15 10:33:46 2011
@@ -1,3 +1,19 @@
+<#--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<p>
Stanbol OntoNet implements the API section for managing OWL and OWL2
ontologies, in order to prepare them for consumption by reasoning services,
refactorers, rule engines and the like. Ontology management in ONM is sparse
and not connected: once loaded internally from their remote locations,
ontologies live and are known within the realm they were loaded in. This allows
loose-coupling and (de-)activation of ontologies in order to scale the data
sets for reasoners to process and optimize them for efficiency. The following
concepts have been introduced with the ONM:
<ul>
@@ -11,4 +27,4 @@
<em><u>OntoNet session</u></em>: a container of session spaces for all
affected scopes, for stateful management of ontology networks. It is not
equivalent to an HTTP session (since it can live persistently across multiple
HTTP sessions), although its behaviour can reflect the one of the HTTP session
that created it, if required by the implementation.
</li>
</ul>
-</p>
\ No newline at end of file
+</p>