[jbpm-commits] JBoss JBPM SVN: r5537 - in projects/demos/richfaces-spring-jbpm4/trunk: src/main/resources/be/inze/spring/properties and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 25 10:54:21 EDT 2009


Author: ainze
Date: 2009-08-25 10:54:21 -0400 (Tue, 25 Aug 2009)
New Revision: 5537

Added:
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources.properties
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes.properties
Removed:
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources_en.properties
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes_en.properties
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/webapp/WEB-INF/config/.navigation-config.xml.jsfdia
Modified:
   projects/demos/richfaces-spring-jbpm4/trunk/pom.xml
Log:
changed resources to default

Modified: projects/demos/richfaces-spring-jbpm4/trunk/pom.xml
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/pom.xml	2009-08-25 14:53:07 UTC (rev 5536)
+++ projects/demos/richfaces-spring-jbpm4/trunk/pom.xml	2009-08-25 14:54:21 UTC (rev 5537)
@@ -68,7 +68,7 @@
 		<aspectjweaver.version>1.6.4</aspectjweaver.version>
 		<xerces.version>2.9.1</xerces.version>
 		<jsf.version>1.2_04-p02</jsf.version>
-		<jbpm.version>4.0</jbpm.version>
+		<jbpm.version>4.1-SNAPSHOT</jbpm.version>
 		<commons-collections.version>3.2.1</commons-collections.version>
 		<log4j.version>1.2.14</log4j.version>
 		<el.version>1.2</el.version>

Copied: projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources.properties (from rev 5522, projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources_en.properties)
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources.properties	                        (rev 0)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources.properties	2009-08-25 14:54:21 UTC (rev 5537)
@@ -0,0 +1,16 @@
+website.header=jBPM4 Spring demo
+website.title=jBPM4 Spring demo
+website.subtitle=Demo explaining the integration of Spring - jBPM4 - JSF
+website.footer=© Created by Andries Inzé
+
+website.home.paragraph1=This website is intended as demo showing the integration between Spring and jBPM4
+website.home.paragraph2=You can start by selecting an example process on the right.
+website.home.paragraph3=
+
+menu.home=Home
+
+menu.client.title=Client
+menu.client.1=Start a simple process
+
+menu.processes.title=Demo's
+menu.processes.registration=Registration Process
\ No newline at end of file

Deleted: projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources_en.properties
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources_en.properties	2009-08-25 14:53:07 UTC (rev 5536)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ApplicationResources_en.properties	2009-08-25 14:54:21 UTC (rev 5537)
@@ -1,16 +0,0 @@
-website.header=jBPM4 Spring demo
-website.title=jBPM4 Spring demo
-website.subtitle=Demo explaining the integration of Spring - jBPM4 - JSF
-website.footer=© Created by Andries Inzé
-
-website.home.paragraph1=This website is intended as demo showing the integration between Spring and jBPM4
-website.home.paragraph2=You can start by selecting an example process on the right.
-website.home.paragraph3=
-
-menu.home=Home
-
-menu.client.title=Client
-menu.client.1=Start a simple process
-
-menu.processes.title=Demo's
-menu.processes.registration=Registration Process
\ No newline at end of file

Copied: projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes.properties (from rev 5522, projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes_en.properties)
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes.properties	                        (rev 0)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes.properties	2009-08-25 14:54:21 UTC (rev 5537)
@@ -0,0 +1,3 @@
+WSFORMATION001=(EN)De operatie is goed verwerkt
+WSFORMATION002=(EN)Er werd geen data gevonden
+WSFORMATION003=(EN)De operatie is goed verwerkt, maar niet alle data werd teruggegeven
\ No newline at end of file

Deleted: projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes_en.properties
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes_en.properties	2009-08-25 14:53:07 UTC (rev 5536)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/properties/ErrorCodes_en.properties	2009-08-25 14:54:21 UTC (rev 5537)
@@ -1,3 +0,0 @@
-WSFORMATION001=(EN)De operatie is goed verwerkt
-WSFORMATION002=(EN)Er werd geen data gevonden
-WSFORMATION003=(EN)De operatie is goed verwerkt, maar niet alle data werd teruggegeven
\ No newline at end of file

Deleted: projects/demos/richfaces-spring-jbpm4/trunk/src/main/webapp/WEB-INF/config/.navigation-config.xml.jsfdia
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/webapp/WEB-INF/config/.navigation-config.xml.jsfdia	2009-08-25 14:53:07 UTC (rev 5536)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/webapp/WEB-INF/config/.navigation-config.xml.jsfdia	2009-08-25 14:54:21 UTC (rev 5537)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PROCESS model-entity="JSFProcess">
- <PROCESS-ITEM NAME="rules:*" PATH="*" SHAPE="32,17,0,0" model-entity="JSFProcessGroup">
-  <PROCESS-ITEM ID="rules:*:0" NAME="item" PATH="*" model-entity="JSFProcessItem">
-   <PROCESS-ITEM-OUTPUT ID="home::#index.xhtml" NAME="output"
-    PATH="/index.xhtml" TARGET="rules:#index.xhtml" TITLE="home" model-entity="JSFProcessItemOutput"/>
-   <PROCESS-ITEM-OUTPUT
-    ID="registrationProcess::#pages#RegistrationProcess.xhtml"
-    NAME="output1" PATH="/pages/RegistrationProcess.xhtml"
-    TARGET="rules:#pages#RegistrationProcess.xhtml"
-    TITLE="registrationProcess" model-entity="JSFProcessItemOutput"/>
-  </PROCESS-ITEM>
- </PROCESS-ITEM>
- <PROCESS-ITEM NAME="rules:#index.xhtml" PATH="/index.xhtml"
-  SHAPE="288,33,0,0" model-entity="JSFProcessGroup"/>
- <PROCESS-ITEM NAME="rules:#pages#RegistrationProcess.xhtml"
-  PATH="/pages/RegistrationProcess.xhtml" SHAPE="256,177,0,0" model-entity="JSFProcessGroup"/>
-</PROCESS>



More information about the jbpm-commits mailing list