Author: rgardler
Date: Sat Nov 18 15:38:16 2006
New Revision: 476658
URL: http://svn.apache.org/viewvc?view=rev&rev=476658
Log:
Use configruation management
Added:
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/ivy-2.0.xml
- copied, changed from r476655,
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/ivy-2.0.xml
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/jars/
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/jars/spring-2.0.jar
- copied unchanged from r476655,
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/jars/spring-mock-2.0.jar
- copied unchanged from r476655,
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/mock/jars/spring-mock-2.0.jar
Removed:
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/ivy-2.0.xml
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/jars/spring-2.0.jar
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/mock/ivy-2.0.xml
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/mock/jars/spring-mock-2.0.jar
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/web/
Copied:
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/ivy-2.0.xml
(from r476655,
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/ivy-2.0.xml)
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/ivy-2.0.xml?view=diff&rev=476658&p1=forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/ivy-2.0.xml&r1=476655&p2=forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/ivy-2.0.xml&r2=476658
==============================================================================
---
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/core/ivy-2.0.xml
(original)
+++
forrest/trunk/whiteboard/forrest2/tools/ivy/repository/springframework/springframework/ivy-2.0.xml
Sat Nov 18 15:38:16 2006
@@ -1,23 +1,37 @@
<?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="springframework" module="core" revision="2.0"
status="release">
- <ivyauthor name="saafe" url="http://www.saafe.org/"/>
-
+ <info organisation="springframework"
+ module="springframework"
+ revision="2.0"
+ status="release">
+ <license name="Apache"
url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+
<description homepage="http://www.springframework.org/">
- The leading full-stack Java/J2EE application framework, Spring
delivers significant benefits for many projects, reducing development effort
and costs while improving test coverage and quality.
+ A popular full-stack Java/J2EE application framework, Spring
delivers significant benefits for many projects, reducing development effort
and costs while improving test coverage and quality.
+
+ Note:
+ This ivy file is a work in progress, and doesn't cover all spring 2.0
dependencies or modules.
</description>
- </info>
- <publications>
- <artifact name="spring" type="jar" conf="default"/>
- </publications>
- <dependencies>
- <dependency org="apache" name="commons-dbcp" rev="1.2.1"/>
- <dependency org="apache" name="commons-logging" rev="1.1"/>
- <dependency org="apache" name="log4j" rev="1.2.14"/>
- <dependency org="asm" name="asm" rev="2.2.2"/>
- <dependency org="asm" name="asm-commons" rev="2.2.2"/>
- <dependency org="asm" name="asm-util" rev="2.2.2"/>
- <dependency org="cglib" name="cglib-nodep" rev="2.1_3"/>
- </dependencies>
+ </info>
+
+ <configurations>
+ <conf name="core" description="core utilities"/>
+ <conf name="mock" description="JNDI mocks, Servlet API mocks"
extends="core"/>
+ </configurations>
+
+ <publications>
+ <artifact name="spring" type="jar" conf="core"/>
+ <artifact name="spring-mock" type="jar" conf="mock"/>
+ </publications>
+
+ <dependencies>
+ <dependency org="apache" name="commons-dbcp" rev="1.2.1"/>
+ <dependency org="apache" name="commons-logging" rev="1.1"/>
+ <dependency org="apache" name="log4j" rev="1.2.14"/>
+ <dependency org="asm" name="asm" rev="2.2.2"/>
+ <dependency org="asm" name="asm-commons" rev="2.2.2"/>
+ <dependency org="asm" name="asm-util" rev="2.2.2"/>
+ <dependency org="cglib" name="cglib-nodep" rev="2.1_3"/>
+ </dependencies>
</ivy-module>