Author: remi
Date: 2009-01-15 10:52:28 +0100 (Thu, 15 Jan 2009)
New Revision: 3465

Modified:
   software_suite_v2/libraries/java/cc-user-settings/trunk/pom.xml
Log:
* Added a dependency to "simple-logger"

Modified: software_suite_v2/libraries/java/cc-user-settings/trunk/pom.xml
===================================================================
--- software_suite_v2/libraries/java/cc-user-settings/trunk/pom.xml     
2009-01-15 09:22:28 UTC (rev 3464)
+++ software_suite_v2/libraries/java/cc-user-settings/trunk/pom.xml     
2009-01-15 09:52:28 UTC (rev 3465)
@@ -36,6 +36,11 @@
            <artifactId>javassist</artifactId>
            <version>3.7.1.GA</version>
        </dependency>
+     <dependency>
+           <groupId>com.kysoh.commons</groupId>
+           <artifactId>simple-logger</artifactId>
+           <version>0.0.1</version>
+       </dependency>
   </dependencies>
   
   <build>
@@ -50,7 +55,7 @@
                            
<mainClass>com.kysoh.cc.user.settings.App</mainClass>
                        </manifest>
                        <manifestEntries>
-                           <Class-Path>./karmalab-commons-1.2.jar 
./javassist-3.7.1.GA.jar ./tuxdroid-gadget-framework-0.0.2.jar</Class-Path>
+                           <Class-Path>./simple-logger-0.0.1.jar 
./karmalab-commons-1.2.jar ./javassist-3.7.1.GA.jar 
./tuxdroid-gadget-framework-0.0.2.jar</Class-Path>
                        </manifestEntries>
                    </archive>
                </configuration>


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to