[jboss-cvs] Repository SVN: r3168 - in jetty: 6.1.8 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 07:30:55 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-03-25 07:30:55 -0400 (Tue, 25 Mar 2008)
New Revision: 3168

Added:
   jetty/6.1.8/
   jetty/6.1.8/component-info.xml
   jetty/6.1.8/lib/
   jetty/6.1.8/lib/jetty.jar
Log:
Update to 6.1.8

Added: jetty/6.1.8/component-info.xml
===================================================================
--- jetty/6.1.8/component-info.xml	                        (rev 0)
+++ jetty/6.1.8/component-info.xml	2008-03-25 11:30:55 UTC (rev 3168)
@@ -0,0 +1,22 @@
+<project name="jetty-component-info">
+
+   <!-- The component id is the repository path -->
+   <!-- The license type for which there must be an *.txt in repository.jboss.com/licenses -->
+   <!-- The version of the component -->
+   <!-- The component home/info page -->
+   <!-- A short description of the component -->
+   <component id="jetty"
+              licenseType="apache"
+              version="6.1.8"
+              projectHome="http://jetty.mortbay.org/"
+              description="Jetty">
+
+      <!-- Artifacts produced by this component -->
+      <artifact id="jetty.jar"/>
+      <!-- The artifacts exported by this component -->
+      <export>
+         <include input="jetty.jar"/>
+         <include input="jetty-util.jar"/>
+      </export>
+   </component>
+</project>


Property changes on: jetty/6.1.8/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jetty/6.1.8/lib/jetty.jar
===================================================================
(Binary files differ)


Property changes on: jetty/6.1.8/lib/jetty.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list