Revision: 6245
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6245&view=rev
Author: wis775
Date: 2011-04-26 18:47:38 +0000 (Tue, 26 Apr 2011)
Log Message:
-----------
Added the new plugin "WIKI table configurations" to the installers
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/installer-readme.html
trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml
trunk/sql12/installer/squirrelsql-macosx-installer/src/test/resources/auto-install.xml
trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/installer-readme.html
trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml
trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/optional-auto-install.xml
Modified: trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2011-04-26 18:47:38 UTC (rev 6245)
@@ -297,6 +297,13 @@
<type>zip</type>
</dependency>
<dependency>
+ <groupId>net.sf.squirrel-sql.plugins</groupId>
+ <artifactId>wikiTableConfigurations</artifactId>
+ <version>${project.version}</version>
+ <classifier>assembly</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
<groupId>net.sf.squirrel-sql.translations</groupId>
<artifactId>squirrelsql-translations</artifactId>
<version>${project.version}</version>
Modified: trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/installer-readme.html
===================================================================
--- trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/installer-readme.html 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/installer-readme.html 2011-04-26 18:47:38 UTC (rev 6245)
@@ -92,6 +92,7 @@
<LI>SQL Validator - validate SQL against the ISO SQL-99 standard</LI>
<LI>Sybase - DBMS-specific capabilities</LI>
<LI>Internationalization - tools for translators</LI>
+ <LI>WIKI tables configurations - How to copy a table as WIKI text for a specific WIKI engine</LI>
</UL>
<P STYLE="margin-bottom: 0cm">For Windows the file squirrel-sql.bat
will run the application. For Unix the file is squirrel-sql.sh. On some
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 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/src/main/resources/izpack-mac.xml 2011-04-26 18:47:38 UTC (rev 6245)
@@ -151,6 +151,15 @@
targetdir="$INSTALL_PATH/Contents/Resources/Java/plugins"
src="plugins/syntax.jar" />
</pack>
+
+ <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - WIKI table configurations">
+ <description>
+ This plugin provides you configurations for various WIKI tables.
+ </description>
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/wikiTableConfigurations.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/wikiTableConfigurations" />
+ </pack>
+
<pack
required="no"
preselected="no"
Modified: trunk/sql12/installer/squirrelsql-macosx-installer/src/test/resources/auto-install.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-macosx-installer/src/test/resources/auto-install.xml 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/src/test/resources/auto-install.xml 2011-04-26 18:47:38 UTC (rev 6245)
@@ -43,6 +43,7 @@
<pack index="34" name="Optional Translation - Polish" selected="true"/>
<pack index="35" name="Optional Translation - Russian" selected="true"/>
<pack index="36" name="Optional Translation - Spanish" selected="true"/>
+<pack index="37" name="Optional Plugin - WIKI table configurations" selected="true"/>
</com.izforge.izpack.panels.PacksPanel>
<com.izforge.izpack.panels.InstallPanel id="UNKNOWN (com.izforge.izpack.panels.InstallPanel)"/>
<com.izforge.izpack.panels.FinishPanel id="UNKNOWN (com.izforge.izpack.panels.FinishPanel)"/>
Modified: trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/installer-readme.html
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/installer-readme.html 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/installer-readme.html 2011-04-26 18:47:38 UTC (rev 6245)
@@ -92,6 +92,7 @@
<LI>SQL Validator - validate SQL against the ISO SQL-99 standard</LI>
<LI>Sybase - DBMS-specific capabilities</LI>
<LI>Internationalization - tools for translators</LI>
+ <LI>WIKI tables configurations - How to copy a table as WIKI text for a specific WIKI engine</LI>
</UL>
<P STYLE="margin-bottom: 0cm">For Windows the file squirrel-sql.bat
will run the application. For Unix the file is squirrel-sql.sh. On some
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 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2011-04-26 18:47:38 UTC (rev 6245)
@@ -108,6 +108,15 @@
</pack>
+
+ <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - WIKI table configurations">
+ <description>
+ This plugin provides you configurations for various WIKI tables.
+ </description>
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/wikiTableConfigurations.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/wikiTableConfigurations" />
+ </pack>
+
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Data import">
<description>
This plugin allows you import files into the database.
Modified: trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/optional-auto-install.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/optional-auto-install.xml 2011-04-25 19:56:18 UTC (rev 6244)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/test/resources/optional-auto-install.xml 2011-04-26 18:47:38 UTC (rev 6245)
@@ -43,6 +43,7 @@
<pack index="34" name="Optional Translation - Polish" selected="true"/>
<pack index="35" name="Optional Translation - Russian" selected="true"/>
<pack index="36" name="Optional Translation - Spanish" selected="true"/>
+<pack index="37" name="Optional Plugin - WIKI table configurations" selected="true"/>
</com.izforge.izpack.panels.PacksPanel>
<com.izforge.izpack.panels.InstallPanel id="UNKNOWN (com.izforge.izpack.panels.InstallPanel)"/>
<com.izforge.izpack.panels.ShortcutPanel id="UNKNOWN (com.izforge.izpack.panels.ShortcutPanel)"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|