You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2007/09/17 12:01:01 UTC

svn commit: r576334 - in /james/jspf/trunk: ./ stage/commons-cli/jars/ stage/commons-cli/poms/ stage/dnsjava/poms/ stage/junit/poms/ stage/log4j/poms/ stage/org.jvyaml/poms/ stage/uk.nominet/poms/

Author: bago
Date: Mon Sep 17 03:00:58 2007
New Revision: 576334

URL: http://svn.apache.org/viewvc?rev=576334&view=rev
Log:
Added poms for our dependencies.
Upgraded commons-cli to 1.1

Added:
    james/jspf/trunk/stage/commons-cli/jars/commons-cli-1.1.jar   (with props)
    james/jspf/trunk/stage/commons-cli/poms/
    james/jspf/trunk/stage/commons-cli/poms/commons-cli-1.1.pom
    james/jspf/trunk/stage/dnsjava/poms/
    james/jspf/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom
    james/jspf/trunk/stage/junit/poms/
    james/jspf/trunk/stage/junit/poms/junit-3.8.1.pom
    james/jspf/trunk/stage/log4j/poms/
    james/jspf/trunk/stage/log4j/poms/log4j-1.2.14.pom
    james/jspf/trunk/stage/org.jvyaml/poms/
    james/jspf/trunk/stage/org.jvyaml/poms/jvyaml-0.2.1.pom
    james/jspf/trunk/stage/uk.nominet/poms/
    james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-0.9.8.pom
Removed:
    james/jspf/trunk/stage/commons-cli/jars/commons-cli-1.0.jar
Modified:
    james/jspf/trunk/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=576334&r1=576333&r2=576334&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Mon Sep 17 03:00:58 2007
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>

Added: james/jspf/trunk/stage/commons-cli/jars/commons-cli-1.1.jar
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/commons-cli/jars/commons-cli-1.1.jar?rev=576334&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/stage/commons-cli/jars/commons-cli-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jspf/trunk/stage/commons-cli/poms/commons-cli-1.1.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/commons-cli/poms/commons-cli-1.1.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/commons-cli/poms/commons-cli-1.1.pom (added)
+++ james/jspf/trunk/stage/commons-cli/poms/commons-cli-1.1.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-cli</groupId>
+  <artifactId>commons-cli</artifactId>
+  <name>CLI</name>
+  <version>1.1</version>
+  <description>Commons CLI provides a simple API for presenting, processing and
+    validating a command line interface.</description>
+  <url>http://jakarta.apache.org/commons/cli/</url>
+  <issueManagement>
+    <url>http://issues.apache.org/jira/</url>
+  </issueManagement>
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>commons-dev@jakarta.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>2002</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>jstrachan</id>
+      <name>James Strachan</name>
+      <email>jstrachan@apache.org</email>
+      <organization>SpiritSoft, Inc.</organization>
+    </developer>
+    <developer>
+      <id>bob</id>
+      <name>Bob McWhirter</name>
+      <email>bob@werken.com</email>
+      <organization>Werken</organization>
+      <roles>
+        <role>contributed ideas and code from werken.opt</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jkeyes</id>
+      <name>John Keyes</name>
+      <email>jbjk@mac.com</email>
+      <organization>integral Source</organization>
+      <roles>
+        <role>contributed ideas and code from Optz</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>roxspring</id>
+      <name>Rob Oxspring</name>
+      <email>roxspring@imapmail.org</email>
+      <organization>Indigo Stone</organization>
+      <roles>
+        <role>designed CLI2</role>
+      </roles>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Peter Donald</name>
+      <roles>
+        <role>contributed ideas and code from Avalon Excalibur's cli package</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Brian Egge</name>
+      <roles>
+        <role>made the 1.1 release happen</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+      <email>bloritsch@apache.org</email>
+      <roles>
+        <role>helped in the Avalon CLI merge</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Peter Maddocks</name>
+      <email>peter_maddocks@hp.com</email>
+      <organization>Hewlett-Packard</organization>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Andrew Shirley</name>
+      <roles>
+        <role>lots of fixes for 1.1 and 2.0</role>
+      </roles>
+    </contributor>
+  </contributors>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <targetPath>META-INF</targetPath>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <repository>
+      <id>default</id>
+      <name>Default Repository</name>
+      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/cli/</url>
+    </repository>
+    <site>
+      <id>default</id>
+      <name>Default Site</name>
+      <url>scp://people.apache.org//www/jakarta.apache.org/commons/cli/</url>
+    </site>
+    <status>converted</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: james/jspf/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom (added)
+++ james/jspf/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1,15 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>dnsjava</groupId>
+  <artifactId>dnsjava</artifactId>
+  <name>dnsjava</name>
+  <version>2.0.5</version>
+  <packaging>jar</packaging>
+  <url>http://www.dnsjava.org</url>
+  <licenses>
+    <license>
+      <name>BSD license</name>
+      <url>http://www.dnsjava.org/README</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Added: james/jspf/trunk/stage/junit/poms/junit-3.8.1.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/junit/poms/junit-3.8.1.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/junit/poms/junit-3.8.1.pom (added)
+++ james/jspf/trunk/stage/junit/poms/junit-3.8.1.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>junit</groupId>
+  <artifactId>junit</artifactId>
+  <version>3.8.1</version>
+  <name>JUnit</name>
+  <url>http://junit.org</url>
+  <description>
+    JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
+  </description>
+  <organization>
+    <name>JUnit</name>
+    <url>http://www.junit.org</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Common Public License Version 1.0</name>
+      <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://junit.cvs.sourceforge.net/junit/</url>
+  </scm>
+  <dependencies>
+  </dependencies>
+</project>

