[tuxdroid-svn] r4802 - software_suite_v3/software/plugin/plugin-weather/trunk/plugin-weather
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-12 08:28:27
|
Author: remi
Date: 2009-06-12 10:27:26 +0200 (Fri, 12 Jun 2009)
New Revision: 4802
Modified:
software_suite_v3/software/plugin/plugin-weather/trunk/plugin-weather/pom.xml
Log:
* fixed an excluded jar file name (gadget -> plugin)
Modified: software_suite_v3/software/plugin/plugin-weather/trunk/plugin-weather/pom.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-weather/trunk/plugin-weather/pom.xml 2009-06-12 08:25:57 UTC (rev 4801)
+++ software_suite_v3/software/plugin/plugin-weather/trunk/plugin-weather/pom.xml 2009-06-12 08:27:26 UTC (rev 4802)
@@ -86,7 +86,7 @@
<zip destfile="./${project.artifactId}.scp">
<zipfileset dir="." includes="resources/*" />
<zipfileset dir="." includes="libraries/*" >
- <exclude name="libraries/tuxdroid-gadget-java-kit*" />
+ <exclude name="libraries/tuxdroid-plugin-java-kit*" />
<exclude name="libraries/karmalab-commons*" />
<exclude name="libraries/tuxdroid-java-api*" />
</zipfileset>
|