[jbosscache-commits] JBoss Cache SVN: r7351 - searchable/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Jan 4 12:24:36 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-01-04 12:24:36 -0500 (Sun, 04 Jan 2009)
New Revision: 7351

Added:
   searchable/trunk/release-properties.sh
Modified:
   searchable/trunk/release.sh
Log:


Added: searchable/trunk/release-properties.sh
===================================================================
--- searchable/trunk/release-properties.sh	                        (rev 0)
+++ searchable/trunk/release-properties.sh	2009-01-04 17:24:36 UTC (rev 7351)
@@ -0,0 +1,17 @@
+#!/usr/bin/bash
+
+########################
+# Properties file that defines where things are for release
+# To be used with release.sh
+# 
+# NOTE to committers: Edit this file based on your local environment and DO NOT check it into SVN.
+########################
+
+# This property defines where tagged versions of JBCS are checked out on the local file system
+localTags="/path/to/my/tags/dir"
+
+# This property defines where you have checked out the JBoss.org maven2 repository.  Under this 
+# directory, the release script will create org/jboss/cache/jbosscache-searchable/VERSION and 
+# the release artifacts under that directory. 
+localMvn="/path/to/maven2/repo"
+

Modified: searchable/trunk/release.sh
===================================================================
--- searchable/trunk/release.sh	2009-01-04 16:28:01 UTC (rev 7350)
+++ searchable/trunk/release.sh	2009-01-04 17:24:36 UTC (rev 7351)
@@ -7,15 +7,8 @@
 # SVN tags on repo: - 
 svnTags="tags"
 
-# Local tags dir
-localTags="/Users/Navin/Code/JBossCacheSearchable/tags"
+source ./release-properties.sh
 
-# Local maven2 repo
-localMvn="/Users/Navin/Code/maven2_repo/org/jboss/cache/jbosscache-searchable"
-
-# Docs
-# docsDir="/Users/Navin/Code/ReleaseDocs"
-
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
 
 #  Functions that will be called




More information about the jbosscache-commits mailing list