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 2012/06/29 05:01:01 UTC

svn commit: r1355222 - in /openejb/trunk/openejb/examples: ./ cdi-produces-disposes/ component-interfaces/ custom-injection/ decorators/ dynamic-implementation/ dynamic-proxy-to-access-mbean/ helloworld-weblogic/ injection-of-connectionfactory/ injecti...

Author: dblevins
Date: Fri Jun 29 03:00:54 2012
New Revision: 1355222

URL: http://svn.apache.org/viewvc?rev=1355222&view=rev
Log:
updated README files to encourage editing the documentation of undocumented examples

Modified:
    openejb/trunk/openejb/examples/cdi-produces-disposes/README.md
    openejb/trunk/openejb/examples/component-interfaces/README.md
    openejb/trunk/openejb/examples/custom-injection/README.md
    openejb/trunk/openejb/examples/decorators/README.md
    openejb/trunk/openejb/examples/dynamic-implementation/README.md
    openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean/README.md
    openejb/trunk/openejb/examples/helloworld-weblogic/README.md
    openejb/trunk/openejb/examples/index.md
    openejb/trunk/openejb/examples/injection-of-connectionfactory/README.md
    openejb/trunk/openejb/examples/injection-of-datasource/README.md
    openejb/trunk/openejb/examples/injection-of-entitymanager/README.md
    openejb/trunk/openejb/examples/injection-of-env-entry/README.md
    openejb/trunk/openejb/examples/interceptors/README.md
    openejb/trunk/openejb/examples/jpa-eclipselink/README.md
    openejb/trunk/openejb/examples/jpa-hibernate/README.md
    openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor/README.md
    openejb/trunk/openejb/examples/lookup-of-ejbs/README.md
    openejb/trunk/openejb/examples/movies-complete-meta/README.md
    openejb/trunk/openejb/examples/movies-complete/README.md
    openejb/trunk/openejb/examples/persistence-fragment/README.md
    openejb/trunk/openejb/examples/rest-on-ejb/README.md
    openejb/trunk/openejb/examples/schedule-methods-meta/README.md
    openejb/trunk/openejb/examples/schedule-methods/README.md
    openejb/trunk/openejb/examples/simple-cmp2/README.md
    openejb/trunk/openejb/examples/simple-mdb-and-cdi/README.md
    openejb/trunk/openejb/examples/simple-mdb-with-descriptor/README.md
    openejb/trunk/openejb/examples/simple-webservice-without-interface/README.md
    openejb/trunk/openejb/examples/spring-integration/README.md
    openejb/trunk/openejb/examples/telephone-stateful/README.md
    openejb/trunk/openejb/examples/testcase-injection/README.md
    openejb/trunk/openejb/examples/testing-security-2/README.md
    openejb/trunk/openejb/examples/testing-security-meta/README.md
    openejb/trunk/openejb/examples/testing-security/README.md
    openejb/trunk/openejb/examples/testing-transactions/README.md
    openejb/trunk/openejb/examples/transaction-rollback/README.md
    openejb/trunk/openejb/examples/troubleshooting/README.md
    openejb/trunk/openejb/examples/webapps/applet/README.md
    openejb/trunk/openejb/examples/webapps/ejb-examples/README.md
    openejb/trunk/openejb/examples/webapps/ejb-webservice/README.md
    openejb/trunk/openejb/examples/webapps/jsf/README.md
    openejb/trunk/openejb/examples/webapps/moviefun/README.md
    openejb/trunk/openejb/examples/webapps/resources-declared-in-webapp/README.md
    openejb/trunk/openejb/examples/webapps/rest-example-with-application/README.md
    openejb/trunk/openejb/examples/webapps/rest-example/README.md
    openejb/trunk/openejb/examples/webapps/struts/README.md
    openejb/trunk/openejb/examples/webservice-attachments/README.md
    openejb/trunk/openejb/examples/webservice-inheritance/README.md
    openejb/trunk/openejb/examples/webservice-security/README.md
    openejb/trunk/openejb/examples/webservice-ws-security/README.md

Modified: openejb/trunk/openejb/examples/cdi-produces-disposes/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-produces-disposes/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-produces-disposes/README.md (original)
+++ openejb/trunk/openejb/examples/cdi-produces-disposes/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: CDI Produces Disposes
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/cdi-produces-disposes) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/cdi-produces-disposes). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## ConsoleHandler
 

Modified: openejb/trunk/openejb/examples/component-interfaces/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/component-interfaces/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/component-interfaces/README.md (original)
+++ openejb/trunk/openejb/examples/component-interfaces/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Component Interfaces
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/component-interfaces) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/component-interfaces). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## FriendlyPerson
 

