Revision: 6633
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6633&view=rev
Author: gerdwagner
Date: 2012-06-09 14:34:58 +0000 (Sat, 09 Jun 2012)
Log Message:
-----------
Installer: The DB Copy, DB Diff and Refactoring Plugin have been made standard Plugins.
Modified Paths:
--------------
trunk/sql12/doc/src/main/resources/changes.txt
trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml
trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml
trunk/sql12/plugins/dbdiff/src/main/java/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java
trunk/sql12/plugins/refactoring/src/main/java/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java
Removed Paths:
-------------
trunk/sql12/plugins/graph/src/test/java/net/sourceforge/squirrel_sql/plugins/graph/GraphDesktopPaneTest.java
Modified: trunk/sql12/doc/src/main/resources/changes.txt
===================================================================
--- trunk/sql12/doc/src/main/resources/changes.txt 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2012-06-09 14:34:58 UTC (rev 6633)
@@ -9,6 +9,8 @@
Enhancements:
+Installer: The DB Copy, DB Diff and Refactoring Plugin have been made standard Plugins.
+
Graph Plugin: Tables can be selected by rectangle selection like icons on a desktop of modern operating systems.
SQL Execution: The execution panel that is displayed while an SQL statement is being processed is now closeable.
Modified: trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml 2012-06-09 14:34:58 UTC (rev 6633)
@@ -150,6 +150,18 @@
<file
targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
src="plugins/syntax.jar" />
+ <file
+ targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
+ src="plugins/syntax.jar" />
+ <file
+ targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
+ src="plugins/dbcopy.jar" />
+ <file
+ targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
+ src="plugins/dbdiff.jar" />
+ <file
+ targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
+ src="plugins/refactoring.jar" />
</pack>
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Greenplum">
@@ -203,29 +215,6 @@
required="no"
preselected="no"
installGroups="OptionalPlugins"
- name="Optional Plugin - DBCopy">
- <description>This optional plugin allows database objects to be copied from one database session to
- another</description>
- <file
- targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
- src="plugins/dbcopy" />
- <file
- targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
- src="plugins/dbcopy.jar" />
- </pack>
- <pack
- required="no"
- preselected="no"
- installGroups="OptionalPlugins"
- name="Optional Plugin - DBDiff">
- <description>This optional plugin lets you compare table structure from one database session to another</description>
- <file targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins" src="plugins/dbdiff" />
- <file targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins" src="plugins/dbdiff.jar" />
- </pack>
- <pack
- required="no"
- preselected="no"
- installGroups="OptionalPlugins"
name="Optional Plugin - DB2">
<description>This optional plugin adds functionality that is specific to the DB2 DBMS</description>
<file targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins" src="plugins/db2.jar" />
@@ -328,16 +317,6 @@
required="no"
preselected="no"
installGroups="OptionalPlugins"
- name="Optional Plugin - Refactoring">
- <description>This plugin allows you to refactor your database using database refactoring patterns
- </description>
- <file targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins" src="plugins/refactoring.jar" />
- <file targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins" src="plugins/refactoring" />
- </pack>
- <pack
- required="no"
- preselected="no"
- installGroups="OptionalPlugins"
name="Optional Plugin - Session Scripts">
<description>This plugin allows you to specify SQL statements to be executed when you first connect to
a database</description>
Modified: trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2012-06-09 14:34:58 UTC (rev 6633)
@@ -85,7 +85,7 @@
</pack>
<pack name="Standard" required="no" depends="Base" installGroups="StandardPlugins">
- <description>Standard Plugins - these are not Database-Specific </description>
+ <description>Standard Plugins: Code completion, Edit extras, Graph, Look & Feel, SQL Script, Syntax, DB Copy, DB Diff, Refactoring</description>
<file targetdir="$INSTALL_PATH/plugins" src="plugins/codecompletion.jar" />
<file targetdir="$INSTALL_PATH/plugins" src="plugins/codecompletion" />
@@ -108,6 +108,15 @@
<file targetdir="$INSTALL_PATH/plugins" src="plugins/syntax.jar" />
<file targetdir="$INSTALL_PATH/plugins" src="plugins/syntax" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbcopy.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbcopy" />
+
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff" />
+
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/refactoring.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/refactoring" />
+
</pack>
@@ -154,23 +163,6 @@
<file targetdir="$INSTALL_PATH/plugins" src="plugins/dataimport" />
</pack>
- <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - DBCopy">
- <description>
- This optional plugin allows database objects to be copied from one database session to
- another
- </description>
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbcopy.jar" />
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbcopy" />
- </pack>
-
- <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - DBDiff">
- <description>
- This optional plugin lets you compare table structure from one database session to another
- </description>
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff.jar" />
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff" />
- </pack>
-
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - DB2">
<description>
This optional plugin adds functionality that is specific to the DB2 DBMS
@@ -267,15 +259,6 @@
<file targetdir="$INSTALL_PATH/plugins" src="plugins/postgres" />
</pack>
- <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Refactoring">
- <description>
- This optional plugin allows you to refactor your database using database refactoring
- patterns
- </description>
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/refactoring.jar" />
- <file targetdir="$INSTALL_PATH/plugins" src="plugins/refactoring" />
- </pack>
-
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Session Scripts">
<description>
This optional plugin allows you to specify SQL statements to be executed when you first
Modified: trunk/sql12/plugins/dbdiff/src/main/java/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java
===================================================================
--- trunk/sql12/plugins/dbdiff/src/main/java/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/plugins/dbdiff/src/main/java/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java 2012-06-09 14:34:58 UTC (rev 6633)
@@ -124,7 +124,7 @@
@Override
public String getVersion()
{
- return "0.02";
+ return "1.0";
}
/**
Deleted: trunk/sql12/plugins/graph/src/test/java/net/sourceforge/squirrel_sql/plugins/graph/GraphDesktopPaneTest.java
===================================================================
--- trunk/sql12/plugins/graph/src/test/java/net/sourceforge/squirrel_sql/plugins/graph/GraphDesktopPaneTest.java 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/plugins/graph/src/test/java/net/sourceforge/squirrel_sql/plugins/graph/GraphDesktopPaneTest.java 2012-06-09 14:34:58 UTC (rev 6633)
@@ -1,44 +0,0 @@
-/*
- * Copyright (C) 2008 Rob Manning
- * man...@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
- */
-package net.sourceforge.squirrel_sql.plugins.graph;
-
-
-import net.sourceforge.squirrel_sql.AbstractSerializableTest;
-import net.sourceforge.squirrel_sql.client.IApplication;
-
-import org.junit.Before;
-
-import utils.EasyMockHelper;
-
-public class GraphDesktopPaneTest extends AbstractSerializableTest
-{
- private EasyMockHelper mockHelper = new EasyMockHelper();
-
- private IApplication mockApplication = null;
-
- @Before
- public void setUp() throws Exception
- {
- mockApplication = mockHelper.createMock(IApplication.class);
- mockHelper.replayAll();
- super.serializableToTest = new GraphDesktopPane(mockApplication, null);
- }
-
-
-}
Modified: trunk/sql12/plugins/refactoring/src/main/java/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java
===================================================================
--- trunk/sql12/plugins/refactoring/src/main/java/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java 2012-06-08 16:18:54 UTC (rev 6632)
+++ trunk/sql12/plugins/refactoring/src/main/java/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java 2012-06-09 14:34:58 UTC (rev 6633)
@@ -118,7 +118,7 @@
* @return the current version of this plugin.
*/
public String getVersion() {
- return "0.22";
+ return "1.0";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|