Ditto for some tests

This commit is contained in:
Gintas Grigelionis 2018-03-04 12:35:19 +01:00
parent b0ded8594f
commit afd3f11cd1
85 changed files with 681 additions and 681 deletions

View File

@ -14,6 +14,6 @@
"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.
under the License.
-->
<project/>
<project/>

View File

@ -14,11 +14,11 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="A"/>
<dependencies>
<dependency name="C" rev="latest.integration"/>
</dependencies>
<info organisation="apache" module="A"/>
<dependencies>
<dependency name="C" rev="latest.integration"/>
</dependencies>
</ivy-module>

View File

@ -14,6 +14,6 @@
"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.
under the License.
-->
<project/>
<project/>

View File

@ -14,8 +14,8 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="B"/>
<info organisation="apache" module="B"/>
</ivy-module>

View File

@ -14,6 +14,6 @@
"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.
under the License.
-->
<project/>
<project/>

View File

@ -14,11 +14,11 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="C"/>
<dependencies>
<dependency name="B" rev="latest.integration"/>
</dependencies>
<info organisation="apache" module="C"/>
<dependencies>
<dependency name="B" rev="latest.integration"/>
</dependencies>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -14,12 +14,12 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="D"/>
<dependencies>
<dependency name="A" rev="latest.integration"/>
<dependency name="B" rev="latest.integration"/>
</dependencies>
<info organisation="apache" module="D"/>
<dependencies>
<dependency name="A" rev="latest.integration"/>
<dependency name="B" rev="latest.integration"/>
</dependencies>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -14,8 +14,8 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="E"/>
<info organisation="apache" module="E"/>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -14,8 +14,8 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache2" module="E"/>
<info organisation="apache2" module="E"/>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -14,11 +14,11 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="F"/>
<dependencies>
<dependency name="G" rev="latest.integration"/>
</dependencies>
<info organisation="apache" module="F"/>
<dependencies>
<dependency name="G" rev="latest.integration"/>
</dependencies>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -14,11 +14,11 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="G"/>
<dependencies>
<dependency name="F" rev="latest.integration"/>
</dependencies>
<info organisation="apache" module="G"/>
<dependencies>
<dependency name="F" rev="latest.integration"/>
</dependencies>
</ivy-module>

View File

@ -14,5 +14,5 @@
"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.
under the License.
-->

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="bootstrap-parent" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="croatia" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml" extendType="configurations" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml" extendType="configurations"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="germany" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="ireland" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,21 +15,21 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="${master-parent.dir}/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project default="build" basedir="." name="master-parent">
<target name="build" />
</project>
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="bootstrap-parent" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="croatia" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,20 +15,20 @@
"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.
under the License.
-->
<ivy-module version="2.0"
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}" />
<info organisation="com.uefa" module="croatia" revision="${version}"/>
<configurations>
<conf name="default" />
<conf name="default"/>
</configurations>
<publications />
<publications/>
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default" />
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="germany" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,20 +15,20 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="ireland" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project default="build" basedir="." name="master-parent">
<target name="build" />
</project>
<target name="build"/>
</project>

View File

@ -15,20 +15,20 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="germany" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="germany" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="bootstrap-parent" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="croatia" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="germany" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="ireland" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,21 +15,21 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project default="build" basedir="." name="master-parent">
<target name="build" />
</project>
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="bootstrap-parent" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="croatia" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="germany" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="ireland" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,21 +15,21 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project default="build" basedir="." name="master-parent">
<target name="build" />
</project>
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="bootstrap-parent" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="bootstrap-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="croatia" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations" />
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="croatia" revision="${version}">
<extends organisation="com.uefa" module="master-parent" revision="${version}"
location="../master-parent/ivy.xml" extendType="configurations"/>
</info>
<configurations>
<!-- Check master-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="master-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="germany" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="bootstrap-parent" revision="${version}"
location="../bootstrap-parent/ivy.xml" />
</info>
<configurations>
<!-- Check bootstrap-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="germany" revision="${version}">
<extends organisation="com.uefa" module="bootstrap-parent" revision="${version}"
location="../bootstrap-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check bootstrap-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="ireland" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project name="ireland" default="build" basedir=".">
<target name="build" />
<target name="build"/>
</project>

View File

@ -15,23 +15,23 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="bootstrap-parent" revision="${version}"
location="../bootstrap-parent/ivy.xml" />
</info>
<configurations>
<!-- Check bootstrap-parent module for inherited public confs. -->
</configurations>
<publications />
<dependencies>
<dependency org="com.uefa" name="bootstrap-parent" rev="${version}" conf="default->default" />
</dependencies>
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="ireland" revision="${version}">
<extends organisation="com.uefa" module="bootstrap-parent" revision="${version}"
location="../bootstrap-parent/ivy.xml"/>
</info>
<configurations>
<!-- Check bootstrap-parent module for inherited public confs. -->
</configurations>
<publications/>
<dependencies>
<dependency org="com.uefa" name="bootstrap-parent" rev="${version}" conf="default->default"/>
</dependencies>
</ivy-module>

View File

