[jboss-cvs] jboss-seam ...
Norman Richards
norman.richards at jboss.com
Fri Dec 15 11:27:18 EST 2006
User: nrichards
Date: 06/12/15 11:27:18
Modified: jboss-seam seam
Log:
JBSEAM-546: copy mechanism from jboss run.sh
Revision Changes Path
1.16 +8 -1 jboss-seam/seam
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- seam 29 Nov 2006 14:23:08 -0000 1.15
+++ seam 15 Dec 2006 16:27:18 -0000 1.16
@@ -5,7 +5,14 @@
#
############################################
-cd seam-gen
+DIRNAME=`dirname $0`
+
+if [ "x$SEAM_HOME" = "x" ]; then
+ # get the full path (without any relative bits)
+ SEAM_HOME=`cd $DIRNAME; pwd`
+fi
+
+cd $SEAM_HOME/seam-gen
# OS specific support (must be 'true' or 'false').
cygwin=false;
More information about the jboss-cvs-commits
mailing list