From: <rv...@us...> - 2011-12-13 20:14:25
|
Revision: 1005 http://treebase.svn.sourceforge.net/treebase/?rev=1005&view=rev Author: rvos Date: 2011-12-13 20:14:19 +0000 (Tue, 13 Dec 2011) Log Message: ----------- Changed header from "Downloaded on..." to "Generated on..." because of Apache level caching, so that pre-generated files don't have confusing time stamps. Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/TreebaseUtil.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/TreebaseUtil.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/TreebaseUtil.java 2011-12-12 18:21:28 UTC (rev 1004) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/TreebaseUtil.java 2011-12-13 20:14:19 UTC (rev 1005) @@ -519,7 +519,7 @@ public static void attachStudyHeader(Study pStudy, StringBuilder pBuilder) { pBuilder .append( - "[!This data set was downloaded from TreeBASE, a relational database of phylogenetic knowledge. TreeBASE has been supported by the NSF, Harvard University, Yale University, SDSC and UC Davis. Please do not remove this acknowledgment from the Nexus file.\n\n\nDownloaded on " + "[!This data set was downloaded from TreeBASE, a relational database of phylogenetic knowledge. TreeBASE has been supported by the NSF, Harvard University, Yale University, SDSC and UC Davis. Please do not remove this acknowledgment from the Nexus file.\n\n\nGenerated on " + getTimeAndDateAtGMT()).append(TreebaseUtil.LINESEP).append( "\nTreeBASE (cc) 1994-2008").append(TreebaseUtil.LINESEP); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |