[jboss-cvs] repository.jboss.com/beanshell/1.3.0 ...
Dimitris Andreadis
dimitris.andreadis at jboss.com
Wed Jan 10 04:29:42 EST 2007
User: dimitris
Date: 07/01/10 04:29:42
Modified: beanshell/1.3.0 component-info.xml
Log:
add unversion jar
Revision Changes Path
1.3 +11 -6 repository.jboss.com/beanshell/1.3.0/component-info.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: component-info.xml
===================================================================
RCS file: /cvsroot/jboss/repository.jboss.com/beanshell/1.3.0/component-info.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- component-info.xml 11 Jul 2005 19:49:04 -0000 1.2
+++ component-info.xml 10 Jan 2007 09:29:42 -0000 1.3
@@ -1,16 +1,21 @@
<project name="beanshell-component-info">
- <component id="beanshell"
+ <!-- ============================================================ -->
+ <!-- Beanshell -->
+ <!-- ============================================================ -->
+
+ <component id="beanshell-beanshell"
version="1.3.0"
licenseType="lgpl"
projectHome="http://www.beanshell.org/"
description="Lightweight Scripting for Java"
>
<artifact id="bsh-1.3.0.jar"/>
+ <artifact id="bsh.jar"/>
<export>
<include input="bsh-1.3.0.jar"/>
+ <include input="bsh.jar"/>
</export>
</component>
-
</project>
More information about the jboss-cvs-commits
mailing list