Author: fchrist
Date: Tue Jan 22 15:31:16 2013
New Revision: 1436994
URL: http://svn.apache.org/viewvc?rev=1436994&view=rev
Log:
STANBOL-902 fixed RAT excludes
Modified:
stanbol/trunk/contenthub/pom.xml
stanbol/trunk/contenthub/servicesapi/src/license/THIRD-PARTY.properties
stanbol/trunk/contenthub/web/pom.xml
Modified: stanbol/trunk/contenthub/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/pom.xml?rev=1436994&r1=1436993&r2=1436994&view=diff
==============================================================================
--- stanbol/trunk/contenthub/pom.xml (original)
+++ stanbol/trunk/contenthub/pom.xml Tue Jan 22 15:31:16 2013
@@ -1,14 +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. -->
+<!--
+ 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">
Modified:
stanbol/trunk/contenthub/servicesapi/src/license/THIRD-PARTY.properties
URL:
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/servicesapi/src/license/THIRD-PARTY.properties?rev=1436994&r1=1436993&r2=1436994&view=diff
==============================================================================
--- stanbol/trunk/contenthub/servicesapi/src/license/THIRD-PARTY.properties
(original)
+++ stanbol/trunk/contenthub/servicesapi/src/license/THIRD-PARTY.properties Tue
Jan 22 15:31:16 2013
@@ -19,7 +19,6 @@
# Please fill the missing licenses for dependencies :
#
#
-#Thu Nov 08 10:03:47 CET 2012
-javax.servlet--servlet-api--2.5=Common Development And Distribution License
(CDDL), Version 1.0
+#Tue Jan 22 16:20:32 CET 2013
org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
Modified: stanbol/trunk/contenthub/web/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/contenthub/web/pom.xml?rev=1436994&r1=1436993&r2=1436994&view=diff
==============================================================================
--- stanbol/trunk/contenthub/web/pom.xml (original)
+++ stanbol/trunk/contenthub/web/pom.xml Tue Jan 22 15:31:16 2013
@@ -79,13 +79,13 @@
<exclude>src/license/THIRD-PARTY.properties</exclude>
<!-- MIT License -->
-
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/style/jquery-ui-1.8.11.custom.css</exclude>
-
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-ui-1.8.11.custom.min.js</exclude>
-
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.5.1.min.js</exclude>
-
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.4.2.js</exclude>
+
<exclude>src/main/resources/META-INF/resources/static/contenthub/style/jquery-ui-1.8.11.custom.css</exclude>
+
<exclude>src/main/resources/META-INF/resources/static/contenthub/scripts/jquery-ui-1.8.11.custom.min.js</exclude>
+
<exclude>src/main/resources/META-INF/resources/static/contenthub/scripts/jquery-1.5.1.min.js</exclude>
+
<exclude>src/main/resources/META-INF/resources/static/contenthub/scripts/jquery-1.4.2.js</exclude>
<!-- BSD License -->
-
<exclude>src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
+
<exclude>src/main/resources/META-INF/resources/static/contenthub/scripts/jit.js</exclude>
</excludes>
</configuration>
</plugin>