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 2009/06/19 00:01:53 UTC

svn commit: r786311 - in /ant/ivy/core/trunk/test/repositories/2/mod15.4: ./ ivy-1.1.xml

Author: maartenc
Date: Thu Jun 18 22:01:53 2009
New Revision: 786311

URL: http://svn.apache.org/viewvc?rev=786311&view=rev
Log:
FIX: [originalname] not expanded during retrieve when module descriptor contains extra attributes (IVY-1096)

Added:
    ant/ivy/core/trunk/test/repositories/2/mod15.4/
    ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml   (with props)

Added: ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml?rev=786311&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml (added)
+++ ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml Thu Jun 18 22:01:53 2009
@@ -0,0 +1,30 @@
+<!--
+   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="org15"
+           module="mod15.4"
+           revision="1.1"
+           status="integration"
+           publication="20050930110000"
+    />
+    <dependencies>
+        <dependency org="org15" name="mod15.3" rev="1.1" conf="default->default"/>
+        <dependency org="org14" name="mod14.1" rev="1.1" conf="default->default" transitive="false" />
+    </dependencies>
+</ivy-module>

Propchange: ant/ivy/core/trunk/test/repositories/2/mod15.4/ivy-1.1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain