Author: rgardler
Date: Thu Feb 22 04:28:29 2007
New Revision: 510476
URL: http://svn.apache.org/viewvc?view=rev&rev=510476
Log:
Start of an ivy based build file.
At present it is only used to check that we cn resolve dependencies.
Added:
forrest/branches/ivyBuild/main/build.properties
forrest/branches/ivyBuild/main/ivy-build.xml
Added: forrest/branches/ivyBuild/main/build.properties
URL:
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/main/build.properties?view=auto&rev=510476
==============================================================================
--- forrest/branches/ivyBuild/main/build.properties (added)
+++ forrest/branches/ivyBuild/main/build.properties Thu Feb 22 04:28:29 2007
@@ -0,0 +1 @@
+ivy.repository.dir=../tools/ivy
\ No newline at end of file
Added: forrest/branches/ivyBuild/main/ivy-build.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/main/ivy-build.xml?view=auto&rev=510476
==============================================================================
--- forrest/branches/ivyBuild/main/ivy-build.xml (added)
+++ forrest/branches/ivyBuild/main/ivy-build.xml Thu Feb 22 04:28:29 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<project default="resolve" basedir="." name="Forrest build file">
+
+ <description>
+ Ivy based build system for Apache Forrest.
+ </description>
+
+ <property file="build.properties"/>
+ <import file="../tools/ivy/build-scripts/common-ivy.xml"/>
+
+</project>