You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/18 23:51:29 UTC

svn commit: r476646 - in /forrest/trunk/whiteboard/forrest2: ./ tools/ivy/repository/ tools/ivy/repository/apache/ tools/ivy/repository/apache/commons-codec/ tools/ivy/repository/apache/commons-codec/jars/ tools/ivy/repository/apache/commons-httpclient...

Author: rgardler
Date: Sat Nov 18 14:51:27 2006
New Revision: 476646

URL: http://svn.apache.org/viewvc?view=rev&rev=476646
Log:
Our own Ivy repository. The goal is to have nothing in this repository byu contributing these items to a public repo.
However, this space can be used to develop the repo entries.

Added:
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/jars/commons-httpclient-3.1-alpha1.jar   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.0.4.xml
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/jars/regexp-1.4.jar   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/jars/xercesImpl-2.5.0.jar   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/jtidy/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/jtidy/jtidy/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/jtidy/jtidy/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar   (with props)
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/mock/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/mock/jars/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/web/
    forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/web/jars/
Modified:
    forrest/trunk/whiteboard/forrest2/ivyconf.xml

Modified: forrest/trunk/whiteboard/forrest2/ivyconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/ivyconf.xml?view=diff&rev=476646&r1=476645&r2=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/ivyconf.xml (original)
+++ forrest/trunk/whiteboard/forrest2/ivyconf.xml Sat Nov 18 14:51:27 2006
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <ivyconf>
-  <property name="local.repo.dir" value="C:\Documents and Settings\Ross Gardler\.ivy\local"/>
+  <property name="local.repo.dir" value="./tools/ivy/repository"/> 
   <property name="ibiblio-maven2-root" value="http://www.ibiblio.org/maven2/"/>
   
   <conf defaultResolver="default"/>
@@ -30,15 +30,17 @@
                 namespace="ibiblio-maven2"
     /> 
     <filesystem name="local-repository">
-      <ivy pattern="${local.repo.dir}/[organisation]/[module]/ivy-[revision].xml"/>      
+      <ivy pattern="${local.repo.dir}/[organisation]/[module]/ivy-[revision].xml"/>
       <artifact pattern="${local.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"/>
     </filesystem>
       
     <chain name="default" returnFirst="true">
       <resolver ref="local-repository"/>
+      <!-- 
       <ivyrep name="ivyrep"/>
       <ivyrep name="ivyrepsandbox"/>
       <ibiblio name="ibiblio-maven2"/>
+       -->
     </chain>
   </resolvers>
 </ivyconf>

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,14 @@
+<ivy-module version="1.0">
+	<info organisation="apache"
+		module="commons-codec"
+		revision="1.3"
+		status="release"
+		default="true"
+	/>
+	<configurations>
+		<conf name="default" visibility="public"/>
+	</configurations>
+	<publications>
+		<artifact name="commons-codec" type="jar" ext="jar" conf="default"/>
+	</publications>
+</ivy-module>

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/jars/commons-httpclient-3.1-alpha1.jar
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/jars/commons-httpclient-3.1-alpha1.jar?view=auto&rev=476646
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-httpclient/jars/commons-httpclient-3.1-alpha1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.0.4.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.0.4.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.0.4.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.0.4.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+<ivy-module version="1.0">
+    <info organisation="apache" module="commons-logging" revision="1.0.4" status="release" publication="20040615212900">
+		<license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+		<ivyauthor name="jayasoft" url="http://www.jayasoft.org/"/>
+
+		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
+		<repository name="ibiblio" url="http://www.ibiblio.org/maven/" pattern="[module]/jars/[artifact]-[revision].jar" ivys="false" artifacts="true"/>
+
+		<description homepage="http://jakarta.apache.org/commons/logging/">
+	  Commons-Logging is a wrapper around a variety of logging API implementations.<br/>
+		</description>
+	</info>
+</ivy-module>

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,15 @@
+<ivy-module version="1.0">
+	<info organisation="apache"
+		module="commons-logging"
+		revision="1.1"
+		status="release"
+		publication="20061027233010"
+		default="true"
+	/>
+	<configurations>
+		<conf name="default" visibility="public"/>
+	</configurations>
+	<publications>
+		<artifact name="commons-logging" type="jar" ext="jar" conf="default"/>
+	</publications>
+</ivy-module>

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/commons-logging/ivy-1.1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+<ivy-module version="1.0">
+    <info organisation="apache" module="regexp" revision="1.4" status="release">
+		<ivyauthor name="saafe" url="http://www.saafe.org/"/>
+    </info>    
+</ivy-module>

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/ivy-1.4.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/jars/regexp-1.4.jar
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/jars/regexp-1.4.jar?view=auto&rev=476646
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/regexp/jars/regexp-1.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/jars/xercesImpl-2.5.0.jar
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/jars/xercesImpl-2.5.0.jar?view=auto&rev=476646
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/apache/xerces/jars/xercesImpl-2.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,15 @@
+<ivy-module version="1.0">
+	<info organisation="junit"
+		module="junit"
+		revision="3.8.1"
+		status="release"
+		publication="20061022011518"
+		default="true"
+	/>
+	<configurations>
+		<conf name="default" visibility="public"/>
+	</configurations>
+	<publications>
+		<artifact name="junit" type="jar" ext="jar" conf="default"/>
+	</publications>
+</ivy-module>

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-3.8.1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml?view=auto&rev=476646
==============================================================================
--- forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml (added)
+++ forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml Sat Nov 18 14:51:27 2006
@@ -0,0 +1,14 @@
+<ivy-module version="1.0">
+	<info organisation="junit"
+		module="junit"
+		revision="4.1"
+		status="release"
+		default="true"
+	/>
+	<configurations>
+		<conf name="default" visibility="public"/>
+	</configurations>
+	<publications>
+		<artifact name="junit" type="jar" ext="jar" conf="default"/>
+	</publications>
+</ivy-module>

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar?view=auto&rev=476646
==============================================================================
Binary file - no diff available.

Propchange: forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream