You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/27 23:10:48 UTC

svn commit: r721301 - /cocoon/cocoon3/trunk/svn-release-tags.bat

Author: reinhard
Date: Thu Nov 27 14:10:47 2008
New Revision: 721301

URL: http://svn.apache.org/viewvc?rev=721301&view=rev
Log:
add a batch script to create release tags

Added:
    cocoon/cocoon3/trunk/svn-release-tags.bat   (with props)

Added: cocoon/cocoon3/trunk/svn-release-tags.bat
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/svn-release-tags.bat?rev=721301&view=auto
==============================================================================
--- cocoon/cocoon3/trunk/svn-release-tags.bat (added)
+++ cocoon/cocoon3/trunk/svn-release-tags.bat Thu Nov 27 14:10:47 2008
@@ -0,0 +1,47 @@
+@echo off
+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.
+
+
+REM  This script is necessary because an aggregated release doesn't create proper SVN tags.
+REM  Using search'n'replace of your favorite text editor should make it simple to reuse the script
+REM  for future releases.
+REM
+REM  Take care that this list is complete for your release of the core-modules. It might happen that
+REM  new modules were added!
+
+echo on
+
+REM svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-archetype-block/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-block/cocoon-archetype-block-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-archetype-parent/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-parent/cocoon-archetype-parent-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-archetype-sample/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-sample/cocoon-archetype-sample-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-archetype-webapp/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-webapp/cocoon-archetype-webapp-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-controller/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-controller/cocoon-controller-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-optional/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-optional/cocoon-optional-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-rest/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-rest/cocoon-rest-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-sample/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sample/cocoon-sample-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-servlet/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-servlet/cocoon-servlet-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-sitemap/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sitemap/cocoon-sitemap-%1/ -m "add tag for modules released during multi-pom process"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/cocoon-root-%1/cocoon-stringtemplate/ https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-stringtemplate/cocoon-stringtemplate-%1/ -m "add tag for modules released during multi-pom process"

Propchange: cocoon/cocoon3/trunk/svn-release-tags.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/cocoon3/trunk/svn-release-tags.bat
------------------------------------------------------------------------------
    svn:mime-type = text/plain