[jboss-dev-forums] [Design of JBoss jBPM] - Re: MessageService and JMS
mteira
do-not-reply at jboss.com
Tue Sep 12 04:17:22 EDT 2006
Excuses for the last post. It seems that the diffs where intercepted by the HTML parsing. Trying again with code tags:
Index: application.xml
| ===================================================================
| RCS file: /cvsroot/jbpm/jbpm.3/enterprise/ear/src/main/resources/META-INF/application.xml,v
| retrieving revision 1.2
| diff -u -r1.2 application.xml
| --- application.xml 28 Aug 2006 14:06:02 -0000 1.2
| +++ application.xml 12 Sep 2006 08:16:10 -0000
| @@ -6,7 +6,10 @@
| <display-name>jbpm-enterprise-beans</display-name>
|
| <module>
| - <war>jbpm-console.war</war>
| + <web>
| + <web-uri>jbpm-console.war</web-uri>
| + <context-root>/jbpm-console</context-root>
| + </web>
| </module>
|
| <module>
|
Index: .cvsignore
| ===================================================================
| RCS file: .cvsignore
| diff -N .cvsignore
| --- /dev/null 1 Jan 1970 00:00:00 -0000
| +++ .cvsignore 1 Jan 1970 00:00:00 -0000
| @@ -0,0 +1,1 @@
| +target
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970923#3970923
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970923
More information about the jboss-dev-forums
mailing list