[jboss-cvs] Repository SVN: r1749 - in jbpm/ivy: sun and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 2 05:22:20 EDT 2007


Author: tom.baeyens at jboss.com
Date: 2007-11-02 05:22:20 -0400 (Fri, 02 Nov 2007)
New Revision: 1749

Added:
   jbpm/ivy/sun/
   jbpm/ivy/sun/servlet/
   jbpm/ivy/sun/servlet/2.5/
   jbpm/ivy/sun/servlet/2.5/ivys/
   jbpm/ivy/sun/servlet/2.5/ivys/ivy.xml
Log:
added sun servlet to the jbpm ivy repo

Added: jbpm/ivy/sun/servlet/2.5/ivys/ivy.xml
===================================================================
--- jbpm/ivy/sun/servlet/2.5/ivys/ivy.xml	                        (rev 0)
+++ jbpm/ivy/sun/servlet/2.5/ivys/ivy.xml	2007-11-02 09:22:20 UTC (rev 1749)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
+
+<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd">
+
+  <info organisation="sun" module="servlet" revision="2.5" />
+  
+  <configurations>
+    <conf name="servlet-api"/>
+    <conf name="jsp-api" extends="servlet-api" />
+  </configurations>
+
+  <publications>
+    <artifact name="servlet-api" conf="servlet-api" url="http://repository.jboss.com/sun-servlet/2.5/lib/servlet-api.jar" />
+    <artifact name="jsp-api"     conf="jsp-api"     url="http://repository.jboss.com/sun-servlet/2.5/lib/jsp-api.jar" />
+  </publications>
+
+</ivy-module>




More information about the jboss-cvs-commits mailing list