Added: james/jspf/trunk/stage/log4j/poms/log4j-1.2.14.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/log4j/poms/log4j-1.2.14.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/log4j/poms/log4j-1.2.14.pom (added)
+++ james/jspf/trunk/stage/log4j/poms/log4j-1.2.14.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>log4j</groupId>
  <artifactId>log4j</artifactId>
  <packaging>jar</packaging>
  <name>Log4j</name>
  <version>1.2.14</version>
  <description>Log4j</description>
  <url>http://logging.apache.org/log4j/docs/</url>
  <issueManagement>
     <system>Bugzilla</system>
     <url>http://issues.apache.org/bugzilla</url>
  </issueManagement>
  <inceptionYear>1999</inceptionYear>
  <mailingLists>
	<mailingList>
		<name>log4j-user</name>
		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-user@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
			<otherArchive>http:/
 /marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
		</otherArchives>
	</mailingList>
	<mailingList>
		<name>log4j-dev</name>
		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-dev@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
		</otherArchives>
	</mailingList>
  </mailingLists>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
	<connection>scm:svn:h
 ttp://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</connection>
	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/tags/v1_2_14/</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
</project>
\ No newline at end of file

Added: james/jspf/trunk/stage/org.jvyaml/poms/jvyaml-0.2.1.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/org.jvyaml/poms/jvyaml-0.2.1.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/org.jvyaml/poms/jvyaml-0.2.1.pom (added)
+++ james/jspf/trunk/stage/org.jvyaml/poms/jvyaml-0.2.1.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1,15 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jvyaml</groupId>
+  <artifactId>jvyaml</artifactId>
+  <name>jvyaml</name>
+  <version>0.2.1</version>
+  <packaging>jar</packaging>
+  <url>http://jvyaml.dev.java.net/</url>
+  <licenses>
+    <license>
+      <name>MIT license</name>
+      <url>http://www.opensource.org/licenses/mit-license.php</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Added: james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-0.9.8.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-0.9.8.pom?rev=576334&view=auto
==============================================================================
--- james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-0.9.8.pom (added)
+++ james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-0.9.8.pom Mon Sep 17 03:00:58 2007
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>uk.nominet</groupId>
+  <artifactId>dnsjnio</artifactId>
+  <name>dnsjnio</name>
+  <version>0.9.8</version>
+  <packaging>jar</packaging>
+  <url>http://sourceforge.net/projects/dnsjnio</url>
+  <licenses>
+    <license>
+      <name>ASLv2 license</name>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org