Author: rwesten
Date: Thu Jul 21 07:12:54 2011
New Revision: 1149051

URL: http://svn.apache.org/viewvc?rev=1149051&view=rev
Log:
Updates

* added all directories and files that are created by downloaded data files as 
SVN ignores
* corrected the <artefactId> of the parent in the data reactor pom [1] (thanks 
to Steve for reporting)
* added license information as suggested by fabian [2]


[1] http://markmail.org/message/hw4cubaw7xfjdejv
[2] http://markmail.org/message/7ybfv244dwkunvjs

Added:
    incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/README
    incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/README
Modified:
    incubator/stanbol/trunk/data/opennlp/lang/en/   (props changed)
    incubator/stanbol/trunk/data/opennlp/lang/en/src/main/resources/   (props 
changed)
    incubator/stanbol/trunk/data/opennlp/ner/en/   (props changed)
    incubator/stanbol/trunk/data/opennlp/ner/en/src/main/resources/   (props 
changed)
    incubator/stanbol/trunk/data/pom.xml
    incubator/stanbol/trunk/data/sites/dbpediacached/   (props changed)
    incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml
    incubator/stanbol/trunk/data/sites/dbpediadefault/   (props changed)
    incubator/stanbol/trunk/data/sites/dbpediadefault/pom.xml
    
incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/
   (props changed)

Propchange: incubator/stanbol/trunk/data/opennlp/lang/en/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+target

Propchange: incubator/stanbol/trunk/data/opennlp/lang/en/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+org

Propchange: incubator/stanbol/trunk/data/opennlp/ner/en/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+target

Propchange: incubator/stanbol/trunk/data/opennlp/ner/en/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+org

Modified: incubator/stanbol/trunk/data/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/pom.xml?rev=1149051&r1=1149050&r2=1149051&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/pom.xml (original)
+++ incubator/stanbol/trunk/data/pom.xml Thu Jul 21 07:12:54 2011
@@ -20,7 +20,7 @@
 
     <parent>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>stanbol-parent</artifactId>
+      <artifactId>org.apache.stanbol.data.parent</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>
       <relativePath>parent</relativePath>
     </parent>

Propchange: incubator/stanbol/trunk/data/sites/dbpediacached/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1,5 @@
+.classpath
+
+.project
+
+target

Modified: incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml?rev=1149051&r1=1149050&r2=1149051&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml Thu Jul 21 
07:12:54 2011
@@ -72,7 +72,20 @@
           </instructions>
         </configuration>
       </plugin>
-    </plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- License provided in src/main/resources/README -->
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+     </plugins>
   </build>
 
 </project>

Added: 
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/README
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/README?rev=1149051&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/README 
(added)
+++ incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/README 
Thu Jul 21 07:12:54 2011
@@ -0,0 +1,21 @@
+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.
+
+The following files are provided under the Apache License, Version 2.0:
+
+org/apache/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
+org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
+org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
+org/apache/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config

Propchange: incubator/stanbol/trunk/data/sites/dbpediadefault/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+target

Modified: incubator/stanbol/trunk/data/sites/dbpediadefault/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediadefault/pom.xml?rev=1149051&r1=1149050&r2=1149051&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediadefault/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dbpediadefault/pom.xml Thu Jul 21 
07:12:54 2011
@@ -129,6 +129,21 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- License provided in src/main/resources/README -->
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/config/dbpedia_43k.solrindex.ref</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/config/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpedia.config</exclude>
+            
<exclude>src/main/resources/org/apache/data/site/dbpedia/default/index/dbpedia_43k.solrindex.zip</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Added: 
incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/README
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/README?rev=1149051&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/README 
(added)
+++ incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/README 
Thu Jul 21 07:12:54 2011
@@ -0,0 +1,38 @@
+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.
+
+The following files are provided under the Apache License, Version 2.0:
+
+    org/apache/data/site/dbpedia/default/config/dbpedia_43k.solrindex.ref
+    
org/apache/data/site/dbpedia/default/config/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
+    
org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
+    
org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
+    
org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpedia.config
+
+The SolrIndex provides at
+
+    org/apache/data/site/dbpedia/default/index/dbpedia_43k.solrindex.zip
+
+contains Information dual licensed under
+
+    
http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
+    
http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License
+    
+The addition of the required attributions are ensured by the implementation of
+the Apache Stanbol Entityhub ReferencedSite based on the configurations 
provided
+by
+
+    
org/apache/data/site/dbpedia/default/config/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
+

Propchange: 
incubator/stanbol/trunk/data/sites/dbpediadefault/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 21 07:12:54 2011
@@ -0,0 +1 @@
+index


Reply via email to