Modified: openejb/trunk/openejb/examples/custom-injection/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/custom-injection/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/custom-injection/README.md (original)
+++ openejb/trunk/openejb/examples/custom-injection/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Custom Injection
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/custom-injection) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/custom-injection). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Pickup
 

Modified: openejb/trunk/openejb/examples/decorators/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/decorators/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/decorators/README.md (original)
+++ openejb/trunk/openejb/examples/decorators/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Decorators
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/decorators) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/decorators). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AccessDeniedException
 

Modified: openejb/trunk/openejb/examples/dynamic-implementation/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/dynamic-implementation/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/dynamic-implementation/README.md (original)
+++ openejb/trunk/openejb/examples/dynamic-implementation/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Dynamic Implementation
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/dynamic-implementation) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/dynamic-implementation). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## SocialBean
 

Modified: openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean/README.md (original)
+++ openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: dynamic-proxy-to-access-mbean
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/dynamic-proxy-to-access-mbean) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/dynamic-proxy-to-access-mbean). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Example
 

Modified: openejb/trunk/openejb/examples/helloworld-weblogic/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/helloworld-weblogic/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/helloworld-weblogic/README.md (original)
+++ openejb/trunk/openejb/examples/helloworld-weblogic/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Helloworld Weblogic
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/helloworld-weblogic) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/helloworld-weblogic). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## HelloBean
 

Modified: openejb/trunk/openejb/examples/index.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/index.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/index.md (original)
+++ openejb/trunk/openejb/examples/index.md Fri Jun 29 03:00:54 2012
@@ -220,3 +220,4 @@ All the examples show code, but some are
  - [polling-parent](polling-parent/README.html)
 }
 }
+ - [absolute](/foo.html)

Modified: openejb/trunk/openejb/examples/injection-of-connectionfactory/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/injection-of-connectionfactory/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/injection-of-connectionfactory/README.md (original)
+++ openejb/trunk/openejb/examples/injection-of-connectionfactory/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Injection Of Connectionfactory
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/injection-of-connectionfactory) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/injection-of-connectionfactory). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Messages
 

Modified: openejb/trunk/openejb/examples/injection-of-datasource/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/injection-of-datasource/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/injection-of-datasource/README.md (original)
+++ openejb/trunk/openejb/examples/injection-of-datasource/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Injection Of Datasource
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/injection-of-datasource) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/injection-of-datasource). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/injection-of-entitymanager/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/injection-of-entitymanager/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/injection-of-entitymanager/README.md (original)
+++ openejb/trunk/openejb/examples/injection-of-entitymanager/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Injection Of Entitymanager
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/injection-of-entitymanager) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/injection-of-entitymanager). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/injection-of-env-entry/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/injection-of-env-entry/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/injection-of-env-entry/README.md (original)
+++ openejb/trunk/openejb/examples/injection-of-env-entry/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Injection Of Env Entry
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/injection-of-env-entry) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/injection-of-env-entry). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Configuration
 

Modified: openejb/trunk/openejb/examples/interceptors/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/interceptors/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/interceptors/README.md (original)
+++ openejb/trunk/openejb/examples/interceptors/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Interceptors
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/interceptors) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/interceptors). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## ClassLevelInterceptorOne
 

Modified: openejb/trunk/openejb/examples/jpa-eclipselink/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/jpa-eclipselink/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/jpa-eclipselink/README.md (original)
+++ openejb/trunk/openejb/examples/jpa-eclipselink/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: JPA Eclipselink
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/jpa-eclipselink) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/jpa-eclipselink). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/jpa-hibernate/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/jpa-hibernate/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/jpa-hibernate/README.md (original)
+++ openejb/trunk/openejb/examples/jpa-hibernate/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: JPA Hibernate
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/jpa-hibernate) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/jpa-hibernate). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor/README.md (original)
+++ openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Lookup Of Ejbs with Descriptor
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/lookup-of-ejbs-with-descriptor) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/lookup-of-ejbs-with-descriptor). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## BlueBean
 

Modified: openejb/trunk/openejb/examples/lookup-of-ejbs/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/lookup-of-ejbs/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/lookup-of-ejbs/README.md (original)
+++ openejb/trunk/openejb/examples/lookup-of-ejbs/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Lookup Of Ejbs
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/lookup-of-ejbs) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/lookup-of-ejbs). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## BlueBean
 

Modified: openejb/trunk/openejb/examples/movies-complete-meta/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/movies-complete-meta/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/movies-complete-meta/README.md (original)
+++ openejb/trunk/openejb/examples/movies-complete-meta/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Movies Complete Meta
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/movies-complete-meta) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/movies-complete-meta). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AddInterceptor
 

Modified: openejb/trunk/openejb/examples/movies-complete/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/movies-complete/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/movies-complete/README.md (original)
+++ openejb/trunk/openejb/examples/movies-complete/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Movies Complete
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/movies-complete) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/movies-complete). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AddInterceptor
 

Modified: openejb/trunk/openejb/examples/persistence-fragment/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/persistence-fragment/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/persistence-fragment/README.md (original)
+++ openejb/trunk/openejb/examples/persistence-fragment/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Persistence Fragment
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/persistence-fragment) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/persistence-fragment). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/rest-on-ejb/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/rest-on-ejb/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/rest-on-ejb/README.md (original)
+++ openejb/trunk/openejb/examples/rest-on-ejb/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: REST on EJB
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/rest-on-ejb) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/rest-on-ejb). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## User
 

Modified: openejb/trunk/openejb/examples/schedule-methods-meta/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/schedule-methods-meta/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/schedule-methods-meta/README.md (original)
+++ openejb/trunk/openejb/examples/schedule-methods-meta/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Schedule Methods Meta
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/schedule-methods-meta) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/schedule-methods-meta). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## BiAnnually
 

Modified: openejb/trunk/openejb/examples/schedule-methods/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/schedule-methods/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/schedule-methods/README.md (original)
+++ openejb/trunk/openejb/examples/schedule-methods/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Schedule Methods
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/schedule-methods) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/schedule-methods). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## FarmerBrown
 

Modified: openejb/trunk/openejb/examples/simple-cmp2/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-cmp2/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/simple-cmp2/README.md (original)
+++ openejb/trunk/openejb/examples/simple-cmp2/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Simple Cmp2
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/simple-cmp2) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/simple-cmp2). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/simple-mdb-and-cdi/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-mdb-and-cdi/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/simple-mdb-and-cdi/README.md (original)
+++ openejb/trunk/openejb/examples/simple-mdb-and-cdi/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Simple MDB and CDI
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/simple-mdb-and-cdi) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/simple-mdb-and-cdi). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## ChatBean
 

Modified: openejb/trunk/openejb/examples/simple-mdb-with-descriptor/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-mdb-with-descriptor/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/simple-mdb-with-descriptor/README.md (original)
+++ openejb/trunk/openejb/examples/simple-mdb-with-descriptor/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Simple MDB with Descriptor
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/simple-mdb-with-descriptor) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/simple-mdb-with-descriptor). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## ChatBean
 

Modified: openejb/trunk/openejb/examples/simple-webservice-without-interface/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-webservice-without-interface/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/simple-webservice-without-interface/README.md (original)
+++ openejb/trunk/openejb/examples/simple-webservice-without-interface/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Simple Webservice Without Interface
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/simple-webservice-without-interface) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/simple-webservice-without-interface). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Calculator
 

Modified: openejb/trunk/openejb/examples/spring-integration/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/spring-integration/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/spring-integration/README.md (original)
+++ openejb/trunk/openejb/examples/spring-integration/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Spring Integration
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/spring-integration) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/spring-integration). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AvailableMovies
 

Modified: openejb/trunk/openejb/examples/telephone-stateful/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/telephone-stateful/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/telephone-stateful/README.md (original)
+++ openejb/trunk/openejb/examples/telephone-stateful/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Telephone Stateful
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/telephone-stateful) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/telephone-stateful). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 This example shows how to use OpenEJB's remoting capabilities in an embedded scenario.
 

Modified: openejb/trunk/openejb/examples/testcase-injection/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testcase-injection/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/testcase-injection/README.md (original)
+++ openejb/trunk/openejb/examples/testcase-injection/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Testcase Injection
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/testcase-injection) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/testcase-injection). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/testing-security-2/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-2/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/testing-security-2/README.md (original)
+++ openejb/trunk/openejb/examples/testing-security-2/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Testing Security 2
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/testing-security-2) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/testing-security-2). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/testing-security-meta/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-meta/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/testing-security-meta/README.md (original)
+++ openejb/trunk/openejb/examples/testing-security-meta/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Testing Security Meta
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/testing-security-meta) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/testing-security-meta). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AddPermission
 

Modified: openejb/trunk/openejb/examples/testing-security/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/testing-security/README.md (original)
+++ openejb/trunk/openejb/examples/testing-security/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Testing Security
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/testing-security) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/testing-security). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/testing-transactions/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-transactions/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/testing-transactions/README.md (original)
+++ openejb/trunk/openejb/examples/testing-transactions/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Testing Transactions
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/testing-transactions) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/testing-transactions). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/transaction-rollback/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/transaction-rollback/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/transaction-rollback/README.md (original)
+++ openejb/trunk/openejb/examples/transaction-rollback/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Transaction Rollback
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/transaction-rollback) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/transaction-rollback). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## CustomRuntimeException
 

Modified: openejb/trunk/openejb/examples/troubleshooting/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/troubleshooting/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/troubleshooting/README.md (original)
+++ openejb/trunk/openejb/examples/troubleshooting/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Troubleshooting
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/troubleshooting) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/troubleshooting). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Movie
 

Modified: openejb/trunk/openejb/examples/webapps/applet/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/applet/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/applet/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/applet/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Applet
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/applet) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/applet). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Calculator
 

Modified: openejb/trunk/openejb/examples/webapps/ejb-examples/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/ejb-examples/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/ejb-examples/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/ejb-examples/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: EJB Examples
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/ejb-examples) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/ejb-examples). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AnnotatedEJB
 

Modified: openejb/trunk/openejb/examples/webapps/ejb-webservice/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/ejb-webservice/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/ejb-webservice/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/ejb-webservice/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: EJB Webservice
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/ejb-webservice) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/ejb-webservice). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Calculator
 

Modified: openejb/trunk/openejb/examples/webapps/jsf/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/jsf/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/jsf/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/jsf/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: JSF
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/jsf) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/jsf). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 A simple web-app showing how to use dependency injection in JSF managed beans using openejb with tomcat
 It contains a Local Stateless session bean (CalculatorImpl) which adds two numbers and returns the result.

Modified: openejb/trunk/openejb/examples/webapps/moviefun/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/moviefun/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/moviefun/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/moviefun/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Moviefun
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/webapps/moviefun) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/webapps/moviefun). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
     /**
      * Licensed to the Apache Software Foundation (ASF) under one or more

Modified: openejb/trunk/openejb/examples/webapps/resources-declared-in-webapp/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/resources-declared-in-webapp/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/resources-declared-in-webapp/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/resources-declared-in-webapp/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Resources Declared in Webapp
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/resources-declared-in-webapp) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/resources-declared-in-webapp). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Manager
 

Modified: openejb/trunk/openejb/examples/webapps/rest-example-with-application/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/rest-example-with-application/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/rest-example-with-application/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/rest-example-with-application/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: REST Example with Application
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/rest-example-with-application) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/rest-example-with-application). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## ApplicationConfig
 

Modified: openejb/trunk/openejb/examples/webapps/rest-example/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/rest-example/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/rest-example/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/rest-example/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: REST Example
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/rest-example) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/rest-example). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## CommentDAO
 

Modified: openejb/trunk/openejb/examples/webapps/struts/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/struts/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/struts/README.md (original)
+++ openejb/trunk/openejb/examples/webapps/struts/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Struts
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/struts) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/struts). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AddUser
 

Modified: openejb/trunk/openejb/examples/webservice-attachments/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-attachments/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-attachments/README.md (original)
+++ openejb/trunk/openejb/examples/webservice-attachments/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Webservice Attachments
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/webservice-attachments) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/webservice-attachments). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## AttachmentImpl
 

Modified: openejb/trunk/openejb/examples/webservice-inheritance/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-inheritance/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-inheritance/README.md (original)
+++ openejb/trunk/openejb/examples/webservice-inheritance/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Webservice Inheritance
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/webservice-inheritance) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/webservice-inheritance). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## Item
 

Modified: openejb/trunk/openejb/examples/webservice-security/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-security/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-security/README.md (original)
+++ openejb/trunk/openejb/examples/webservice-security/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Webservice Security
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/webservice-security) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/webservice-security). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## CalculatorImpl
 

Modified: openejb/trunk/openejb/examples/webservice-ws-security/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-ws-security/README.md?rev=1355222&r1=1355221&r2=1355222&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-ws-security/README.md (original)
+++ openejb/trunk/openejb/examples/webservice-ws-security/README.md Fri Jun 29 03:00:54 2012
@@ -1,6 +1,6 @@
 Title: Webservice Ws Security
 
-*Help us document this example! Source available in [svn](http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/webservice-ws-security) or [git](https://github.com/apache/openejb/tree/trunk/openejb/examples/webservice-ws-security). Open a [JIRA](https://issues.apache.org/jira/browse/TOMEE) with patch or pull request*
+*Help us document this example! Click the blue pencil icon in the upper right to edit this page.*
 
 ## CalculatorImpl