From: <bra...@us...> - 2009-11-06 01:42:42
|
Revision: 2884 http://archive-access.svn.sourceforge.net/archive-access/?rev=2884&view=rev Author: bradtofel Date: 2009-11-06 01:42:28 +0000 (Fri, 06 Nov 2009) Log Message: ----------- REMOVE: this was a temp file used for testing svn:keywords Removed Paths: ------------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java Deleted: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java 2009-11-06 00:03:54 UTC (rev 2883) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java 2009-11-06 01:42:28 UTC (rev 2884) @@ -1,45 +0,0 @@ -/* SvnTest - * - * $Id$ : - * - * Created on Nov 5, 2009. - * - * Copyright (C) 2006 Internet Archive. - * - * This file is part of Wayback. - * - * Wayback is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * any later version. - * - * Wayback is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser Public License for more details. - * - * You should have received a copy of the GNU Lesser Public License - * along with Wayback; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -package org.archive.wayback.surt; - -/** - * @author brad - * - */ -public class SvnTest { - public static String CURRENT_SVN_VERSION = "$Rev$"; - /** - * - */ - public String foo() { - String tmp = CURRENT_SVN_VERSION.substring(5); - return tmp.substring(0,tmp.length()-2); - } - public static void main(String[] args) { - SvnTest s = new SvnTest(); - System.out.println("SvnTest version is " + s.foo()); - } -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |