[jbpm-commits] JBoss JBPM SVN: r4110 - jbpm3/branches/jbpm-3.2.6.GA/modules/core/src/main/compatibility.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 3 03:08:39 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-03 03:08:39 -0500 (Tue, 03 Mar 2009)
New Revision: 4110

Modified:
   jbpm3/branches/jbpm-3.2.6.GA/modules/core/src/main/compatibility/jbpm-jpdl-3.2.6-api.txt
Log:
Add comment

Modified: jbpm3/branches/jbpm-3.2.6.GA/modules/core/src/main/compatibility/jbpm-jpdl-3.2.6-api.txt
===================================================================
--- jbpm3/branches/jbpm-3.2.6.GA/modules/core/src/main/compatibility/jbpm-jpdl-3.2.6-api.txt	2009-03-03 08:07:24 UTC (rev 4109)
+++ jbpm3/branches/jbpm-3.2.6.GA/modules/core/src/main/compatibility/jbpm-jpdl-3.2.6-api.txt	2009-03-03 08:08:39 UTC (rev 4110)
@@ -1,3 +1,10 @@
+#
+# This file was produces running the following command in target/classes. 
+#
+#    find . -name "*.class" | sort | grep class | sed "s/.class//" | xargs javap -classpath . -protected
+#
+# $Id$
+# 
 Compiled from "AbstractJbpmTestCase.java"
 public abstract class org.jbpm.AbstractJbpmTestCase extends junit.framework.TestCase{
     public org.jbpm.AbstractJbpmTestCase();




More information about the jbpm-commits mailing list