Revision: 6186
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6186&view=rev
Author: manningr
Date: 2011-03-13 17:40:55 +0000 (Sun, 13 Mar 2011)
Log Message:
-----------
Fixed launch profile so that the "update" folder does not get created in the top-level plugin directory, but instead is placed into the target folder.
Modified Paths:
--------------
trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
Modified: trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-03-13 17:30:25 UTC (rev 6185)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2011-03-13 17:40:55 UTC (rev 6186)
@@ -349,6 +349,8 @@
<argument>-classpath</argument>
<classpath />
<argument>net.sourceforge.squirrel_sql.client.Main</argument>
+ <argument>-home</argument>
+ <argument>./target</argument>
<argument>-pluginlist</argument>
<argument>${pluginClassName}</argument>
</arguments>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|