You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/03/07 21:08:40 UTC

svn commit: r515761 - in /incubator/ivy/core/trunk/test/repositories/m2/org/apache: test-classified/ test-classified/1.0/ test-classifier/ test-classifier/1.0/

Author: xavier
Date: Wed Mar  7 13:08:39 2007
New Revision: 515761

URL: http://svn.apache.org/viewvc?view=rev&rev=515761
Log:
FIX: Ivy doesn't recognize maven2 classifiers (IVY-418)

Added:
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0-asl.jar
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0.pom
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar
    incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.pom

Added: incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0-asl.jar
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0-asl.jar?view=auto&rev=515761
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0-asl.jar (added)
+++ incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0-asl.jar Wed Mar  7 13:08:39 2007
@@ -0,0 +1 @@
+ 

Added: incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0.pom
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0.pom?view=auto&rev=515761
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0.pom (added)
+++ incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classified/1.0/test-classified-1.0.pom Wed Mar  7 13:08:39 2007
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache</groupId>
+  <artifactId>test-classified</artifactId>
+  <name>Test Module for Ivy M2 parsing</name>
+  <version>1.0</version>
+  <url>http://ivy.jayasoft.org/</url>
+  <organization>
+    <name>Jayasoft</name>
+    <url>http://www.jayasoft.org/</url>
+  </organization>
+</project>
\ No newline at end of file

Added: incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar?view=auto&rev=515761
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar (added)
+++ incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.jar Wed Mar  7 13:08:39 2007
@@ -0,0 +1 @@
+ 

Added: incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.pom
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.pom?view=auto&rev=515761
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.pom (added)
+++ incubator/ivy/core/trunk/test/repositories/m2/org/apache/test-classifier/1.0/test-classifier-1.0.pom Wed Mar  7 13:08:39 2007
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache</groupId>
+  <artifactId>test-classifier</artifactId>
+  <name>Test Module for Ivy M2 parsing</name>
+  <version>1.0</version>
+  <url>http://ivy.jayasoft.org/</url>
+  <organization>
+    <name>Jayasoft</name>
+    <url>http://www.jayasoft.org/</url>
+  </organization>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>test-classified</artifactId>
+      <version>1.0</version>
+      <classifier>asl</classifier>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file