You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/02 14:05:56 UTC

svn commit: r1066453 - /aries/site/trunk/content/modules/samples/blog-sample.mdtext

Author: zoe
Date: Wed Feb  2 13:05:55 2011
New Revision: 1066453

URL: http://svn.apache.org/viewvc?rev=1066453&view=rev
Log:
more link fixing

Modified:
    aries/site/trunk/content/modules/samples/blog-sample.mdtext

Modified: aries/site/trunk/content/modules/samples/blog-sample.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/samples/blog-sample.mdtext?rev=1066453&r1=1066452&r2=1066453&view=diff
==============================================================================
--- aries/site/trunk/content/modules/samples/blog-sample.mdtext (original)
+++ aries/site/trunk/content/modules/samples/blog-sample.mdtext Wed Feb  2 13:05:55 2011
@@ -62,9 +62,12 @@ layer. There is a second application imp
 capability
 
 To run the blog sample which uses the JPA persistence layer, start the OSGi
-framework, remove any previous copies of the blog sample from the
-target/load directory, then copy the Blog sample JPA .eba file into the
-load directory.
+framework as before, remove any previous copies of the blog sample from the
+target/load directory, then copy 
+
+    samples/blog/blog-jpa-eba/target/*.eba
+
+into the load directory.
 
 Finally, after typing 'refresh' at the OSGi console, point your browser at [http://localhost:8080/blog/](http://localhost:8080/blog/)
 . You should see something that looks precisely the same as the blog sample