Author: remi Date: 2009-01-15 09:40:26 +0100 (Thu, 15 Jan 2009) New Revision: 3459
Modified: software_suite_v2/libraries/java/simple-logger/trunk/pom.xml Log: * fixed url link and added some informations Modified: software_suite_v2/libraries/java/simple-logger/trunk/pom.xml =================================================================== --- software_suite_v2/libraries/java/simple-logger/trunk/pom.xml 2009-01-15 08:14:31 UTC (rev 3458) +++ software_suite_v2/libraries/java/simple-logger/trunk/pom.xml 2009-01-15 08:40:26 UTC (rev 3459) @@ -6,7 +6,15 @@ <packaging>jar</packaging> <version>0.0.1</version> <name>simple-logger</name> - <url>http://maven.apache.org</url> + <description>simple-logger</description> + <url>http://www.kysoh.com</url> + <licenses> + <license> + <name>GNU General Public License</name> + <url>http://www.gnu.org/copyleft/gpl.html</url> + <distribution>repo</distribution> + </license> + </licenses> <build> <plugins> ------------------------------------------------------------------------------ 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
