Author: jukka
Date: Mon Apr 30 10:39:35 2012
New Revision: 1332148

URL: http://svn.apache.org/viewvc?rev=1332148&view=rev
Log:
OAK-44: Release managements tweaks

Complete the pedantic profile
Add missing license headers

Modified:
    jackrabbit/oak/trunk/README.md
    jackrabbit/oak/trunk/oak-core/README.md
    jackrabbit/oak/trunk/oak-core/pom.xml
    
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ResultRow.java
    jackrabbit/oak/trunk/oak-core/src/test/resources/logback-test.xml
    
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryTest.txt
    
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryXpathTest.txt
    jackrabbit/oak/trunk/oak-it/mk/README.md
    jackrabbit/oak/trunk/oak-jcr/pom.xml
    
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/AbstractRepositoryTest.java
    
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/CompatibilityIssuesTest.java
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/branch.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/commit.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/diff.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/footer.js
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getChildNodeCount.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getHeadRevision.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getJournal.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getLength.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getNodes.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getRevisionHistory.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/header.js
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/index.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/main.css
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/merge.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/nodeExists.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/read.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/waitForCommit.html
    
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/write.html
    jackrabbit/oak/trunk/oak-run/pom.xml
    jackrabbit/oak/trunk/pom.xml

Modified: jackrabbit/oak/trunk/README.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/README.md?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/README.md (original)
+++ jackrabbit/oak/trunk/README.md Mon Apr 30 10:39:35 2012
@@ -41,8 +41,10 @@ The build consists of the following main
 
   [1]: oak-core/README.md
 
-License (see also LICENSE.txt)
-------------------------------
+License
+-------
+
+(see [LICENSE.txt](LICENSE.txt) for full license details)
 
 Collective work: Copyright 2012 The Apache Software Foundation.
 

Modified: jackrabbit/oak/trunk/oak-core/README.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/README.md?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/README.md (original)
+++ jackrabbit/oak/trunk/oak-core/README.md Mon Apr 30 10:39:35 2012
@@ -96,3 +96,24 @@ see such changes until they've been comm
 This allows a client to track multiple parallel sets of changes with just a
 single authenticated session.
 
+License
+-------
+
+(see the top-level [LICENSE.txt](../LICENSE.txt) for full license details)
+
+Collective work: Copyright 2012 The Apache Software Foundation.
+
+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.

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Mon Apr 30 10:39:35 2012
@@ -52,6 +52,20 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              
<exclude>src/main/java/org/apache/jackrabbit/mk/fs/FileChannelInputStream.java</exclude>
+              
<exclude>src/main/java/org/apache/jackrabbit/mk/fs/FilePathWrapper.java</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <dependencies>

