SF.net SVN: jrpm: [8] trunk

[email protected] Tue, 28 Feb 2006 02:19:41 -0800
Newsgroups gmane.comp.java.jrpm.devel
Message-ID <[email protected]>
Revision: 8
Author:   ymenager
Date:     2006-02-28 02:19:33 -0800 (Tue, 28 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/jrpm/?rev=8&view=rev

Log Message:
-----------
removed log4j jar from repos and from project.xml

Modified Paths:
--------------
    trunk/project.xml

Removed Paths:
-------------
    trunk/resources/lib/log4j-1.2.7.jar
Modified: trunk/project.xml
===================================================================
--- trunk/project.xml	2006-02-28 10:13:49 UTC (rev 7)
+++ trunk/project.xml	2006-02-28 10:19:33 UTC (rev 8)
@@ -1,107 +1,103 @@
 <project>
 
-        <pomVersion>3</pomVersion>
-	<id>jrpm</id>
-	<name>jRPM</name>
-	<currentVersion>SNAPSHOT</currentVersion>
-	<inceptionYear>2002</inceptionYear>
-	<package>com.jguild.jrpm</package>
-	<url>http://jrpm.sourceforge.net</url>
-	<logo>/logo.png</logo>
-	<shortDescription>Library to manipulate and create .rpm archives</shortDescription>
-	<description><![CDATA[jRPM is a java library to manipule and create <a href='http://www.rpm.org'>RPM archives</a>]]></description>
-	<siteAddress>shell.sf.net</siteAddress>
-	<siteDirectory>/home/groups/j/jr/jrpm/htdocs</siteDirectory>
-	<issueTrackingUrl><![CDATA[http://sourceforge.net/tracker/?atid=517121&group_id=67170&func=browse]]></issueTrackingUrl>
-	<organization>
-		<name>Sourceforge</name>
-		<logo>http://sourceforge.net/sflogo.php?group_id=67170&amp;type=5</logo>
-		<url>http://sourceforge.net</url>
-	</organization>
-	
-	<repository>
-		<connection>scm:cvs:pserver:[email protected]:/cvsroot/jrpm:jrpm</connection>
-		<developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/jrpm:jrpm</developerConnection>
-		<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jrpm/</url>
-	</repository>
-	
-	<mailingLists>
-		<mailingList>
-			<name>jrpm-devel</name>
-			<subscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-devel</subscribe>
-			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-devel</unsubscribe>
-			<archive>http://sourceforge.net/mailarchive/forum.php?forum=jrpm-devel</archive>
-		</mailingList>
-		<mailingList>
-			<name>jrpm-cvs</name>
-			<subscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-cvs</subscribe>
-			<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-cvs</unsubscribe>
-			<archive>http://sourceforge.net/mailarchive/forum.php?forum=jrpm-cvs</archive>
-		</mailingList>
-	</mailingLists> 
-	
-	<dependencies>
-		<dependency>
-			<groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-			<version>1.2.8</version>
-			<url>http://jakarta.apache.org/log4j</url>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-                        <artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<url>http://www.junit.org</url>
-		</dependency>
-		<dependency>
-			<groupId>ant</groupId>
-                        <artifactId>ant</artifactId>
-			<version>1.6.1</version>
-			<url>http://ant.apache.org</url>
-		</dependency>
-	</dependencies>
-	
-	<developers>
-		<developer>
-		<name>Yannick Menager</name>
-		<id>ymenager</id>
-		<roles>
-			<role>Developer</role>
-		</roles>
-		<url>/developer/ymenager/index.html</url>
-		<email>[email protected]</email>
-	</developer>
-		<developer>
-		<name>Michael Kuss</name>
-		<id>mkuss</id>
-			<roles>
-				<role>Developer</role>
-			</roles>
-			<url>http://www.michael-kuss.de</url>
-			<email>[email protected]</email>
-		</developer>
-	</developers>
+    <pomVersion>3</pomVersion>
+    <id>jrpm</id>
+    <name>jRPM</name>
+    <currentVersion>SNAPSHOT</currentVersion>
+    <inceptionYear>2002</inceptionYear>
+    <package>com.jguild.jrpm</package>
+    <url>http://jrpm.sourceforge.net</url>
+    <logo>/logo.png</logo>
+    <shortDescription>Library to manipulate and create .rpm archives</shortDescription>
+    <description>
+        <![CDATA[jRPM is a java library to manipule and create <a href='http://www.rpm.org'>RPM archives</a>]]></description>
+    <siteAddress>shell.sf.net</siteAddress>
+    <siteDirectory>/home/groups/j/jr/jrpm/htdocs</siteDirectory>
+    <issueTrackingUrl>
+        <![CDATA[http://sourceforge.net/tracker/?atid=517121&group_id=67170&func=browse]]></issueTrackingUrl>
+    <organization>
+        <name>Sourceforge</name>
+        <logo>http://sourceforge.net/sflogo.php?group_id=67170&amp;type=5</logo>
+        <url>http://sourceforge.net</url>
+    </organization>
 
-	<licenses>
-		<license>
-			<name>Apache License</name>
-			<url>http://www.apache.org/LICENSE</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-	
-	<build>
-		<sourceDirectory>src/java</sourceDirectory>
-		<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-		<unitTest>
+    <repository>
+        <connection>scm:cvs:pserver:[email protected]:/cvsroot/jrpm:jrpm</connection>
+        <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/jrpm:jrpm</developerConnection>
+        <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jrpm/</url>
+    </repository>
+
+    <mailingLists>
+        <mailingList>
+            <name>jrpm-devel</name>
+            <subscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-devel</subscribe>
+            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-devel</unsubscribe>
+            <archive>http://sourceforge.net/mailarchive/forum.php?forum=jrpm-devel</archive>
+        </mailingList>
+        <mailingList>
+            <name>jrpm-cvs</name>
+            <subscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-cvs</subscribe>
+            <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jrpm-cvs</unsubscribe>
+            <archive>http://sourceforge.net/mailarchive/forum.php?forum=jrpm-cvs</archive>
+        </mailingList>
+    </mailingLists>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <url>http://www.junit.org</url>
+        </dependency>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.1</version>
+            <url>http://ant.apache.org</url>
+        </dependency>
+    </dependencies>
+
+    <developers>
+        <developer>
+            <name>Yannick Menager</name>
+            <id>ymenager</id>
+            <roles>
+                <role>Developer</role>
+            </roles>
+            <url>/developer/ymenager/index.html</url>
+            <email>[email protected]</email>
+        </developer>
+        <developer>
+            <name>Michael Kuss</name>
+            <id>mkuss</id>
+            <roles>
+                <role>Developer</role>
+            </roles>
+            <url>http://www.michael-kuss.de</url>
+            <email>[email protected]</email>
+        </developer>
+    </developers>
+
+    <licenses>
+        <license>
+            <name>Apache License</name>
+            <url>http://www.apache.org/LICENSE</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <build>
+        <sourceDirectory>src/java</sourceDirectory>
+        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+        <unitTest>
             <includes>
-                 <include>**/AllTests.java</include>
+                <include>**/AllTests.java</include>
             </includes>
-			<resources>
-				<resource>
-					<directory>${basedir}/resources/test</directory>
-				</resource>
-			</resources>
-		</unitTest>
-	</build>
+            <resources>
+                <resource>
+                    <directory>${basedir}/resources/test</directory>
+                </resource>
+            </resources>
+        </unitTest>
+    </build>
 </project>

Deleted: trunk/resources/lib/log4j-1.2.7.jar
===================================================================
(Binary files differ)



This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642