You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2007/12/07 03:51:28 UTC

svn commit: r601964 - in /openejb/trunk/openejb3/examples: simple-stateful/README.txt simple-stateless/README.txt telephone-stateful/README.txt

Author: dblevins
Date: Thu Dec  6 18:51:25 2007
New Revision: 601964

URL: http://svn.apache.org/viewvc?rev=601964&view=rev
Log:
Removed svn url pointing to the incubator

Modified:
    openejb/trunk/openejb3/examples/simple-stateful/README.txt
    openejb/trunk/openejb3/examples/simple-stateless/README.txt
    openejb/trunk/openejb3/examples/telephone-stateful/README.txt

Modified: openejb/trunk/openejb3/examples/simple-stateful/README.txt
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateful/README.txt?rev=601964&r1=601963&r2=601964&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateful/README.txt (original)
+++ openejb/trunk/openejb3/examples/simple-stateful/README.txt Thu Dec  6 18:51:25 2007
@@ -9,13 +9,7 @@
   * a remote or local business interface, which is a plain-old-java-interface, annotated with the @Remote or @Local annotation
   * the stateful session bean implementation, a plain-old-java-object which implements the remote or the local business interface and is annotated with the @Stateful annotation
   
-The source for this example can be checked out from svn:
-
- $ svn co http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/examples/counter-stateful-pojo/
-
 To run the example simply type:
-
- $ cd counter-stateful-pojo
 
  $ mvn clean install
 

Modified: openejb/trunk/openejb3/examples/simple-stateless/README.txt
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless/README.txt?rev=601964&r1=601963&r2=601964&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless/README.txt (original)
+++ openejb/trunk/openejb3/examples/simple-stateless/README.txt Thu Dec  6 18:51:25 2007
@@ -11,13 +11,7 @@
   * a remote or local business interface, which is a plain-old-java-interface, annotated with the @Remote or @Local annotation
   * the stateless session bean implementation, a plain-old-java-object which implements the remote or the local business interface and is annotated with the @Stateless annotation
   
-The source for this example can be checked out from svn:
-
- $ svn co http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/examples/calculator-stateless-pojo/
-
 To run the example simply type:
-
- $ cd calculator-stateless-pojo
 
  $ mvn clean install
 

Modified: openejb/trunk/openejb3/examples/telephone-stateful/README.txt
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/telephone-stateful/README.txt?rev=601964&r1=601963&r2=601964&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/telephone-stateful/README.txt (original)
+++ openejb/trunk/openejb3/examples/telephone-stateful/README.txt Thu Dec  6 18:51:25 2007
@@ -26,13 +26,7 @@
   * openejb-hsql
   * openejb-activemq
 
-The source for this example can be checked out from svn:
-
- $ svn co http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/examples/telephone-stateful/
-
 To run the example simply type:
-
- $ cd telephone-stateful
 
  $ mvn clean install