Author: rgardler
Date: Mon Feb 12 16:40:37 2007
New Revision: 506767
URL: http://svn.apache.org/viewvc?view=rev&rev=506767
Log:
Add ivy config file
Added:
forrest/branches/ivyBuild/main/ivy.xml
Added: forrest/branches/ivyBuild/main/ivy.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/main/ivy.xml?view=auto&rev=506767
==============================================================================
--- forrest/branches/ivyBuild/main/ivy.xml (added)
+++ forrest/branches/ivyBuild/main/ivy.xml Mon Feb 12 16:40:37 2007
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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="1.0">
+ <info
+ organisation="apache"
+ module="forrest"
+ status="integration">
+ </info>
+
+ <configurations>
+ <conf name="default"/>
+ <conf name="test" extends="default"/>
+ </configurations>
+
+ <publications>
+ <artifact name="org.apache.forrest" type="jar" ext="jar"/>
+ </publications>
+
+ <dependencies>
+ <dependency org="apache" name="avalon-framework-impl" rev="4.3" />
+ </dependencies>
+</ivy-module>