You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2007/12/28 01:05:59 UTC

svn commit: r607144 - in /ant/ivy/site: build.xml target/test/ target/test/ivyconf-include-http-url.xml target/test/ivyconf.xml target/test/ivysettings-include-http-url.xml target/test/ivysettings.xml

Author: xavier
Date: Thu Dec 27 16:05:58 2007
New Revision: 607144

URL: http://svn.apache.org/viewvc?rev=607144&view=rev
Log:
add test files to target site

Added:
    ant/ivy/site/target/test/
    ant/ivy/site/target/test/ivyconf-include-http-url.xml   (with props)
    ant/ivy/site/target/test/ivyconf.xml   (with props)
    ant/ivy/site/target/test/ivysettings-include-http-url.xml   (with props)
    ant/ivy/site/target/test/ivysettings.xml   (with props)
Modified:
    ant/ivy/site/build.xml

Modified: ant/ivy/site/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=607144&r1=607143&r2=607144&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Thu Dec 27 16:05:58 2007
@@ -33,7 +33,7 @@
 		<!-- xooki:generate requires sun java 6 jdk (with jrunscript) in path and Apache Ant 1.7 -->
         <copy todir="${target.dir}">
 	        <fileset dir="${basedir}" 
-	        	includes="*.cgi,images/**,style/**,samples/**,js/**,schemas/**,presentations/**,history/*/images/**,history/*/samples/**" />
+	        	includes="*.cgi,images/**,style/**,samples/**,js/**,schemas/**,presentations/**,history/*/images/**,history/*/samples/**,test/**" />
         </copy>
         <xooki:generate destDir="${target.dir}" checkUpToDate="${checkUpToDate}">
 			<fileset dir="${basedir}">

Added: ant/ivy/site/target/test/ivyconf-include-http-url.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivyconf-include-http-url.xml?rev=607144&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivyconf-include-http-url.xml (added)
+++ ant/ivy/site/target/test/ivyconf-include-http-url.xml Thu Dec 27 16:05:58 2007
@@ -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.    
+-->
+<ivyconf>
+	<include url="http://incubator.apache.org/ivy/test/ivyconf.xml"/>
+</ivyconf>

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

Added: ant/ivy/site/target/test/ivyconf.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivyconf.xml?rev=607144&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivyconf.xml (added)
+++ ant/ivy/site/target/test/ivyconf.xml Thu Dec 27 16:05:58 2007
@@ -0,0 +1,23 @@
+<!--
+   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.    
+-->
+<ivyconf>
+	<resolvers>
+		<ivyrep name="ivyrep" />
+	</resolvers>
+</ivyconf>

Propchange: ant/ivy/site/target/test/ivyconf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: ant/ivy/site/target/test/ivysettings-include-http-url.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivysettings-include-http-url.xml?rev=607144&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivysettings-include-http-url.xml (added)
+++ ant/ivy/site/target/test/ivysettings-include-http-url.xml Thu Dec 27 16:05:58 2007
@@ -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="http://incubator.apache.org/ivy/test/ivysettings.xml"/>
+</ivysettings>

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

Added: ant/ivy/site/target/test/ivysettings.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/test/ivysettings.xml?rev=607144&view=auto
==============================================================================
--- ant/ivy/site/target/test/ivysettings.xml (added)
+++ ant/ivy/site/target/test/ivysettings.xml Thu Dec 27 16:05:58 2007
@@ -0,0 +1,23 @@
+<!--
+   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>
+	<resolvers>
+		<ivyrep name="ivyrep" />
+	</resolvers>
+</ivysettings>

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