Author: fchrist
Date: Mon Feb 24 09:37:20 2014
New Revision: 1571199
URL: http://svn.apache.org/r1571199
Log:
STANBOL-1139 fixed license headers, fixed RAT report generation for release
package
Modified:
stanbol/tags/apache-stanbol-0.12/data/pom.xml
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/src/main/java/ExampleEnhancer.java
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ResourceResolver.java
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/ResourceResolver.ftl
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
stanbol/tags/apache-stanbol-0.12/parent/pom.xml
stanbol/tags/apache-stanbol-0.12/pom.xml
stanbol/tags/apache-stanbol-0.12/releasing/checkForSNAPSHOTsInBundlelists.sh
stanbol/tags/apache-stanbol-0.12/releasing/check_release_matches_tag.sh
stanbol/tags/apache-stanbol-0.12/releasing/check_signatures_and_digests.sh
stanbol/tags/apache-stanbol-0.12/releasing/check_staged_release.sh
stanbol/tags/apache-stanbol-0.12/releasing/clean_mvn_repo.sh
stanbol/tags/apache-stanbol-0.12/releasing/computeSNAPSHOTdeps.sh
stanbol/tags/apache-stanbol-0.12/releasing/pruneEmptySVNDirs.sh
stanbol/tags/apache-stanbol-0.12/releasing/set_project_version.sh
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_dev_versions.sh
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_stanbol_releases.sh
Modified: stanbol/tags/apache-stanbol-0.12/data/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/data/pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/data/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/data/pom.xml Mon Feb 24 09:37:20 2014
@@ -116,11 +116,18 @@
<exclude>RAT-REPORT</exclude>
<!-- exclude downloads -->
- <exclude>**/downloads/**</exclude>
+ <exclude>**/downloads/**/*</exclude>
<!-- exclude certain file types -->
<exclude>**/*.config</exclude>
<exclude>**/*.ref</exclude>
+ <exclude>**/*.xml</exclude>
+
+ <!-- exclude test resources -->
+ <exclude>**/test/resources/**/*</exclude>
+
+ <!-- eclude web ressources in bundles -->
+ <exclude>**/META-INF/resources/**/*</exclude>
</excludes>
</configuration>
</plugin>
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml
Mon Feb 24 09:37:20 2014
@@ -1,4 +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.
+-->
<actions>
<action>
<actionName>CUSTOM-deploy to localhost:8080</actionName>
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
Mon Feb 24 09:37:20 2014
@@ -1,4 +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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/src/main/java/ExampleEnhancer.java
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/src/main/java/ExampleEnhancer.java?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/src/main/java/ExampleEnhancer.java
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/src/main/java/ExampleEnhancer.java
Mon Feb 24 09:37:20 2014
@@ -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.
+*/
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml
Mon Feb 24 09:37:20 2014
@@ -1,4 +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.
+-->
<actions>
<action>
<actionName>CUSTOM-deploy to localhost:8080</actionName>
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
Mon Feb 24 09:37:20 2014
@@ -1,4 +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.
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ExampleMenuItem.java
Mon Feb 24 09:37:20 2014
@@ -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.
+*/
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/Ontology.java
Mon Feb 24 09:37:20 2014
@@ -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.
+*/
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ResourceResolver.java
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ResourceResolver.java?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ResourceResolver.java
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/java/ResourceResolver.java
Mon Feb 24 09:37:20 2014
@@ -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.
+*/
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/ResourceResolver.ftl
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/ResourceResolver.ftl?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/ResourceResolver.ftl
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/ResourceResolver.ftl
Mon Feb 24 09:37:20 2014
@@ -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.
+-->
<@namespace ont="http://example.org/service-description#" />
<@namespace ehub="http://stanbol.apache.org/ontology/entityhub/entityhub#" />
<@namespace cc="http://creativecommons.org/ns#" />
Modified:
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
(original)
+++
stanbol/tags/apache-stanbol-0.12/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/src/main/resources/templates/html/includes/footer.ftl
Mon Feb 24 09:37:20 2014
@@ -1 +1,17 @@
+<#--
+ 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>Thank you for trying out this example application.</div>
\ No newline at end of file
Modified:
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
Mon Feb 24 09:37:20 2014
@@ -20,8 +20,8 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dblp</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dblp</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dblp</developerConnection>
<url>http://stanbol.apache.org</url>
</scm>
<build>
Modified:
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
Mon Feb 24 09:37:20 2014
@@ -18,8 +18,8 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dbpedia</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dbpedia</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/dbpedia</developerConnection>
<url>http://stanbol.apache.org</url>
</scm>
<build>
Modified:
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
(original)
+++
stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
Mon Feb 24 09:37:20 2014
@@ -20,8 +20,8 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/genericrdf</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/genericrdf</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-0.12/entityhub/indexing/genericrdf</developerConnection>
<url>http://stanbol.apache.org</url>
</scm>
<build>
Modified: stanbol/tags/apache-stanbol-0.12/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/parent/pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/parent/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/parent/pom.xml Mon Feb 24 09:37:20 2014
@@ -422,7 +422,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.8</version>
+ <version>0.10</version>
<executions>
<execution>
<configuration>
@@ -1611,7 +1611,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>source-assembly</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
</dependencies>
</plugin>
Modified: stanbol/tags/apache-stanbol-0.12/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/pom.xml?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/pom.xml Mon Feb 24 09:37:20 2014
@@ -112,25 +112,69 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludeSubProjects>true</excludeSubProjects>
+ <excludeSubProjects>false</excludeSubProjects>
<excludes>
- <!-- exclude hidden and dummy files -->
+ <!--
+ All license headers are also checked per
+ artifact. These excludes are necessary
+ to make the reactor build suceed. Consider
+ the excluded files here as already checked
+ in the artifacts.
+ -->
+
+ <!-- exclude hidden files -->
<exclude>**/.*</exclude>
- <exclude>PLAYGROUND.txt</exclude>
+ <exclude>**/.*/*</exclude>
+ <exclude>**/.*/**/*</exclude>
+
+ <!-- exclude build files -->
+ <exclude>**/target/**</exclude>
+ <exclude>**/*.log</exclude>
+
+ <!-- exclude generated files listing the licenses of deps -->
+ <exclude>DEPENDENCIES</exclude>
+ <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+ <exclude>RAT-REPORT</exclude>
+ <exclude>**/src/license/THIRD-PARTY.properties</exclude>
- <!-- unstable and not release relevant stuff -->
- <exclude>contrib/**</exclude>
- <exclude>demos/crawler/**</exclude>
- <exclude>demos/ehealth/**</exclude>
- <exclude>demos/integritycheck/**</exclude>
-
- <exclude>conventions/**</exclude>
- <exclude>releasing/**</exclude>
- <exclude>integration-tests/**</exclude>
+ <!-- exclude certain file types by extension -->
+ <exclude>**/*.properties</exclude>
+ <exclude>**/*.config</exclude>
+ <exclude>**/*.nt</exclude>
+ <exclude>**/*.txt</exclude>
+ <exclude>**/*.css</exclude>
+ <exclude>**/*.js</exclude>
+ <exclude>**/*.xml</exclude>
+ <exclude>**/*.svg</exclude>
+ <exclude>**/*.ref</exclude>
+ <exclude>**/*.html</exclude>
+ <exclude>**/*.rdf</exclude>
+ <exclude>**/*.xhtml</exclude>
+ <exclude>**/*.json</exclude>
+ <exclude>**/*.eml</exclude>
+ <exclude>**/*.sem</exclude>
+ <exclude>**/*.ldpath</exclude>
+ <exclude>**/*.mappings</exclude>
+ <exclude>**/*.nq</exclude>
+ <exclude>**/*.md</exclude>
+ <exclude>**/*.ttl</exclude>
+ <exclude>**/*.rules</exclude>
+ <exclude>**/*.csv</exclude>
+ <exclude>**/*.rtf</exclude>
+ <exclude>**/jquery-1.6.1</exclude>
+
+ <!-- some specific files without extension -->
+
<exclude>commons/namespaceprefix/prefixccprovider/src/main/resources/META-INF/services/org.apache.stanbol.commons.namespaceprefix.NamespacePrefixProvider</exclude>
+
<exclude>commons/namespaceprefix/stanbolprovider/src/main/resources/META-INF/services/org.apache.stanbol.commons.namespaceprefix.NamespacePrefixProvider</exclude>
+
<exclude>data/sentiment/sentiwordnet/downloads/resources/org/apache/stanbol/data/sentiment/sentiwordnet/LICENSE.SentiWordNet</exclude>
+
<exclude>data/sentiment/sentiws/downloads/resources/org/apache/stanbol/data/sentiment/sentiws/LICENSE.SentiWS</exclude>
+
<exclude>enhancer/generic/core/src/main/resources/META-INF/services/org.apache.stanbol.enhancer.servicesapi.ContentItemFactory</exclude>
+
<exclude>enhancer/generic/nlp-json/src/main/resources/META-INF/services/org.apache.stanbol.enhancer.nlp.json.valuetype.ValueTypeParser</exclude>
+
<exclude>enhancer/generic/nlp-json/src/main/resources/META-INF/services/org.apache.stanbol.enhancer.nlp.json.valuetype.ValueTypeSerializer</exclude>
</excludes>
</configuration>
</plugin>
- <!-- plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
@@ -140,7 +184,7 @@
</goals>
</execution>
</executions>
- </plugin -->
+ </plugin>
</plugins>
</build>
</profile>
Modified:
stanbol/tags/apache-stanbol-0.12/releasing/checkForSNAPSHOTsInBundlelists.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/checkForSNAPSHOTsInBundlelists.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/releasing/checkForSNAPSHOTsInBundlelists.sh
(original)
+++
stanbol/tags/apache-stanbol-0.12/releasing/checkForSNAPSHOTsInBundlelists.sh
Mon Feb 24 09:37:20 2014
@@ -1,4 +1,19 @@
#!/bin/sh
+# 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.
+
# Count number of bundlelist 'list.xml' files with SNAPSHOT deps
find . -name list.xml -exec grep -l SNAPSHOT {} \; | wc -l
\ No newline at end of file
Modified:
stanbol/tags/apache-stanbol-0.12/releasing/check_release_matches_tag.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/check_release_matches_tag.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/check_release_matches_tag.sh
(original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/check_release_matches_tag.sh Mon
Feb 24 09:37:20 2014
@@ -1,4 +1,20 @@
#!/bin/bash
+
+# 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.
+
# check that a staged release matches the corresponding svn tags
#
# usage:
Modified:
stanbol/tags/apache-stanbol-0.12/releasing/check_signatures_and_digests.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/check_signatures_and_digests.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/check_signatures_and_digests.sh
(original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/check_signatures_and_digests.sh
Mon Feb 24 09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
#
# Checks signatures and digests of source-releases.
#
Modified: stanbol/tags/apache-stanbol-0.12/releasing/check_staged_release.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/check_staged_release.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/check_staged_release.sh
(original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/check_staged_release.sh Mon Feb
24 09:37:20 2014
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# 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.
+
# check a Stanbol staged release - adapted from Sling's similar script
STAGING=${1}
Modified: stanbol/tags/apache-stanbol-0.12/releasing/clean_mvn_repo.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/clean_mvn_repo.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/clean_mvn_repo.sh (original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/clean_mvn_repo.sh Mon Feb 24
09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
REPO=~/.m2/repository/org/apache/stanbol
echo Deleting $REPO
Modified: stanbol/tags/apache-stanbol-0.12/releasing/computeSNAPSHOTdeps.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/computeSNAPSHOTdeps.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/computeSNAPSHOTdeps.sh (original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/computeSNAPSHOTdeps.sh Mon Feb
24 09:37:20 2014
@@ -1,3 +1,18 @@
#!/bin/sh
+# 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.
+
mvn dependency:tree -o | grep SNAPSHOT | sed 's/.* \(.*-SNAPSHOT\).*/\1/' |
sort -u
\ No newline at end of file
Modified: stanbol/tags/apache-stanbol-0.12/releasing/pruneEmptySVNDirs.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/pruneEmptySVNDirs.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/pruneEmptySVNDirs.sh (original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/pruneEmptySVNDirs.sh Mon Feb 24
09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
for i in `find . -type d -print -name ".svn" | grep -v "/\.svn"`
do
if [ -z "`ls -A $i | grep -v '\.svn' `" ]
Modified: stanbol/tags/apache-stanbol-0.12/releasing/set_project_version.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/set_project_version.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/set_project_version.sh (original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/set_project_version.sh Mon Feb
24 09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# Recursively sets the project version to the version given by
# the first parameter.
Modified:
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_dev_versions.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_dev_versions.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_dev_versions.sh
(original)
+++ stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_dev_versions.sh
Mon Feb 24 09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# Updates the dependencies in all POMs to use the latest
# available Stanbol release artifacts.
# Uses the Maven versions plugin.
Modified:
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_stanbol_releases.sh
URL:
http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_stanbol_releases.sh?rev=1571199&r1=1571198&r2=1571199&view=diff
==============================================================================
---
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_stanbol_releases.sh
(original)
+++
stanbol/tags/apache-stanbol-0.12/releasing/update_to_latest_stanbol_releases.sh
Mon Feb 24 09:37:20 2014
@@ -1,5 +1,20 @@
#!/bin/sh
+# 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.
+
# Updates the dependencies in all POMs to use the latest
# available Stanbol release artifacts.
# Uses the Maven versions plugin.