Author: hibou
Date: Fri May 25 09:43:36 2012
New Revision: 1342548
URL: http://svn.apache.org/viewvc?rev=1342548&view=rev
Log:
IVY-1300: add missing test files
Added:
ant/ivy/core/trunk/test/repositories/IVY-1300/
ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml (with
props)
ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml (with props)
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
(with props)
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
(with props)
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
(with props)
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
(with props)
Added: ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml?rev=1342548&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml (added)
+++ ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml Fri May 25
09:43:36 2012
@@ -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="2.0">
+ <info organisation="myorg" module="projectassembly" branch="releasebranch"
revision="1"/>
+ <configurations>
+ <conf name="default"/>
+ </configurations>
+ <publications>
+ </publications>
+ <dependencies>
+ <dependency name="modA" rev="latest.integration" branch="releasebranch"
conf="default->default"/>
+ <dependency name="modB" rev="latest.integration" branch="releasebranch"
conf="default->default"/>
+ </dependencies>
+</ivy-module>
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/assembly-ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml?rev=1342548&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml (added)
+++ ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml Fri May 25
09:43:36 2012
@@ -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.
+-->
+<ivysettings>
+ <settings defaultResolver="local" />
+ <resolvers>
+ <filesystem name="local" checkmodified="true" local="true">
+ <ivy
pattern="${ivy.settings.dir}/[organisation]/[module]/[branch]/[revision]/ivy.xml"/>
+ <artifact
pattern="${ivy.settings.dir}/[organisation]/[module]/[branch]/[revision]/[artifact].[ext]"/>
+ </filesystem>
+ </resolvers>
+</ivysettings>
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/core/trunk/test/repositories/IVY-1300/ivysettings.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml?rev=1342548&view=auto
==============================================================================
---
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
(added)
+++
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
Fri May 25 09:43:36 2012
@@ -0,0 +1,26 @@
+<!--
+ 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="2.0">
+ <info organisation="myorg" module="modA" branch="releasebranch"
revision="1" />
+ <configurations>
+ <conf name="default"/>
+ </configurations>
+ <publications>
+ </publications>
+</ivy-module>
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml?rev=1342548&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
(added)
+++ ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
Fri May 25 09:43:36 2012
@@ -0,0 +1,26 @@
+<!--
+ 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="2.0">
+ <info organisation="myorg" module="modA" branch="trunk" revision="5" />
+ <configurations>
+ <conf name="default"/>
+ </configurations>
+ <publications>
+ </publications>
+</ivy-module>
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modA/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml?rev=1342548&view=auto
==============================================================================
---
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
(added)
+++
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
Fri May 25 09:43:36 2012
@@ -0,0 +1,29 @@
+<!--
+ 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="2.0">
+ <info organisation="myorg" module="modB" branch="releasebranch"
revision="1" />
+ <configurations>
+ <conf name="default"/>
+ </configurations>
+ <publications>
+ </publications>
+ <dependencies>
+ <dependency org="myorg" name="modA" branch="trunk"
rev="latest.integration" conf="default->default"/>
+ </dependencies>
+</ivy-module>
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/releasebranch/1/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml?rev=1342548&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
(added)
+++ ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
Fri May 25 09:43:36 2012
@@ -0,0 +1,29 @@
+<!--
+ 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="2.0">
+ <info organisation="myorg" module="modB" branch="trunk" revision="5" />
+ <configurations>
+ <conf name="default"/>
+ </configurations>
+ <publications>
+ </publications>
+ <dependencies>
+ <dependency org="myorg" name="modA" branch="trunk"
rev="latest.integration" conf="default->default"/>
+ </dependencies>
+</ivy-module>
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/core/trunk/test/repositories/IVY-1300/myorg/modB/trunk/5/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml