From: Eric P. <th...@us...> - 2010-08-22 07:17:03
|
Update of /cvsroot/sandev/sand/platform/sandbuild/src/org/sandev/sandbuild In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27633 Modified Files: SandProject.java Log Message: removed reference to SAND_HOME from comment Index: SandProject.java =================================================================== RCS file: /cvsroot/sandev/sand/platform/sandbuild/src/org/sandev/sandbuild/SandProject.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** SandProject.java 30 Nov 2005 04:11:04 -0000 1.1.1.1 --- SandProject.java 22 Aug 2010 07:16:55 -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 *************** *** 682,688 **** /** ! * Return the SAND project name. This is the directory off SAND_HOME ! * (eg "apps" or "deploy"), followed by a forward slash, followed by ! * the name of the project. So for example "apps/basics". */ public String getSandName() { --- 682,689 ---- /** ! * Return the SAND project name. This is the project directory ! * off the top level sand directory (eg "apps" or "deploy"), ! * followed by a forward slash, followed by the name of the ! * project. So for example "apps/basics". */ public String getSandName() { |