hlship 2005/04/16 08:46:07
Modified: . .classpath build.properties status.xml
src/documentation/content/xdocs dependencies.xml
Log:
Update to Javassist 3.0.
Revision Changes Path
1.53 +1 -1 jakarta-hivemind/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-hivemind/.classpath,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .classpath 16 Apr 2005 14:41:38 -0000 1.52
+++ .classpath 16 Apr 2005 15:46:07 -0000 1.53
@@ -27,11 +27,11 @@
<classpathentry kind="lib"
path="ext-package/lib/groovy-all-1.0-beta-10.jar"/>
<classpathentry kind="lib" path="ext-package/lib/cglib-full-2.0.1.jar"/>
<classpathentry kind="lib"
path="ext-package/lib/easymockclassextension-1.1.jar"/>
- <classpathentry kind="lib"
path="ext-package/lib/javassist-3.0-rc-1.jar"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
<classpathentry kind="lib" path="ext-package/lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="ext-package/lib/mx4j-2.1.1.jar"/>
<classpathentry kind="lib"
path="ext-package/lib/mx4j-remote-2.1.1.jar"/>
<classpathentry kind="lib" path="ext-package/lib/mx4j-tools-2.1.1.jar"/>
+ <classpathentry kind="lib" path="ext-package/lib/javassist-3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1.3 +1 -1 jakarta-hivemind/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-hivemind/build.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.properties 5 Jan 2005 22:23:14 -0000 1.2
+++ build.properties 16 Apr 2005 15:46:07 -0000 1.3
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-javassist.version=3.0-rc-1
\ No newline at end of file
+javassist.version=3.0
\ No newline at end of file
1.123 +1 -0 jakarta-hivemind/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/status.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- status.xml 16 Apr 2005 14:41:38 -0000 1.122
+++ status.xml 16 Apr 2005 15:46:07 -0000 1.123
@@ -40,6 +40,7 @@
<action type="add" dev="HLS"> Added an AbstractArgumentMatcher that
allows ArgumentMatcher to be used as ArgumentsMatcher (that is, comparing all
arguments). </action>
<action type="add" dev="HLS"> Added newLocation() method to
HiveMindTestCase. </action>
<action type="add" dev="HLS" due-to="Achim Hügen"
fixes-bug="HIVEMIND-97"> Apply Achim Hügen's JMX patch. </action>
+ <action type="updated" dev="HLS"> Update to Javassist 3.0. </action>
</release>
<release version="1.1-alpha-3" date="Mar 22 2005">
<action type="fix" dev="JC" fixes-bug="HIVEMIND-96" >Interceptors can
now be ordered by name rather than interceptor factory id.</action>
1.12 +1 -1
jakarta-hivemind/src/documentation/content/xdocs/dependencies.xml
Index: dependencies.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/dependencies.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dependencies.xml 1 Mar 2005 20:40:10 -0000 1.11
+++ dependencies.xml 16 Apr 2005 15:46:07 -0000 1.12
@@ -71,7 +71,7 @@
<code>javax.ejb</code> package.</td>
</tr>
<tr>
- <td>javassist-3.0-rc-1.jar</td>
+ <td>javassist-3.0.jar</td>
<td>
<link href="http://www.jboss.org/products/javassist">Javassist
bytecode
library</link>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]