[tuxdroid-svn] r4735 - software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-03 10:57:44
|
Author: remi
Date: 2009-06-03 12:57:38 +0200 (Wed, 03 Jun 2009)
New Revision: 4735
Modified:
software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml
Log:
* fixed plugin name
Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml
===================================================================
--- software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml 2009-06-03 10:22:15 UTC (rev 4734)
+++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml 2009-06-03 10:57:38 UTC (rev 4735)
@@ -2,7 +2,7 @@
<!--General project informations-->
<modelVersion>4.0.0</modelVersion>
<groupId>com.kysoh</groupId>
- <artifactId>tuxdroid-plugin-javaSkeleton</artifactId>
+ <artifactId>plugin-javaSkeleton</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<name>This is a skeleton to build a java plugin.</name>
|