Author: fchrist
Date: Fri Jul 15 11:36:50 2011
New Revision: 1147105
URL: http://svn.apache.org/viewvc?rev=1147105&view=rev
Log:
STANBOL-272 Added AL20 headers to Reasoners Web
Removed:
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/json2.js
Modified:
incubator/stanbol/trunk/reasoners/web/pom.xml
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/kres.js
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
incubator/stanbol/trunk/reasoners/web/src/main/resources/RuleOntology/TestRuleFileExample.txt
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/OnlyRuledProvaParentRDFXML.owl
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/RuledProvaParentRDFXML.owl
Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Fri Jul 15 11:36:50 2011
@@ -131,6 +131,21 @@
</systemPropertyVariables>
</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-282 -->
+
<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>
Modified:
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/kres.js
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/kres.js?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/kres.js
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/kres.js
Fri Jul 15 11:36:50 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/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/kres.css?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/kres.css
Fri Jul 15 11:36:50 2011
@@ -1,3 +1,20 @@
+/*
+ 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 +23,4 @@ div.dataSourceCheck {
div.dataSourceSubCheck{
display:none;
margin-left: 20px
-}
\ No newline at end of file
+}
Modified:
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/META-INF/static/scripts/prettify/prettify.css
Fri Jul 15 11:36:50 2011
@@ -1,3 +1,20 @@
+/*
+ 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/reasoners/web/src/main/resources/RuleOntology/TestRuleFileExample.txt
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/RuleOntology/TestRuleFileExample.txt?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/RuleOntology/TestRuleFileExample.txt
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/RuleOntology/TestRuleFileExample.txt
Fri Jul 15 11:36:50 2011
@@ -1,3 +1,18 @@
+# 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
+
#This is a comment to the file
#These are the rules that I want to insert in the system.
Modified:
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/OnlyRuledProvaParentRDFXML.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/OnlyRuledProvaParentRDFXML.owl?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/OnlyRuledProvaParentRDFXML.owl
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/OnlyRuledProvaParentRDFXML.owl
Fri Jul 15 11:36:50 2011
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.1="http://www.w3.org/2003/11/swrl#">
Modified:
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/RuledProvaParentRDFXML.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/RuledProvaParentRDFXML.owl?rev=1147105&r1=1147104&r2=1147105&view=diff
==============================================================================
---
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/RuledProvaParentRDFXML.owl
(original)
+++
incubator/stanbol/trunk/reasoners/web/src/main/resources/TestFile/RuledProvaParentRDFXML.owl
Fri Jul 15 11:36:50 2011
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://www.semanticweb.org/ontologies/2010/6/ProvaParent.owl#"