You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2015/07/14 20:50:31 UTC

svn commit: r1691057 - in /jspwiki/trunk/jspwiki-portable: ./ src/main/assembly/ src/overlay/launchers/tomcat/ src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/ src/overlay/launchers/tomcat/woas.app/Contents/ src/overlay/launchers/tomcat/woas.a...

Author: juanpablo
Date: Tue Jul 14 18:50:30 2015
New Revision: 1691057

URL: http://svn.apache.org/r1691057
Log:
added missing AL headers.

Modified:
    jspwiki/trunk/jspwiki-portable/readme.md
    jspwiki/trunk/jspwiki-portable/src/main/assembly/woas-dist.xml
    jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/Info.plist
    jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Info.plist
    jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Resources/en.lproj/Localizable.strings
    jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.sh
    jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.url
    jspwiki/trunk/jspwiki-portable/src/overlay/tomcat/webapps/ROOT/index.html
    jspwiki/trunk/jspwiki-portable/src/overlay/woas/webapps/public/WEB-INF/userdatabase.xml

Modified: jspwiki/trunk/jspwiki-portable/readme.md
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/readme.md?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/readme.md (original)
+++ jspwiki/trunk/jspwiki-portable/readme.md Tue Jul 14 18:50:30 2015
@@ -1,3 +1,22 @@
+<!--
+    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.
+-->
+
 # 1. Introduction
 
 This project builds a ready-to-use JSP Wiki distribution

Modified: jspwiki/trunk/jspwiki-portable/src/main/assembly/woas-dist.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/main/assembly/woas-dist.xml?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/main/assembly/woas-dist.xml (original)
+++ jspwiki/trunk/jspwiki-portable/src/main/assembly/woas-dist.xml Tue Jul 14 18:50:30 2015
@@ -1,3 +1,21 @@
+<!--
+    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">

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/Info.plist
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/Info.plist?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/Info.plist (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas-apple-jdk.app/Contents/Info.plist Tue Jul 14 18:50:30 2015
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    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.
+-->
 <plist version="1.0">
   <dict>
     <key>CFBundleName</key>

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Info.plist
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Info.plist?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Info.plist (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Info.plist Tue Jul 14 18:50:30 2015
@@ -1,4 +1,22 @@
 <?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.
+-->
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Resources/en.lproj/Localizable.strings
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Resources/en.lproj/Localizable.strings?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Resources/en.lproj/Localizable.strings (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.app/Contents/Resources/en.lproj/Localizable.strings Tue Jul 14 18:50:30 2015
@@ -1,3 +1,21 @@
+/*
+    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.
+*/
 "JRELoadError" = "Unable to load Java Runtime Environment.";
 "MainClassNameRequired" = "Main class name is required.";
 "JavaDirectoryNotFound" = "Unable to enumerate Java directory contents.";

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.sh
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.sh?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.sh (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.sh Tue Jul 14 18:50:30 2015
@@ -1,4 +1,22 @@
 #!/bin/sh 
+# ----------------------------------------------------------------------------
+# 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.
+# ----------------------------------------------------------------------------
 
 #############################################################################
 # Helper script to run JSPWiki

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.url
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.url?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.url (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/launchers/tomcat/woas.url Tue Jul 14 18:50:30 2015
@@ -1,3 +1,21 @@
+# ----------------------------------------------------------------------------
+# 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.
+# ----------------------------------------------------------------------------
 [InternetShortcut]
 URL=http://localhost:9627/
 IDList=

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/tomcat/webapps/ROOT/index.html
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/tomcat/webapps/ROOT/index.html?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/tomcat/webapps/ROOT/index.html (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/tomcat/webapps/ROOT/index.html Tue Jul 14 18:50:30 2015
@@ -1,4 +1,22 @@
 <?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.
+-->
 <html xmlns="http://www.w3.org/1999/xhtml" >
   <head>
     <link rel="stylesheet" type="text/css" href="style.css"/>

Modified: jspwiki/trunk/jspwiki-portable/src/overlay/woas/webapps/public/WEB-INF/userdatabase.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-portable/src/overlay/woas/webapps/public/WEB-INF/userdatabase.xml?rev=1691057&r1=1691056&r2=1691057&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-portable/src/overlay/woas/webapps/public/WEB-INF/userdatabase.xml (original)
+++ jspwiki/trunk/jspwiki-portable/src/overlay/woas/webapps/public/WEB-INF/userdatabase.xml Tue Jul 14 18:50:30 2015
@@ -1,4 +1,22 @@
 <?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.
+-->
 <users>
     <user uid="362a046a-e68d-4db9-8752-5ff7d17c61cb" loginName="admin" wikiName="Admin" fullName="Admin" email="" password="{SSHA}pkqSSWniW3lmyicqw5PBKFXjjd8sc3LqykqLVw==" created="2014.03.29 at 18:21:54:458 CET" lastModified="2014.03.29 at 18:21:54:458 CET" lockExpiry="" >
     </user>