From: Eric P. <th...@us...> - 2010-08-22 07:07:44
|
Update of /cvsroot/sandev/sand/apps/basics/build/generate/org/sandev/generator In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26478 Modified Files: PackageHTMLGenerator.java Log Message: Reworded comment to not mention SAND_HOME Index: PackageHTMLGenerator.java =================================================================== RCS file: /cvsroot/sandev/sand/apps/basics/build/generate/org/sandev/generator/PackageHTMLGenerator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PackageHTMLGenerator.java 31 Jul 2008 17:27:14 -0000 1.3 --- PackageHTMLGenerator.java 22 Aug 2010 07:07:36 -0000 1.4 *************** *** 1,5 **** /* * SAND development/deployment environment ! * Copyright (C) 2003,2006 SAND Services Inc. * * This library is free software; you can redistribute it and/or --- 1,5 ---- /* * SAND development/deployment environment ! * Copyright (C) 2003,2006,2010 SAND Services Inc. * * This library is free software; you can redistribute it and/or *************** *** 257,265 **** * <li>We are in the package-summary.html file for a node definition. * This has the format ! * SAND_HOME/apps/SOMEAPP/docs/javadoc/DOMAINCLASS/DOMAIN/APPNAME/NODENAME/package-summary.html ! * so ../../../../../../../.. is the relative path to SAND_HOME * <li>Everything after and including the first occurrence of "/apps/" * in the target docfile can be appended to the relative path for ! * SAND_HOME to form a relative link URL. * </ol> */ --- 257,266 ---- * <li>We are in the package-summary.html file for a node definition. * This has the format ! * sand/apps/SOMEAPP/docs/javadoc/DOMAINCLASS/DOMAIN/APPNAME/NODENAME/package-summary.html ! * so ../../../../../../../.. is the relative path to the top ! * level sand directory. * <li>Everything after and including the first occurrence of "/apps/" * in the target docfile can be appended to the relative path for ! * the root sand directory to form a relative link URL. * </ol> */ |