[jboss-cvs] Repository SVN: r1095 - jcaptcha and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 21 09:14:12 EDT 2007


Author: julien at jboss.com
Date: 2007-08-21 09:14:12 -0400 (Tue, 21 Aug 2007)
New Revision: 1095

Added:
   jcaptcha/
   jcaptcha/1.0.6/
   jcaptcha/1.0.6/component.xml
   jcaptcha/1.0.6/lib/
   jcaptcha/1.0.6/lib/jcaptcha.jar
Log:
importing jcaptcha 1.0.6 for Emanuel

Added: jcaptcha/1.0.6/component.xml
===================================================================
--- jcaptcha/1.0.6/component.xml	                        (rev 0)
+++ jcaptcha/1.0.6/component.xml	2007-08-21 13:14:12 UTC (rev 1095)
@@ -0,0 +1,26 @@
+<project name="jcaptcha-component-info">
+
+   <component id="jcaptcha"
+              licenseType="lgpl"
+              version="1.0.6"
+              projectHome="http://jcaptcha.sourceforge.net/index.html"
+              description="Java Completely Automated Public Test to tell Computers and Humans Apart">
+
+      <artifact id="jcaptcha.jar"/>
+      <export>
+         <include input="jcaptcha.jar"/>
+      </export>
+      <!-- Components we depend on -->
+      <import componentref="xml-apis">
+         <compatible version="1.0.b2"/>
+      </import>
+      <import componentref="apache-xerces">
+         <compatible version="2.6.2"/>
+      </import>
+      <import componentref="sun-servlet">
+         <compatible version="2.3"/>
+      </import>
+   </component>
+
+</project>
+

Added: jcaptcha/1.0.6/lib/jcaptcha.jar
===================================================================
(Binary files differ)


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




More information about the jboss-cvs-commits mailing list