You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/04/25 15:06:07 UTC

svn commit: r1590015 - in /tomee/tomee/trunk/examples: index.md simple-cdi-interceptor/README.md

Author: andygumbrecht
Date: Fri Apr 25 13:06:07 2014
New Revision: 1590015

URL: http://svn.apache.org/r1590015
Log:
Doc links

Modified:
    tomee/tomee/trunk/examples/index.md
    tomee/tomee/trunk/examples/simple-cdi-interceptor/README.md

Modified: tomee/tomee/trunk/examples/index.md
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/index.md?rev=1590015&r1=1590014&r2=1590015&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/index.md (original)
+++ tomee/tomee/trunk/examples/index.md Fri Apr 25 13:06:07 2014
@@ -71,7 +71,6 @@ All the examples show code, but some are
 ### REST
 
  - [simple-rest](simple-rest/README.html)
- - [rest-cdi](rest-cdi/README.html)
  - [rest-example](rest-example/README.html)
  - [rest-example-with-application](rest-example-with-application/README.html)
  - [rest-on-ejb](rest-on-ejb/README.html)
@@ -125,7 +124,6 @@ All the examples show code, but some are
 
  - [injection-of-datasource](injection-of-datasource/README.html)
  - [datasource-ciphered-password](datasource-ciphered-password/README.html) *
- - [datasource-versioning](datasource-versioning/README.html)
  - [dynamic-datasource-routing](dynamic-datasource-routing/README.html) *
  - [resources-declared-in-webapp](resources-declared-in-webapp/README.html)
 }
@@ -166,7 +164,7 @@ All the examples show code, but some are
 {span-one-third
 ###  Frameworks
 
- - [spring-integration](spring-integration/README.html)
+ - [spring-data-proxy-meta](spring-data-proxy-meta/README.html)
  - [spring-data-proxy](spring-data-proxy/README.html)
  - [struts](struts/README.html)
 }
@@ -226,5 +224,4 @@ All the examples show code, but some are
  - [helloworld-weblogic](helloworld-weblogic/README.html)
  - [polling-parent](polling-parent/README.html)
 }
-}
- - [absolute](/foo.html)
\ No newline at end of file
+}
\ No newline at end of file

Modified: tomee/tomee/trunk/examples/simple-cdi-interceptor/README.md
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/simple-cdi-interceptor/README.md?rev=1590015&r1=1590014&r2=1590015&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/simple-cdi-interceptor/README.md (original)
+++ tomee/tomee/trunk/examples/simple-cdi-interceptor/README.md Fri Apr 25 13:06:07 2014
@@ -74,10 +74,6 @@ But we'll see that in another example on
 
 Fire up the test, and we should see a 'Entering method: getMoviesList' printed in the console.
 
-#Download
-
-[Download as zip](${zip}) 
-
 #Tests
     Apache OpenEJB 4.0.0-beta-2    build: 20111103-01:00
     http://openejb.apache.org/