Revision: 5665
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5665&view=rev
Author: manningr
Date: 2010-07-05 18:29:44 +0000 (Mon, 05 Jul 2010)
Log Message:
-----------
Added readme.txt file for lafs.
Modified Paths:
--------------
trunk/mavenize/laf-plugin/laf-plugin-assembly.xml
Added Paths:
-----------
trunk/mavenize/laf-plugin/src/main/resources/readme.txt
Modified: trunk/mavenize/laf-plugin/laf-plugin-assembly.xml
===================================================================
--- trunk/mavenize/laf-plugin/laf-plugin-assembly.xml 2010-07-05 18:23:35 UTC (rev 5664)
+++ trunk/mavenize/laf-plugin/laf-plugin-assembly.xml 2010-07-05 18:29:44 UTC (rev 5665)
@@ -40,6 +40,13 @@
</includes>
</fileSet>
<fileSet>
+ <directory>src/main/resources</directory>
+ <outputDirectory>${artifact.artifactId}/lafs</outputDirectory>
+ <includes>
+ <include>readme.txt</include>
+ </includes>
+ </fileSet>
+ <fileSet>
<directory>${project.build.directory}/skinlf-theme-packs</directory>
<outputDirectory>${artifact.artifactId}/skinlf-theme-packs</outputDirectory>
<includes>
Added: trunk/mavenize/laf-plugin/src/main/resources/readme.txt
===================================================================
--- trunk/mavenize/laf-plugin/src/main/resources/readme.txt (rev 0)
+++ trunk/mavenize/laf-plugin/src/main/resources/readme.txt 2010-07-05 18:29:44 UTC (rev 5665)
@@ -0,0 +1,2 @@
+This directory contains the standard Look and Feels
+supplied with the Look and Feel plugin.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|