You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2008/11/22 07:47:50 UTC

svn commit: r719811 - in /myfaces/tobago/trunk/example/seam/src/main: java/org/apache/myfaces/tobago/example/seam/ resources/ webapp/WEB-INF/

Author: lofwyr
Date: Fri Nov 21 22:47:50 2008
New Revision: 719811

URL: http://svn.apache.org/viewvc?rev=719811&view=rev
Log:
TOBAGO-727: Removing unused stuff (was unintentionally comitted)

Removed:
    myfaces/tobago/trunk/example/seam/src/main/java/org/apache/myfaces/tobago/example/seam/Controller.java
    myfaces/tobago/trunk/example/seam/src/main/java/org/apache/myfaces/tobago/example/seam/LoginModule.java
    myfaces/tobago/trunk/example/seam/src/main/java/org/apache/myfaces/tobago/example/seam/NumberGuess.java
    myfaces/tobago/trunk/example/seam/src/main/java/org/apache/myfaces/tobago/example/seam/OrderStock.java
    myfaces/tobago/trunk/example/seam/src/main/java/org/apache/myfaces/tobago/example/seam/Test.java
    myfaces/tobago/trunk/example/seam/src/main/resources/courier.jpdl.xml
    myfaces/tobago/trunk/example/seam/src/main/resources/simple.jpdl.xml
Modified:
    myfaces/tobago/trunk/example/seam/src/main/resources/jbpm.cfg.xml
    myfaces/tobago/trunk/example/seam/src/main/webapp/WEB-INF/components.xml

Modified: myfaces/tobago/trunk/example/seam/src/main/resources/jbpm.cfg.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/seam/src/main/resources/jbpm.cfg.xml?rev=719811&r1=719810&r2=719811&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/seam/src/main/resources/jbpm.cfg.xml (original)
+++ myfaces/tobago/trunk/example/seam/src/main/resources/jbpm.cfg.xml Fri Nov 21 22:47:50 2008
@@ -16,7 +16,7 @@
     <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory"/>
     <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory"/>
   </jbpm-context>
-<!--
+
   <string name="resource.hibernate.cfg.xml" value="hibernate.cfg.xml"/>
--->
+
 </jbpm-configuration>

Modified: myfaces/tobago/trunk/example/seam/src/main/webapp/WEB-INF/components.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/seam/src/main/webapp/WEB-INF/components.xml?rev=719811&r1=719810&r2=719811&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/seam/src/main/webapp/WEB-INF/components.xml (original)
+++ myfaces/tobago/trunk/example/seam/src/main/webapp/WEB-INF/components.xml Fri Nov 21 22:47:50 2008
@@ -32,11 +32,6 @@
 
   <transaction:no-transaction/>
 
-  <!--
-  <component name="numberGuess">
-    <property name="maxGuesses">10</property>
-  </component>
--->
   <bpm:jbpm>
     <bpm:process-definitions>
       <value>issue.jpdl.xml</value>