Author: gtrasuk
Date: Wed Apr 24 14:46:30 2013
New Revision: 1471445
URL: http://svn.apache.org/r1471445
Log:
Added license headers to examples files.
Updated roll_release.sh and rat_reports.sh for most recent version of rat.
Also added license headers.
Altered release candidate destination in roll_release.sh
Modified:
river/jtsk/branches/2.2/examples/hello/config/META-INF/PREFERRED.LIST
river/jtsk/branches/2.2/examples/hello/config/jrmp-mahalo-group.config
river/jtsk/branches/2.2/examples/hello/config/jrmp-outrigger-group.config
river/jtsk/branches/2.2/rat_reports.sh
river/jtsk/branches/2.2/roll_release.sh
Modified: river/jtsk/branches/2.2/examples/hello/config/META-INF/PREFERRED.LIST
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/examples/hello/config/META-INF/PREFERRED.LIST?rev=1471445&r1=1471444&r2=1471445&view=diff
==============================================================================
--- river/jtsk/branches/2.2/examples/hello/config/META-INF/PREFERRED.LIST
(original)
+++ river/jtsk/branches/2.2/examples/hello/config/META-INF/PREFERRED.LIST Wed
Apr 24 14:46:30 2013
@@ -1,5 +1,23 @@
PreferredResources-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.
+#*/
+
Name: com/sun/jini/example/hello/ConfirmingInvocationHandler.class
Preferred: true
Modified: river/jtsk/branches/2.2/examples/hello/config/jrmp-mahalo-group.config
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/examples/hello/config/jrmp-mahalo-group.config?rev=1471445&r1=1471444&r2=1471445&view=diff
==============================================================================
--- river/jtsk/branches/2.2/examples/hello/config/jrmp-mahalo-group.config
(original)
+++ river/jtsk/branches/2.2/examples/hello/config/jrmp-mahalo-group.config Wed
Apr 24 14:46:30 2013
@@ -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.
+ */
+
import net.jini.core.entry.Entry;
import net.jini.lookup.entry.Name;
import net.jini.lookup.entry.Comment;
Modified:
river/jtsk/branches/2.2/examples/hello/config/jrmp-outrigger-group.config
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/examples/hello/config/jrmp-outrigger-group.config?rev=1471445&r1=1471444&r2=1471445&view=diff
==============================================================================
--- river/jtsk/branches/2.2/examples/hello/config/jrmp-outrigger-group.config
(original)
+++ river/jtsk/branches/2.2/examples/hello/config/jrmp-outrigger-group.config
Wed Apr 24 14:46:30 2013
@@ -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.
+ */
+
import net.jini.core.entry.Entry;
import net.jini.lookup.entry.Name;
import net.jini.lookup.entry.Comment;
Modified: river/jtsk/branches/2.2/rat_reports.sh
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/rat_reports.sh?rev=1471445&r1=1471444&r2=1471445&view=diff
==============================================================================
--- river/jtsk/branches/2.2/rat_reports.sh (original)
+++ river/jtsk/branches/2.2/rat_reports.sh Wed Apr 24 14:46:30 2013
@@ -1,5 +1,22 @@
#!/bin/bash
+# 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.
+#
+
if [ "${RAT_HOME+x}" = "x" ]; then
echo "Using RAT_HOME=${RAT_HOME}"
else
@@ -7,6 +24,6 @@ else
exit 1
fi
-java -jar $RAT_HOME/apache-rat-0.7.jar -d src > RAT_REPORT_src.txt
-java -jar $RAT_HOME/apache-rat-0.7.jar -d examples -e *.mf >
RAT_REPORT_examples.txt
-java -jar $RAT_HOME/apache-rat-0.7.jar -d qa/jtreg -e *.mf >
RAT_REPORT_qa_jtreg.txt
+java -jar $RAT_HOME/apache-rat-0.8.jar -d src > RAT_REPORT_src.txt
+java -jar $RAT_HOME/apache-rat-0.8.jar -d examples -e *.mf >
RAT_REPORT_examples.txt
+java -jar $RAT_HOME/apache-rat-0.8.jar -d qa/jtreg -e *.mf >
RAT_REPORT_qa_jtreg.txt
Modified: river/jtsk/branches/2.2/roll_release.sh
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/roll_release.sh?rev=1471445&r1=1471444&r2=1471445&view=diff
==============================================================================
--- river/jtsk/branches/2.2/roll_release.sh (original)
+++ river/jtsk/branches/2.2/roll_release.sh Wed Apr 24 14:46:30 2013
@@ -1,5 +1,22 @@
#!/bin/bash
+# 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.
+#
+
function test_tar_release {
TMP_DIR=tar_release_test
@@ -63,9 +80,9 @@ function rat_report {
exit 1
fi
- java -jar $RAT_HOME/apache-rat-0.7.jar -d src > RAT_REPORT_src.txt
- java -jar $RAT_HOME/apache-rat-0.7.jar -d examples -e *.mf >
RAT_REPORT_examples.txt
- java -jar $RAT_HOME/apache-rat-0.7.jar -d qa/jtreg -e *.mf >
RAT_REPORT_qa_jtreg.txt
+ java -jar $RAT_HOME/apache-rat-0.8.jar -d src > RAT_REPORT_src.txt
+ java -jar $RAT_HOME/apache-rat-0.8.jar -d examples -e *.mf >
RAT_REPORT_examples.txt
+ java -jar $RAT_HOME/apache-rat-0.8.jar -d qa/jtreg -e *.mf >
RAT_REPORT_qa_jtreg.txt
mv RAT_REPORT* dist/
}
@@ -92,8 +109,10 @@ function confirm_continue {
}
VERSION=2.2.1
+SRC_DIR=$(pwd)
+RAT_HOME=$HOME/java_libs/apache-rat-0.8
-echo "Rolling River Release $VERSION"
+echo "Rolling River Release $VERSION from source dir $SRC_DIR"
echo
echo "Checking repo status"
@@ -109,4 +128,4 @@ test_zip_release
sign_all
rat_report
-upload_all [email protected]:~/public_html/river/
+upload_all [email protected]:~/public_html/river/