[jboss-cvs] Repository SVN: r2245 - javassist/3.1RC2.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 2 14:51:52 EST 2008
Author: jhowell at redhat.com
Date: 2008-01-02 14:51:51 -0500 (Wed, 02 Jan 2008)
New Revision: 2245
Modified:
javassist/3.1RC2/component-info.xml
Log:
Fixed the problem that Ryan and company saw in earlier versions. Problem is that the license being looked for was not able to be found. They fixed it by upgrading to a later version of javassist. Since aop depended on this, I didn't want to take the risk of upgrading javaassist for the cp13 fix in 4.0.3sp1. The other way to fix it was to change the component-info.xml so that the license file was correct. I didn't see that this affected any other earlier builds. Didn't want to break any of them.
This was the original problem that Ryan ran into. The problem is that the component-info was wrong.
http://www.nabble.com/thirdparty-broken-and-build-is-throwning-an-NPE-to3617807.html
Jay:)
Modified: javassist/3.1RC2/component-info.xml
===================================================================
--- javassist/3.1RC2/component-info.xml 2008-01-02 19:29:21 UTC (rev 2244)
+++ javassist/3.1RC2/component-info.xml 2008-01-02 19:51:51 UTC (rev 2245)
@@ -4,7 +4,7 @@
<!-- ============================================================ -->
<component id="javassist"
- licenseType="mozilla-1.0.1.txt"
+ licenseType="mozilla-1.0.1"
version="3.1RC2"
projectHome="http://sourceforge.net/projects/jboss"
description="Simple Java bytecode manipulation">
More information about the jboss-cvs-commits
mailing list