jruaux 2003/02/26 09:38:43 Modified: integration/eclipse DEV-README.txt Log: JUnit patch now obsolete Revision Changes Path 1.3 +2 -9 jakarta-cactus/integration/eclipse/DEV-README.txt Index: DEV-README.txt =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/eclipse/DEV-README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DEV-README.txt 25 Feb 2003 17:12:29 -0000 1.2 +++ DEV-README.txt 26 Feb 2003 17:38:42 -0000 1.3 @@ -3,13 +3,6 @@ How to install the plugin for development -* Check-out the JUnit plugin CVS module - -Make an anonymous repository location to Eclipse dev, etc. -Select the jdt.junit module and then 'Check out as project' -Apply the patch provided with the Cactus plugin to the -JUnit project (Compare with -> Patch, and select the appropriate .txt file) - * Make an Eclipse plugin project Create a blank plugin project @@ -25,8 +18,8 @@ This creates projects in your workspace corresponding to the plugins that you selected, hence resolving dependencies for the Cactus and JUnit plugins. -* Add cactussupport.jar +* Add cactussupportsrc.jar In order to emulate the plugin's installation when in self-hosting, we need to -copy the cactussupport.jar to the plugin project +copy the cactussupportsrc.jar (and not cactussupport.jar) to the plugin project (i.e. at the root of the folder <your Eclipse directory>/workspace/<the Eclipse plugin project>).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
