You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by he...@apache.org on 2012/11/22 23:46:51 UTC

svn commit: r1412697 - /openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext

Author: helenxu
Date: Thu Nov 22 22:46:39 2012
New Revision: 1412697

URL: http://svn.apache.org/viewvc?rev=1412697&view=rev
Log:
CMS migration

Modified:
    openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext

Modified: openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext?rev=1412697&r1=1412696&r2=1412697&view=diff
==============================================================================
--- openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext (original)
+++ openjpa/site/trunk/content/apply-an-eclipse-patch.mdtext Thu Nov 22 22:46:39 2012
@@ -13,9 +13,9 @@ Unzip the  downloaded file into a direct
 running  eclipse.exe in the eclipse directory.
 
 Next install subclipse, the Subversion Eclipse Plugin:
+
 1. In Eclipse, go to Help \-> Install New software
-1. Click on Add button - Enter Subclipse for Name and [http://subclipse.tigris.org/update_1.6.x](http://subclipse.tigris.org/update_1.6.x)
- for  location
+1. Click on Add button - Enter Subclipse for Name and [http://subclipse.tigris.org/update_1.6.x](http://subclipse.tigris.org/update_1.6.x)  for  location
 1. Select the Subclipse Plugin and click Next \-> Next
 1. Read and accept the license and click Finish
 
@@ -23,16 +23,14 @@ Generate eclipse files for the DayTrader
 *DayTrader/branches/2.1.3* directory, type "mvn eclipse:eclipse"
 
 Set the M2_REPO classpath variable in Eclipse:
-1. Go to Window \-> Preferences \-> Java \-> Build Path \->  Classpath
-Variables
-1. Add a new variable called M2_REPO, set to the maven repository 
-directory..
+
+1. Go to Window \-> Preferences \-> Java \-> Build Path \->  Classpath Variables
+1. Add a new variable called M2_REPO, set to the maven repository directory..
 
 Import DayTrader projects into Eclipse.
 
 1. From Eclipse, Click on File \-> Import...
-1. Under the General folder, select Existing Projects into Workspace  and
-click on Next.
+1. Under the General folder, select Existing Projects into Workspace  and click on Next.
 1. Enter the root directory of *DayTrader/branches/2.1.3*
 1. Select all projects and click Finish
 
@@ -40,20 +38,20 @@ click on Next.
 ## Applying the Patch
 
 Replace the following files in your local file system copy of  DayTrader:
-* the pom.xml file in the root (*Daytrader/branches/2.1.3*)  directory with [^pom.xml](^pom.xml.html)
-.
-* for Geronimo only - the createDerbyDB.bat\|.sh file in the *DayTrader/branches/2.1.3/bin/dbscripts/derby* directory with the appropriate one of the following: [^createDerbyDB.bat](^createderbydb.bat.html)
- or [^createDerbyDB.sh]
+
+* the pom.xml file in the root (*Daytrader/branches/2.1.3*)  directory with [pom.xml](artifacts/pom.xml).
+* for Geronimo only - the createDerbyDB.bat\|.sh file in the *DayTrader/branches/2.1.3/bin/dbscripts/derby* directory with the appropriate one of the following: [createDerbyDB.bat](artifacts/createderbydb.bat) or [createDerbyDB.sh](artifacts/createDerbyDB.sh)
 
 Apply these changes:
-1. Re-run "mvn eclipse:eclipse" from your *Daytrader/branches/2.1.3*
-directory.
+
+1. Re-run "mvn eclipse:eclipse" from your *Daytrader/branches/2.1.3* directory.
 1. Refresh your eclipse workspace.
 
 Apply the eclipse based patch using the following:
+
 1. Download the appropriate patch: 
-1. # for Geronimo \-  [^daytrader_geronimo_eclipse.patch](^daytrader_geronimo_eclipse.patch.html)
-1. # for WebSphere - [^daytrader_websphere_eclipse.patch](^daytrader_websphere_eclipse.patch.html)
+     1. for Geronimo \-  [daytrader_geronimo_eclipse.patch](dartifacts/aytrader_geronimo_eclipse.patch)
+     1. for WebSphere - [daytrader_websphere_eclipse.patch](artifacts/daytrader_websphere_eclipse.patch)
 1. In the Package Explorer view, select all daytrader projects
 1. Right click and select Team \-> Apply Patch
 1. Enter the path to the downloaded patch and click _Finish_