@ -15,8 +15,8 @@
"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.
under the License.
-->
<project default="build" basedir="." name="master-parent">
<target name="build" />
</project>
<target name="build"/>
</project>

View File

@ -15,18 +15,18 @@
"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.
under the License.
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}" />
<configurations>
<conf name="default" />
</configurations>
<publications />
<dependencies />
</ivy-module>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.uefa" module="master-parent" revision="${version}"/>
<configurations>
<conf name="default"/>
</configurations>
<publications/>
<dependencies/>
</ivy-module>

View File

@ -1,20 +1,20 @@
# ***************************************************************
# * 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.
# ***************************************************************
# ***************************************************************
# * 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.retrieve.pattern = lib/test/[artifact]-[revision].[ext]
ivy.test.variable = value
ivy.test.variable = value

View File

@ -1,20 +1,20 @@
# ***************************************************************
# * 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.
# ***************************************************************
# ***************************************************************
# * 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.
# ***************************************************************
mytest1=myvalue1
mytest2=myvalue2

View File

@ -1,20 +1,20 @@
# ***************************************************************
# * 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.
# ***************************************************************
# ***************************************************************
# * 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.
# ***************************************************************
libraries.dir=${ivy.basedir}/lib
shared=${ivy.basedir}/shared

View File

@ -1,20 +1,20 @@
# ***************************************************************
# * 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.
# ***************************************************************
# ***************************************************************
# * 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.
# ***************************************************************
lib.jtv=${ivy.settings.dir}/jtv
lib.3rd=${ivy.settings.dir}/3rd

View File

@ -1,21 +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.
# ***************************************************************
# ***************************************************************
# * 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.publish.src.artifacts.pattern=${build}/[artifact]-[revision].[ext]
cache.dir=${ivy.basedir}/build/cache
vfs.host=

View File

@ -226387,4 +226387,4 @@
Import package org.apache.juli.logging
</require>
</resource>
</repository>
</repository>

View File

@ -14,7 +14,7 @@
"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.
under the License.
-->
<project basedir="." default="generate-bundles" name="ivy-osgi-test-repo">
@ -59,7 +59,7 @@
"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.
under the License.
-->
<ivy-module version="1.0">
<info organisation="org.apache.ivy.osgi" module="${module.name}" revision="${bundle.version}" />

View File

@ -15,11 +15,11 @@
"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.
under the License.
-->
<ivy-module version="2.3">
<info organisation="org.apache.ivy" module="test-buildobr" />
<dependencies>
<dependency org="bundle" name="org.apache.ivy.osgi.testbundle" rev="1.2.3"/>
</dependencies>
</ivy-module>
</ivy-module>

View File

@ -15,17 +15,17 @@
"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.
under the License.
-->
<repository>
<resource symbolicname="org.apache.ivy.osgi.testbundle1" version="1.2.3" uri="org.apache.ivy.osgi.testbundle1_1.2.3.jar">
<capability name="package">
<p n="package" v="org.apache.ivy.osgi.testbundle1" />
<p n="version" v="1.2.3" />
<p n="package" v="org.apache.ivy.osgi.testbundle1"/>
<p n="version" v="1.2.3"/>
</capability>
</resource>
<resource symbolicname="org.apache.ivy.osgi.testbundle1.importing" version="3.2.1"
uri="org.apache.ivy.osgi.testbundle.importing1_3.2.1.jar">
<require name="package" filter="(package=org.apache.ivy.osgi.testbundle2)" />
<require name="package" filter="(package=org.apache.ivy.osgi.testbundle2)"/>
</resource>
</repository>

View File

@ -15,17 +15,17 @@
"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.
under the License.
-->
<repository>
<resource symbolicname="org.apache.ivy.osgi.testbundle2" version="1.2.3" uri="org.apache.ivy.osgi.testbundle2_1.2.3.jar">
<capability name="package">
<p n="package" v="org.apache.ivy.osgi.testbundle2" />
<p n="version" v="1.2.3" />
<p n="package" v="org.apache.ivy.osgi.testbundle2"/>
<p n="version" v="1.2.3"/>
</capability>
</resource>
<resource symbolicname="org.apache.ivy.osgi.testbundle2.importing" version="3.2.1"
uri="org.apache.ivy.osgi.testbundle.importing2_3.2.1.jar">
<require name="package" filter="(package=org.apache.ivy.osgi.testbundle1)" />
<require name="package" filter="(package=org.apache.ivy.osgi.testbundle1)"/>
</resource>
</repository>

View File

@ -14,22 +14,22 @@
"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.
under the License.
-->
<project xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef resource="org/apache/ivy/ant/antlib.xml"
uri="antlib:org.apache.ivy.ant" />
uri="antlib:org.apache.ivy.ant"/>
<target name="publish">
<delete dir="build" />
<delete dir="build"/>
<tstamp><format property="tstamp" pattern="yyyyMMDDHHmmss"/></tstamp>
<mkdir dir="${basedir}/build"/>
<echo message="${tstamp}" file="${basedir}/build/A.jar"/>
<ivy:configure file="${basedir}/../ivysettings.xml"/>
<ivy:resolve file="${basedir}/ivy.xml" />
<ivy:publish resolver="local" artifactspattern="${basedir}/build/[artifact].[ext]"
pubrevision="${tstamp}" overwrite="true"/>
<delete dir="build" />
<ivy:resolve file="${basedir}/ivy.xml"/>
<ivy:publish resolver="local" artifactspattern="${basedir}/build/[artifact].[ext]"
pubrevision="${tstamp}" overwrite="true"/>
<delete dir="build"/>
</target>
</project>

