You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/14 16:06:48 UTC

svn commit: r1146725 - in /incubator/stanbol/trunk/entityhub/indexing/dblp: ./ src/main/assembly/ src/main/resources/ src/main/resources/indexing/config/

Author: fchrist
Date: Thu Jul 14 14:06:48 2011
New Revision: 1146725

URL: http://svn.apache.org/viewvc?rev=1146725&view=rev
Log:
STANBOL-272 Added AL20 headers to EntityHub Indexing DBLP

Modified:
    incubator/stanbol/trunk/entityhub/indexing/dblp/README.md
    incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/assembly/assembly.xml
    incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldboosts.properties
    incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
    incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
    incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/README.md?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/README.md Thu Jul 14 14:06:48 2011
@@ -1,3 +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.
 # Indexer for the [DBLP](http://dblp.uni-trier.de/) dataset.
 
 This Tool creates a full cache for DBLP based on the RDF Dump available at

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/assembly/assembly.xml?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/assembly/assembly.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/assembly/assembly.xml Thu Jul 14 14:06:48 2011
@@ -1,3 +1,20 @@
+<?xml version="1.0" ?>
+<!--
+  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.
+-->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
   <id>jar-with-dependencies</id>
   <formats>
@@ -26,4 +43,4 @@
       </includes>
     </fileSet>
   </fileSets> 
-</assembly>
\ No newline at end of file
+</assembly>

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldboosts.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldboosts.properties?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldboosts.properties (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldboosts.properties Thu Jul 14 14:06:48 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.
+
 http://www.w3.org/2000/01/rdf-schema#label=3
 http://purl.org/dc/terms/title=3
 http://purl.org/dc/elements/1.1/title=3

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties Thu Jul 14 14:06:48 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.
+
 # Indexing Properties for the DBLP Dataset
 name=dblp
 description=The DBLP Computer Science Bibliography (http://dblp.uni-trier.de)

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt Thu Jul 14 14:06:48 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.
+
 # --- Define the Languages for all fields ---
 # all languages
 
@@ -47,4 +62,4 @@ foaf:page | d=xsd:anyURI
 # --- The SWRC (Semantic Web for Research Communities) Ontology
 #select all
 swrc:*
-swrc:volume | d=xsd:int
\ No newline at end of file
+swrc:volume | d=xsd:int

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties?rev=1146725&r1=1146724&r2=1146725&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties Thu Jul 14 14:06:48 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.
+
 # Generally print only WARN and ERROR messages
 log4j.rootLogger=WARN, A1
 # to the console