You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2007/12/18 23:29:51 UTC

svn commit: r605344 - /ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml

Author: maartenc
Date: Tue Dec 18 14:29:49 2007
New Revision: 605344

URL: http://svn.apache.org/viewvc?rev=605344&view=rev
Log:
FIX: Ivy doesn't respect the order of the ivy patterns as defined in the settings (IVY-676)

Added:
    ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml

Added: ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml?rev=605344&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml (added)
+++ ant/ivy/core/trunk/test/repositories/multi-ivypattern/ivy2/ivy-1.0.xml Tue Dec 18 14:29:49 2007
@@ -0,0 +1,27 @@
+<!--
+   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.    
+-->
+<ivy-module version="1.0">
+	<info organisation="org1"
+	       module="mod1.1"
+	       revision="1.0"
+	       status="integration"
+	       publication="20041101110000"
+	/>
+	<dependencies />
+</ivy-module>