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 2008/08/04 18:10:16 UTC

svn commit: r682435 - in /james/mailet: base/trunk/ base/trunk/stage/junit/ base/trunk/stage/junit/jars/ base/trunk/stage/junit/poms/ crypto/trunk/ crypto/trunk/stage/junit/ crypto/trunk/stage/junit/jars/ crypto/trunk/stage/junit/poms/ standard/trunk/ ...

Author: bago
Date: Mon Aug  4 09:10:16 2008
New Revision: 682435

URL: http://svn.apache.org/viewvc?rev=682435&view=rev
Log:
Applying the "alternative way to bind junit" to base/standard/crypto as it seems it worked on api.

Added:
    james/mailet/base/trunk/stage/junit/
    james/mailet/base/trunk/stage/junit/jars/
    james/mailet/base/trunk/stage/junit/jars/junit-3.8.1.jar   (with props)
    james/mailet/base/trunk/stage/junit/poms/
    james/mailet/base/trunk/stage/junit/poms/junit-3.8.1.pom
    james/mailet/crypto/trunk/stage/junit/
    james/mailet/crypto/trunk/stage/junit/jars/
    james/mailet/crypto/trunk/stage/junit/jars/junit-3.8.1.jar   (with props)
    james/mailet/crypto/trunk/stage/junit/poms/
    james/mailet/crypto/trunk/stage/junit/poms/junit-3.8.1.pom
    james/mailet/standard/trunk/stage/junit/
    james/mailet/standard/trunk/stage/junit/jars/
    james/mailet/standard/trunk/stage/junit/jars/junit-3.8.1.jar   (with props)
    james/mailet/standard/trunk/stage/junit/poms/
    james/mailet/standard/trunk/stage/junit/poms/junit-3.8.1.pom
Modified:
    james/mailet/base/trunk/include.properties
    james/mailet/crypto/trunk/include.properties
    james/mailet/standard/trunk/include.properties

Modified: james/mailet/base/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/include.properties?rev=682435&r1=682434&r2=682435&view=diff
==============================================================================
--- james/mailet/base/trunk/include.properties (original)
+++ james/mailet/base/trunk/include.properties Mon Aug  4 09:10:16 2008
@@ -30,4 +30,7 @@
 
 # ----- Mailet -----
 mailet.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
-mailet-tests.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT-tests.jar
\ No newline at end of file
+mailet-tests.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT-tests.jar
+
+# ----- JUnit ------
+junit.jar=stage/junit/jars/junit-3.8.1.jar

Added: james/mailet/base/trunk/stage/junit/jars/junit-3.8.1.jar
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/stage/junit/jars/junit-3.8.1.jar?rev=682435&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/base/trunk/stage/junit/jars/junit-3.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/base/trunk/stage/junit/poms/junit-3.8.1.pom
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/stage/junit/poms/junit-3.8.1.pom?rev=682435&view=auto
==============================================================================
--- james/mailet/base/trunk/stage/junit/poms/junit-3.8.1.pom (added)
+++ james/mailet/base/trunk/stage/junit/poms/junit-3.8.1.pom Mon Aug  4 09:10:16 2008
@@ -0,0 +1,33 @@
+<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">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>junit</groupId>
+  <artifactId>junit</artifactId>
+  <name>JUnit</name>
+  <version>3.8.1</version>
+  <packaging>jar</packaging>
+  <url>http://www.junit.org</url>
+  <licenses>
+    <license>
+      <name>CPL v1.0</name>
+      <url>http://junit.sourceforge.net/cpl-v10.html</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Modified: james/mailet/crypto/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/include.properties?rev=682435&r1=682434&r2=682435&view=diff
==============================================================================
--- james/mailet/crypto/trunk/include.properties (original)
+++ james/mailet/crypto/trunk/include.properties Mon Aug  4 09:10:16 2008
@@ -34,4 +34,7 @@
 
 # ----- Bouncy Castle -----
 bc-workaround.jar=stage/org.bouncycastle/jars/bcmail-jdk14-workaround-129.jar
-bc.jar=stage/org.bouncycastle/jars/bcmail-jdk14-129.jar
\ No newline at end of file
+bc.jar=stage/org.bouncycastle/jars/bcmail-jdk14-129.jar
+
+# ----- JUnit ------
+junit.jar=stage/junit/jars/junit-3.8.1.jar

Added: james/mailet/crypto/trunk/stage/junit/jars/junit-3.8.1.jar
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/junit/jars/junit-3.8.1.jar?rev=682435&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/crypto/trunk/stage/junit/jars/junit-3.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/crypto/trunk/stage/junit/poms/junit-3.8.1.pom
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/junit/poms/junit-3.8.1.pom?rev=682435&view=auto
==============================================================================
--- james/mailet/crypto/trunk/stage/junit/poms/junit-3.8.1.pom (added)
+++ james/mailet/crypto/trunk/stage/junit/poms/junit-3.8.1.pom Mon Aug  4 09:10:16 2008
@@ -0,0 +1,33 @@
+<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">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>junit</groupId>
+  <artifactId>junit</artifactId>
+  <name>JUnit</name>
+  <version>3.8.1</version>
+  <packaging>jar</packaging>
+  <url>http://www.junit.org</url>
+  <licenses>
+    <license>
+      <name>CPL v1.0</name>
+      <url>http://junit.sourceforge.net/cpl-v10.html</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Modified: james/mailet/standard/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/include.properties?rev=682435&r1=682434&r2=682435&view=diff
==============================================================================
--- james/mailet/standard/trunk/include.properties (original)
+++ james/mailet/standard/trunk/include.properties Mon Aug  4 09:10:16 2008
@@ -32,3 +32,6 @@
 mailet.jar=stage/org.apache.james/jars/mailet-2.4-SNAPSHOT.jar
 mailet-base.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
 mailet-base-tests.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
+
+# ----- JUnit ------
+junit.jar=stage/junit/jars/junit-3.8.1.jar

Added: james/mailet/standard/trunk/stage/junit/jars/junit-3.8.1.jar
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/junit/jars/junit-3.8.1.jar?rev=682435&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/standard/trunk/stage/junit/jars/junit-3.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/standard/trunk/stage/junit/poms/junit-3.8.1.pom
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/junit/poms/junit-3.8.1.pom?rev=682435&view=auto
==============================================================================
--- james/mailet/standard/trunk/stage/junit/poms/junit-3.8.1.pom (added)
+++ james/mailet/standard/trunk/stage/junit/poms/junit-3.8.1.pom Mon Aug  4 09:10:16 2008
@@ -0,0 +1,33 @@
+<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">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+  
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>junit</groupId>
+  <artifactId>junit</artifactId>
+  <name>JUnit</name>
+  <version>3.8.1</version>
+  <packaging>jar</packaging>
+  <url>http://www.junit.org</url>
+  <licenses>
+    <license>
+      <name>CPL v1.0</name>
+      <url>http://junit.sourceforge.net/cpl-v10.html</url>
+    </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