You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/12/18 10:55:22 UTC

svn commit: r1050606 - in /incubator/lcf/branches/release-0.1-branch: ./ build.xml connectors/filenet/registry-scripts/setclasspath.bat site/build.xml

Author: kwright
Date: Sat Dec 18 09:55:21 2010
New Revision: 1050606

URL: http://svn.apache.org/viewvc?rev=1050606&view=rev
Log:
In prep for RC3, fix two more licenses and also the rat-sources target.

Modified:
    incubator/lcf/branches/release-0.1-branch/   (props changed)
    incubator/lcf/branches/release-0.1-branch/build.xml
    incubator/lcf/branches/release-0.1-branch/connectors/filenet/registry-scripts/setclasspath.bat
    incubator/lcf/branches/release-0.1-branch/site/build.xml

Propchange: incubator/lcf/branches/release-0.1-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 18 09:55:21 2010
@@ -1 +1 @@
-/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183
+/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183,1050605

Modified: incubator/lcf/branches/release-0.1-branch/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/build.xml?rev=1050606&r1=1050605&r2=1050606&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/build.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/build.xml Sat Dec 18 09:55:21 2010
@@ -1,3 +1,20 @@
+<!--
+ 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 name="manifoldcf" default="help">
 
     <target name="clean">
@@ -1586,9 +1603,32 @@ All targets requiring Apache Forrest als
     <target name="rat-sources" depends="-taskdef"
       description="runs the tasks over src/java excluding the license directory">
       <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
-        <fileset dir="connectors/"/>
-        <fileset dir="framework/"/>
-        <fileset dir="site/src/"/>
+        <fileset dir="json/">
+        </fileset>
+        <fileset dir="mod-authz-annotate/">
+        </fileset>
+        <fileset dir="connectors/">
+          <exclude name="**/build/"/>
+          <exclude name="**/dist/"/>
+          <exclude name="**/test-output/"/>
+          <exclude name="filenet/filenet-api/"/>
+          <exclude name="documentum/dfc/"/>
+          <exclude name="jcifs/upstream-diffs/jcifs.diffs"/>
+          <exclude name="jcifs/jcifs/"/>
+          <exclude name="jdbc/jdbc-drivers/"/>
+          <exclude name="livelink/lapi/"/>
+          <exclude name="meridio/wsdls/"/>
+          <exclude name="sharepoint/wsdls/"/>
+        </fileset>
+        <fileset dir="framework/">
+          <exclude name="**/build/"/>
+          <exclude name="**/dist/"/>
+          <exclude name="**/test-output/"/>
+          <exclude name="**/web-generated.xml"/>
+        </fileset>
+        <fileset dir="site/">
+          <exclude name="**/build/"/>
+        </fileset>
       </rat:report>
     </target>
 

Modified: incubator/lcf/branches/release-0.1-branch/connectors/filenet/registry-scripts/setclasspath.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/connectors/filenet/registry-scripts/setclasspath.bat?rev=1050606&r1=1050605&r2=1050606&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/connectors/filenet/registry-scripts/setclasspath.bat (original)
+++ incubator/lcf/branches/release-0.1-branch/connectors/filenet/registry-scripts/setclasspath.bat Sat Dec 18 09:55:21 2010
@@ -1 +1,16 @@
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 set CLASSPATH=%CLASSPATH%;%MCF_HOME%\filenet-registry-process\jar\%1

Modified: incubator/lcf/branches/release-0.1-branch/site/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/site/build.xml?rev=1050606&r1=1050605&r2=1050606&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/site/build.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/site/build.xml Sat Dec 18 09:55:21 2010
@@ -1,3 +1,20 @@
+<!--
+ 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 default="all">
 
     <target name="clean">