View File

@ -14,8 +14,8 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="A"/>
<info organisation="apache" module="A"/>
</ivy-module>

View File

@ -14,12 +14,12 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="B"/>
<dependencies>
<dependency name="A" rev="latest.integration"/>
<dependency name="foo" rev="1.0"/>
</dependencies>
<info organisation="apache" module="B"/>
<dependencies>
<dependency name="A" rev="latest.integration"/>
<dependency name="foo" rev="1.0"/>
</dependencies>
</ivy-module>

View File

@ -14,20 +14,20 @@
"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.
under the License.
-->
<ivysettings>
<settings defaultCache="${ivy.settings.dir}/cache" defaultResolver="local"/>
<triggers>
<!-- triggers an ant build just before resolving a dependency
with a latest.integration revision -->
<ant-build antfile="${ivy.settings.dir}/[module]/build.xml" target="publish"
event="pre-resolve-dependency" filter="revision=latest.integration"/>
</triggers>
<resolvers>
<filesystem name="local">
<ivy pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
<artifact pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
</filesystem>
</resolvers>
<settings defaultCache="${ivy.settings.dir}/cache" defaultResolver="local"/>
<triggers>
<!-- triggers an ant build just before resolving a dependency
with a latest.integration revision -->
<ant-build antfile="${ivy.settings.dir}/[module]/build.xml" target="publish"
event="pre-resolve-dependency" filter="revision=latest.integration"/>
</triggers>
<resolvers>
<filesystem name="local">
<ivy pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
<artifact pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
</filesystem>
</resolvers>
</ivysettings>

View File

@ -14,22 +14,22 @@
"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.
under the License.
-->
<project xmlns:ivy="antlib:org.apache.ivy.ant">
<taskdef resource="org/apache/ivy/ant/antlib.xml"
uri="antlib:org.apache.ivy.ant" />
<taskdef resource="org/apache/ivy/ant/antlib.xml"
uri="antlib:org.apache.ivy.ant"/>
<target name="resolve">
<ivy:configure file="../ivysettings.xml"/>
<ivy:resolve file="${basedir}/ivy.xml" />
</target>
<target name="unzip">
<echo>
unzipping artifact:
organisation=${dep.organisation}
module=${dep.module}
<target name="resolve">
<ivy:configure file="../ivysettings.xml"/>
<ivy:resolve file="${basedir}/ivy.xml"/>
</target>
<target name="unzip">
<echo>
unzipping artifact:
organisation=${dep.organisation}
module=${dep.module}
revision=${dep.revision}
artifact=${dep.artifact}
type=${dep.type}
@ -38,8 +38,8 @@
local=${dep.local}
size=${dep.size}
file=${dep.file}
</echo>
<mkdir dir="${basedir}/out"/>
<unzip src="${dep.file}" dest="${basedir}/out"/>
</target>
</echo>
<mkdir dir="${basedir}/out"/>
<unzip src="${dep.file}" dest="${basedir}/out"/>
</target>
</project>

View File

@ -14,12 +14,12 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="A"/>
<dependencies>
<dependency name="foo" rev="1.0"/>
</dependencies>
<info organisation="apache" module="A"/>
<dependencies>
<dependency name="foo" rev="1.0"/>
</dependencies>
</ivy-module>

View File

@ -14,20 +14,20 @@
"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.
under the License.
-->
<ivysettings>
<settings defaultCache="${ivy.settings.dir}/cache" defaultResolver="local"/>
<triggers>
<!-- triggers an ant call just after downloading a zip artifact,
prefixing all parameters to the target with 'dep' -->
<ant-call target="unzip" prefix="dep"
event="post-download-artifact" filter="type=zip AND status=successful"/>
</triggers>
<resolvers>
<filesystem name="local">
<ivy pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
<artifact pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
</filesystem>
</resolvers>
<settings defaultCache="${ivy.settings.dir}/cache" defaultResolver="local"/>
<triggers>
<!-- triggers an ant call just after downloading a zip artifact,
prefixing all parameters to the target with 'dep' -->
<ant-call target="unzip" prefix="dep"
event="post-download-artifact" filter="type=zip AND status=successful"/>
</triggers>
<resolvers>
<filesystem name="local">
<ivy pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
<artifact pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
</filesystem>
</resolvers>
</ivysettings>

View File

@ -14,13 +14,13 @@
"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.
under the License.
-->
<ivy-module version="1.2">
<info organisation="apache" module="foo" revision="1.0"/>
<publications>
<artifact />
<artifact type="zip"/>
</publications>
<info organisation="apache" module="foo" revision="1.0"/>
<publications>
<artifact/>
<artifact type="zip"/>
</publications>
</ivy-module>