Revision: 6113
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6113&view=rev
Author: manningr
Date: 2011-01-02 22:28:04 +0000 (Sun, 02 Jan 2011)
Log Message:
-----------
No longer needed.
Removed Paths:
-------------
trunk/sql12/plugins/firebird/src/main/java/org/firebirdsql/squirrel/FirebirdResources.java
Deleted: trunk/sql12/plugins/firebird/src/main/java/org/firebirdsql/squirrel/FirebirdResources.java
===================================================================
--- trunk/sql12/plugins/firebird/src/main/java/org/firebirdsql/squirrel/FirebirdResources.java 2011-01-02 22:27:49 UTC (rev 6112)
+++ trunk/sql12/plugins/firebird/src/main/java/org/firebirdsql/squirrel/FirebirdResources.java 2011-01-02 22:28:04 UTC (rev 6113)
@@ -1,39 +0,0 @@
-package org.firebirdsql.squirrel;
-/*
- * Copyright (C) 2002-2003 Colin Bell
- * co...@us...
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-import net.sourceforge.squirrel_sql.client.plugin.IPlugin;
-import net.sourceforge.squirrel_sql.client.plugin.PluginResources;
-/**
- * Plugin resources
- *
- * @author <A HREF="mailto:co...@us...">Colin Bell</A>
- */
-final class FirebirdResources extends PluginResources
-{
- interface IMenuResourceKeys
- {
-// String CHECK_TABLE = "checktable";
- String FIREBIRD = "firebird";
- }
-
- FirebirdResources(String rsrcBundleBaseName, IPlugin plugin)
- {
- super(rsrcBundleBaseName, plugin);
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|