You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/03/15 10:49:58 UTC

svn commit: r637379 - in /labs/droids/trunk/tools/ivy: ivy-build.xml ivysettings.xml

Author: thorsten
Date: Sat Mar 15 02:49:57 2008
New Revision: 637379

URL: http://svn.apache.org/viewvc?rev=637379&view=rev
Log:
Adding incubator maven to the reps.

Added:
    labs/droids/trunk/tools/ivy/ivysettings.xml   (with props)
Modified:
    labs/droids/trunk/tools/ivy/ivy-build.xml

Modified: labs/droids/trunk/tools/ivy/ivy-build.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/ivy-build.xml?rev=637379&r1=637378&r2=637379&view=diff
==============================================================================
--- labs/droids/trunk/tools/ivy/ivy-build.xml (original)
+++ labs/droids/trunk/tools/ivy/ivy-build.xml Sat Mar 15 02:49:57 2008
@@ -7,9 +7,12 @@
   <!-- ================================= 
   target: resolve              
   ================================= -->
-  <target name="ivy.resolve" depends="load-ivy" 
+  <target name="ivy.resolve" depends="load-ivy,ivy.configure" 
     description="--> retreive dependencies with ivy">
     <ivy:retrieve/>
+  </target>
+  <target name="ivy.configure">
+    <ivy:configure file="${ivy.repository.dir}/ivysettings.xml"/>
   </target>
   <target name="ivy.report" depends="ivy.resolve"
     description="--> generates a report of dependencies">

Added: labs/droids/trunk/tools/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/ivysettings.xml?rev=637379&view=auto
==============================================================================
--- labs/droids/trunk/tools/ivy/ivysettings.xml (added)
+++ labs/droids/trunk/tools/ivy/ivysettings.xml Sat Mar 15 02:49:57 2008
@@ -0,0 +1,31 @@
+<?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.
+-->
+<ivysettings>
+  <settings defaultResolver="droids"/>
+  <resolvers>
+    <chain name="droids">
+      <filesystem name="libraries">
+        <artifact
+          pattern="${ivy.settings.dir}/repository/[artifact]-[revision].[ext]"/>
+      </filesystem>
+      <ibiblio name="apache-incubating" m2compatible="true"
+        root="http://people.apache.org/repo/m2-incubating-repository/"/>
+      <ibiblio name="ibiblio" m2compatible="true"/>
+    </chain>
+  </resolvers>
+</ivysettings>
\ No newline at end of file

Propchange: labs/droids/trunk/tools/ivy/ivysettings.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org