Modified: 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ResultRow.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ResultRow.java?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ResultRow.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ResultRow.java
 Mon Apr 30 10:39:35 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.jackrabbit.oak.api;
 
 /**

Modified: jackrabbit/oak/trunk/oak-core/src/test/resources/logback-test.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/resources/logback-test.xml?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/test/resources/logback-test.xml (original)
+++ jackrabbit/oak/trunk/oak-core/src/test/resources/logback-test.xml Mon Apr 
30 10:39:35 2012
@@ -1,3 +1,19 @@
+<!--
+   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.
+  -->
 <configuration>
 
     <appender name="console" class="ch.qos.logback.core.ConsoleAppender">

Modified: 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryTest.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryTest.txt?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryTest.txt
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryTest.txt
 Mon Apr 30 10:39:35 2012
@@ -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.
+#
 # Syntax:
 # * lines starting with "#" are remarks.
 # * lines starting with "select" are queries, followed by expected results and 
an empty line

Modified: 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryXpathTest.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryXpathTest.txt?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryXpathTest.txt
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/test/resources/org/apache/jackrabbit/oak/query/queryXpathTest.txt
 Mon Apr 30 10:39:35 2012
@@ -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.
+#
 # Syntax:
 # * lines starting with "#" are remarks.
 # * lines starting with "xpath" are xpath queries, followed by expected sql2 
query

Modified: jackrabbit/oak/trunk/oak-it/mk/README.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-it/mk/README.md?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-it/mk/README.md (original)
+++ jackrabbit/oak/trunk/oak-it/mk/README.md Mon Apr 30 10:39:35 2012
@@ -50,3 +50,24 @@ Fourth, and finally, you need to list th
 
     my.package.MyCustomMicroKernelFixture
 
+License
+-------
+
+(see the top-level [LICENSE.txt](../LICENSE.txt) for full license details)
+
+Collective work: Copyright 2012 The Apache Software Foundation.
+
+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.

Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Mon Apr 30 10:39:35 2012
@@ -48,6 +48,20 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              
<exclude>src/main/java/org/apache/jackrabbit/oak/jcr/security/user/diff.txt</exclude>
+              
<exclude>src/main/java/org/apache/jackrabbit/oak/jcr/security/privileges/diff.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <dependencies>

Modified: 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/AbstractRepositoryTest.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/AbstractRepositoryTest.java?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/AbstractRepositoryTest.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/AbstractRepositoryTest.java
 Mon Apr 30 10:39:35 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.jackrabbit.oak.jcr;
 
 import org.apache.jackrabbit.commons.JcrUtils;

Modified: 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/CompatibilityIssuesTest.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/CompatibilityIssuesTest.java?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/CompatibilityIssuesTest.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/CompatibilityIssuesTest.java
 Mon Apr 30 10:39:35 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.jackrabbit.oak.jcr;
 
 import org.junit.After;

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/branch.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/branch.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/branch.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/branch.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: branch</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/commit.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/commit.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/commit.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/commit.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: commit</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/diff.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/diff.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/diff.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/diff.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: diff</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/footer.js
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/footer.js?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/footer.js
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/footer.js
 Mon Apr 30 10:39:35 2012
@@ -1,2 +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.
+ */
 document.write('<div class="footer"><a 
href="http://www.apache.org/licenses/";>License</a> | Powered by <a 
href="http://jackrabbit.apache.org/";>Apache Jackrabbit</a></div>');
-

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getChildNodeCount.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getChildNodeCount.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getChildNodeCount.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getChildNodeCount.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getLength</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getHeadRevision.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getHeadRevision.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getHeadRevision.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getHeadRevision.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getHeadRevision</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getJournal.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getJournal.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getJournal.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getJournal.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getJournal</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getLength.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getLength.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getLength.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getLength.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getLength</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getNodes.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getNodes.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getNodes.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getNodes.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getNodes</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getRevisionHistory.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getRevisionHistory.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getRevisionHistory.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/getRevisionHistory.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: getRevisionHistory</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/header.js
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/header.js?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/header.js
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/header.js
 Mon Apr 30 10:39:35 2012
@@ -1 +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.
+ */
 document.write('<div class="header"><div class="logo"><a 
href="http://jackrabbit.apache.org/"; align="right"><img src="logo.png" 
align="right"></a></div><a 
href="index.html">&micro;Kernel</a><br>prototype</div>');

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/index.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/index.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/index.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/index.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/main.css
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/main.css?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/main.css
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/main.css
 Mon Apr 30 10:39:35 2012
@@ -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.
+ */
+
 body {
        background: #eee url(bg-body.png) top center repeat-y;
        color: #333;

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/merge.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/merge.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/merge.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/merge.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: branch</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/nodeExists.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/nodeExists.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/nodeExists.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/nodeExists.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: nodeExists</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/read.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/read.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/read.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/read.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: read</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/waitForCommit.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/waitForCommit.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/waitForCommit.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/waitForCommit.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: waitForCommit</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/write.html
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/write.html?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/write.html
 (original)
+++ 
jackrabbit/oak/trunk/oak-mk/src/main/resources/org/apache/jackrabbit/mk/server/write.html
 Mon Apr 30 10:39:35 2012
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <head>
 <title>&micro;Kernel prototype: write</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>

Modified: jackrabbit/oak/trunk/oak-run/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/pom.xml?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-run/pom.xml Mon Apr 30 10:39:35 2012
@@ -49,6 +49,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
                   <include>*</include>

Modified: jackrabbit/oak/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1332148&r1=1332147&r2=1332148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/pom.xml (original)
+++ jackrabbit/oak/trunk/pom.xml Mon Apr 30 10:39:35 2012
@@ -63,6 +63,7 @@
             <excludes>
               <exclude>release.properties</exclude>
               <exclude>.git/**</exclude>
+              <exclude>.gitignore</exclude>
             </excludes>
           </configuration>
         </plugin>


Reply via email to