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/13 20:51:38 UTC

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

Author: gscokart
Date: Sun Apr 13 11:51:37 2008
New Revision: 647605

URL: http://svn.apache.org/viewvc?rev=647605&view=rev
Log:
new files to test IVY-372

Added:
    ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml   (with props)
    ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml   (with props)
    ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml   (with props)

Added: ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml?rev=647605&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml (added)
+++ ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml Sun Apr 13 11:51:37 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>

Propchange: ant/ivy/site/target/test/ivysettings-include-http-absolute-file.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml?rev=647605&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml (added)
+++ ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml Sun Apr 13 11:51:37 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>

Propchange: ant/ivy/site/target/test/ivysettings-include-http-relative-file.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml?rev=647605&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml (added)
+++ ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml Sun Apr 13 11:51:37 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>

Propchange: ant/ivy/site/target/test/ivysettings-include-http-relative-url.xml
------------------------------------------------------------------------------
    svn:eol-style = native