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 2009/03/05 12:09:05 UTC

svn commit: r750419 - in /james/protocols/imap/trunk/stage/jmock/poms: jmock-2.5.1.pom jmock-junit3-2.5.1.pom

Author: bago
Date: Thu Mar  5 11:09:04 2009
New Revision: 750419

URL: http://svn.apache.org/viewvc?rev=750419&view=rev
Log:
Created poms for the jmock jars, or maven build break the local repository not only for this project but also for other project run against the same repositoru and using jmock.

Added:
    james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom   (with props)
    james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom   (with props)

Added: james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom?rev=750419&view=auto
==============================================================================
--- james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom (added)
+++ james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom Thu Mar  5 11:09:04 2009
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-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">
+  <!--
+    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>
+  <parent>
+    <groupId>org.jmock</groupId>
+    <artifactId>jmock-parent</artifactId>
+    <version>2.5.1</version>
+  </parent>
+  <artifactId>jmock</artifactId>
+  <packaging>jar</packaging>
+  <name>jMock 2.5.1</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-library</artifactId>
+      <version>1.1</version>
+    </dependency>   
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.1</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: james/protocols/imap/trunk/stage/jmock/poms/jmock-2.5.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom?rev=750419&view=auto
==============================================================================
--- james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom (added)
+++ james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom Thu Mar  5 11:09:04 2009
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-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">
+  <!--
+    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>
+  <parent>
+    <groupId>org.jmock</groupId>
+    <artifactId>jmock-parent</artifactId>
+    <version>2.5.1</version>
+  </parent>
+  <artifactId>jmock-junit3</artifactId>
+  <packaging>jar</packaging>
+  <name>jMock 2.5.1 - Junit 3 integration</name>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <version>2.5.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: james/protocols/imap/trunk/stage/jmock/poms/jmock-junit3-2.5.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native



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