You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/13 07:00:37 UTC

svn commit: rev 10616 - incubator/depot/trunk/update

Author: nickchalko
Date: Thu May 13 00:00:33 2004
New Revision: 10616

Added:
   incubator/depot/trunk/update/build-depend.xml
Log:
The will create an ant file to bootstrap the needed jars.

Added: incubator/depot/trunk/update/build-depend.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/update/build-depend.xml	Thu May 13 00:00:33 2004
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!-- $HeadURL: https://svn.apache.org/repos/asf/incubator/depot/trunk/update/build.xml $ -->
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed 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 name="depot-update-depends" default="export-ant-get">
+
+	<typedef resource="org/krysalis/antworks/importer/antlib.xml"
+	         classpath="${user.home}/.antworks/lib/antworks-importer.jar" />
+
+	<property name="antlets.repo" value="http://antworks.sourceforge.net/library/antlets/" />
+	<importer name="init-0.1" href="${antlets.repo}" />
+	<importer name="depot-update-0.1" href="${antlets.repo}" />
+
+
+	<repository id="maven" url="http://www.ibiblio.org/maven/" remote="true" />
+	<repository id="nickchalko-sandbox" url="http://cvs.apache.org/~nickchalko/SNAPSHOTS/" remote="true" />
+	<cachedset id="depot-update-depends.dependent.jars">
+		<resource name="log4j" ext="jar" version="1.2" repository="maven" />
+		<resource name="commons-vfs" ext="jar" version="20030518103800" repository="maven" />
+		<resource name="commons-logging" ext="jar"  repository="maven" />
+		<resource name="commons-httpclient" ext="jar" version="2.0" repository="maven" />
+		<resource name="depot-common" ext="jar"  repository="nickchalko-sandbox" />
+		<resource name="depot-version" ext="jar"  repository="nickchalko-sandbox" />
+
+	</cachedset>
+
+
+</project>