[jboss-dev] jbpm 3.1.2 repository problem
David M. Lloyd
david.lloyd at jboss.com
Fri Feb 9 13:37:29 EST 2007
On Fri, 2007-02-09 at 11:10 -0600, Prabhat Jha wrote:
> Looks like somebody updated
> http://repository.jboss.com/jbpm/3.1.2/component-info.xml and it does
> not include jbpm.zip as one of artifcats. This is breaking installer
> build which was fine till yesterday. Can this be fixed soon?
The commit log says:
revision 1.3
date: 2007/02/08 17:43:36; author: sshah; state: Exp; lines: +2 -2
*** empty log message ***
So whoever sshah is, that's your culprit. :-)
The diff is:
--- jbpm/3.1.2/component-info.xml 21 Dec 2006 19:28:52 -0000 1.2
+++ jbpm/3.1.2/component-info.xml 8 Feb 2007 17:43:36 -0000 1.3
@@ -5,12 +5,12 @@
version="3.1.2"
projectHome="http://jbpm.org/"
description="Powerfull BPM and workflow engine in Java">
- <artifact id="jbpm.zip"/>
+ <!--artifact id="jbpm.zip"/-->
<artifact id="jbpm-3.1.2.jar"/>
<artifact id="jbpm-identity-3.1.2.jar"/>
<export>
- <include input="jbpm.zip"/>
+ <!--include input="jbpm.zip"/-->
<include input="jbpm-3.1.2.jar"/>
<include input="jbpm-identity-3.1.2.jar"/>
</export>
More information about the jboss-development
mailing list