From: Eric P. <th...@us...> - 2010-08-22 07:15:33
|
Update of /cvsroot/sandev/sand/platform/sandbuild/src/org/sandev/sandbuild In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27429 Modified Files: RequiredProject.java Log Message: Removed reference to SAND_HOME in code comment. Index: RequiredProject.java =================================================================== RCS file: /cvsroot/sandev/sand/platform/sandbuild/src/org/sandev/sandbuild/RequiredProject.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** RequiredProject.java 30 Nov 2005 04:11:00 -0000 1.1.1.1 --- RequiredProject.java 22 Aug 2010 07:15:25 -0000 1.2 *************** *** 1,5 **** /* * SAND development/deployment environment ! * Copyright (C) 2003 SAND Services Inc. * * This library is free software; you can redistribute it and/or --- 1,5 ---- /* * SAND development/deployment environment ! * Copyright (C) 2003,2010 SAND Services Inc. * * This library is free software; you can redistribute it and/or *************** *** 41,48 **** /** ! * This is the directory specification of the required project based ! * off of SAND_HOME. Use forward slashes as separators and don't ! * put any slashes ahead of the specification. So for example, the ! * basics project would be specified as "apps/basics". */ protected String sandDir=null; --- 41,49 ---- /** ! * This is the directory specification of the required project ! * based off of the top level sand directory. Use forward slashes ! * as separators and don't put any slashes ahead of the ! * specification. So for example, the basics project would be ! * specified as "apps/basics". */ protected String sandDir=null; |