Author: fchrist
Date: Thu Jul 14 13:04:18 2011
New Revision: 1146678
URL: http://svn.apache.org/viewvc?rev=1146678&view=rev
Log:
STANBOL-272 Added AL20 README for test resources in EntityHub Indexing Core;
excluded files from RAT check
Added:
incubator/stanbol/trunk/entityhub/indexing/core/src/test/resources/README
Modified:
incubator/stanbol/trunk/entityhub/indexing/core/pom.xml
Modified: incubator/stanbol/trunk/entityhub/indexing/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/core/pom.xml?rev=1146678&r1=1146677&r2=1146678&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/core/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/core/pom.xml Thu Jul 14 13:04:18
2011
@@ -42,27 +42,50 @@
</developerConnection>
<url>http://incubator.apache.org/stanbol</url>
</scm>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Export-Package>
-
org.apache.stanbol.entityhub.indexing.core;version=${pom.version},
-
org.apache.stanbol.entityhub.indexing.core.normaliser;version=${pom.version},
-
org.apache.stanbol.entityhub.indexing.core.processor;version=${pom.version}
- </Export-Package>
- <!-- <Private-Package>
-
org.apache.stanbol.entityhub.indexing.core.impl;version=${pom.version}
- </Private-Package> -->
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Export-Package>
+
org.apache.stanbol.entityhub.indexing.core;version=${pom.version},
+
org.apache.stanbol.entityhub.indexing.core.normaliser;version=${pom.version},
+
org.apache.stanbol.entityhub.indexing.core.processor;version=${pom.version}
+ </Export-Package>
+ <!--
+ <Private-Package>
+
org.apache.stanbol.entityhub.indexing.core.impl;version=${pom.version}
+ </Private-Package>
+ -->
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- License provided in src/test/resources/README -->
+
<exclude>src/test/resources/resourceLoaderTest/testFolder/otherFileInFolder.txt</exclude>
+
<exclude>src/test/resources/resourceLoaderTest/testFolder/ignoreFileInFolder.txt</exclude>
+
<exclude>src/test/resources/resourceLoaderTest/testFolder/errorFileInFolder.txt</exclude>
+
<exclude>src/test/resources/resourceLoaderTest/testFolder/fileInFolder.txt</exclude>
+
<exclude>src/test/resources/resourceLoaderTest/singleFileTest.txt</exclude>
+
<exclude>src/test/resources/testConfigs/simple/indexing/config/indexfieldconfig.txt</exclude>
+
<exclude>src/test/resources/testConfigs/simple/indexing/config/dbpediamappings.txt</exclude>
+
<exclude>src/test/resources/testConfigs/simple/indexing/resources/testEntityScore.txt</exclude>
+
<exclude>src/test/resources/indexerTests/dataIterating/indexing/config/indexerTestMappings.txt</exclude>
+
<exclude>src/test/resources/indexerTests/idIterating/indexing/config/indexerTestMappings.txt</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<dependencies>
<dependency>
<groupId>org.apache.stanbol</groupId>
Added: incubator/stanbol/trunk/entityhub/indexing/core/src/test/resources/README
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/core/src/test/resources/README?rev=1146678&view=auto
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/core/src/test/resources/README
(added)
+++ incubator/stanbol/trunk/entityhub/indexing/core/src/test/resources/README
Thu Jul 14 13:04:18 2011
@@ -0,0 +1,28 @@
+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:
+
+resourceLoaderTest/testFolder/otherFileInFolder.txt
+resourceLoaderTest/testFolder/ignoreFileInFolder.txt
+resourceLoaderTest/testFolder/errorFileInFolder.txt
+resourceLoaderTest/testFolder/fileInFolder.txt
+resourceLoaderTest/singleFileTest.txt
+testConfigs/simple/indexing/config/indexfieldconfig.txt
+testConfigs/simple/indexing/config/dbpediamappings.txt
+testConfigs/simple/indexing/resources/testEntityScore.txt
+indexerTests/dataIterating/indexing/config/indexerTestMappings.txt
+indexerTests/idIterating/indexing/config/indexerTestMappings.txt
+