You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gs...@apache.org on 2008/04/14 13:28:07 UTC

svn commit: r647734 - in /ant/ivy/site/test: ivysettings-include-http-absolute-file.xml ivysettings-include-http-relative-file.xml ivysettings-include-http-relative-url.xml

Author: gscokart
Date: Mon Apr 14 04:27:48 2008
New Revision: 647734

URL: http://svn.apache.org/viewvc?rev=647734&view=rev
Log:
test for IVY-372, check-in the files on the right place

Added:
    ant/ivy/site/test/ivysettings-include-http-absolute-file.xml
    ant/ivy/site/test/ivysettings-include-http-relative-file.xml
    ant/ivy/site/test/ivysettings-include-http-relative-url.xml

Added: ant/ivy/site/test/ivysettings-include-http-absolute-file.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/test/ivysettings-include-http-absolute-file.xml?rev=647734&view=auto
==============================================================================
--- ant/ivy/site/test/ivysettings-include-http-absolute-file.xml (added)
+++ ant/ivy/site/test/ivysettings-include-http-absolute-file.xml Mon Apr 14 04:27:48 2008
@@ -0,0 +1,24 @@
+<!--
+   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.    
+-->
+<ivysettings>
+	<include file="${user.dir}/test/java/org/apache/ivy/core/settings/ivysettings-macro.xml"/>
+	<resolvers>
+		<mymacro name="includeworks" mymainrep="included/myrep" mysecondrep="included/secondrep"/>
+	</resolvers>
+</ivysettings>

Added: ant/ivy/site/test/ivysettings-include-http-relative-file.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/test/ivysettings-include-http-relative-file.xml?rev=647734&view=auto
==============================================================================
--- ant/ivy/site/test/ivysettings-include-http-relative-file.xml (added)
+++ ant/ivy/site/test/ivysettings-include-http-relative-file.xml Mon Apr 14 04:27:48 2008
@@ -0,0 +1,21 @@
+<!--
+   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.    
+-->
+<ivysettings>
+	<include file="ivyconf.xml"/>
+</ivysettings>

Added: ant/ivy/site/test/ivysettings-include-http-relative-url.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/test/ivysettings-include-http-relative-url.xml?rev=647734&view=auto
==============================================================================
--- ant/ivy/site/test/ivysettings-include-http-relative-url.xml (added)
+++ ant/ivy/site/test/ivysettings-include-http-relative-url.xml Mon Apr 14 04:27:48 2008
@@ -0,0 +1,21 @@
+<!--
+   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.    
+-->
+<ivysettings>
+	<include url="ivyconf.xml"/>
+</ivysettings>