You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2007/04/23 22:59:26 UTC

svn commit: r531595 - in /db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics: ./ images/

Author: bpendleton
Date: Mon Apr 23 13:59:25 2007
New Revision: 531595

URL: http://svn.apache.org/viewvc?view=rev&rev=531595
Log:
DERBY-2376: Make classpath entries portable in Eclipse plug-in

This patch was contributed by Aaron Tarter (ajtarter@gmail.com)

This patch contains modifications to the Eclipse plug-in documentation
to provied modified screen-shots. The new screen-shot images show
the new format of the classpath entries, relative to ECLIPSE_HOME.


Modified:
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/derby_app.html
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/ij2.html
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/completed_javaapp.GIF
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/create_restaurant.GIF
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_editor.GIF
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_script.GIF
    db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/run_javaapp.GIF

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/derby_app.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/derby_app.html?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
--- db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/derby_app.html (original)
+++ db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/derby_app.html Mon Apr 23 13:59:25 2007
@@ -166,10 +166,10 @@
 </pre>
 <p>
 Once Restaurants.java is compiled without errors, run the Java application by
-right-clicking it from the Package Explorer view and selecting <b>Run, Java Application</b>.  
+right-clicking it from the Package Explorer view and selecting <b>Run As, Java Application</b>.  
 </p>
 
-<img src="images/run_javaapp.GIF" alt="Running a java application" width="914" height="713"></img>
+<img src="images/run_javaapp.GIF" alt="Running a java application" width="857" height="703"></img>
 
 <p>
 The output from running <b>Restaurants.java</b> is shown below.  It shows the 
@@ -178,7 +178,7 @@
 sure the Derby Network Server has been started on port 1527 and the myDB
 database exists in the current workspace and Java project.
 </p>
-<img src="images/completed_javaapp.GIF" alt="Output from a java application" width="904" height="688"></img>
+<img src="images/completed_javaapp.GIF" alt="Output from a java application" width="857" height="703"></img>
 
 <h3>Changing the application to use the Derby Embedded Driver</h3>
 <p>

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/ij2.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/ij2.html?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
--- db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/ij2.html (original)
+++ db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/ij2.html Mon Apr 23 13:59:25 2007
@@ -69,7 +69,7 @@
 Now the workspace will look like this.
 </p>
 <blockquote>
-<img src="images/create_restaurant.GIF" alt="Adding an sql file to the Java project" width="899" height="609"></img>
+<img src="images/create_restaurant.GIF" alt="Adding an sql file to the Java project" width="858" height="681"></img>
 </blockquote>
 <p>
 Type the following in the restaurants.sql editor window (you may need to
@@ -94,7 +94,7 @@
 Script using 'ij'</b>.
 </p>
 <blockquote>
-<img src="images/restaurant_editor.GIF" alt="Run SQL Script using 'ij'" width="910" height="663"></img>
+<img src="images/restaurant_editor.GIF" alt="Run SQL Script using 'ij'" width="857" height="701"></img>
 </blockquote>
 <p>
 The <b>Console</b> view shows the SQL commands contained in the file
@@ -102,7 +102,7 @@
 </p>
 
 <blockquote>
-<img src="images/restaurant_script.GIF" alt="Console view of ij script output" width="910" height="663"></img>
+<img src="images/restaurant_script.GIF" alt="Console view of ij script output" width="857" height="703"></img>
 </blockquote>
 <p>
 </p>

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/completed_javaapp.GIF
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/completed_javaapp.GIF?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
Binary files - no diff available.

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/create_restaurant.GIF
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/create_restaurant.GIF?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
Binary files - no diff available.

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_editor.GIF
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_editor.GIF?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
Binary files - no diff available.

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_script.GIF
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/restaurant_script.GIF?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
Binary files - no diff available.

Modified: db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/run_javaapp.GIF
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/plugins/eclipse/org.apache.derby.plugin.doc/topics/images/run_javaapp.GIF?view=diff&rev=531595&r1=531594&r2=531595
==============================================================================
Binary files - no diff available.