Changes between Version 1 and Version 2 of EclipseTracPlugin
- Timestamp:
- Feb 26, 2007, 5:44:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseTracPlugin
v1 v2 4 4 5 5 This is a plugin that want to provide a complete Trac interface usable from the Eclipse environment. 6 7 It is composed of 2 parts, a Trac plugin that extends the XML/RPC API and an Eclipse plugin 6 8 7 9 == Bugs/Feature Requests == … … 13 15 [http://trac-hacks.org/newticket?component=EclipseTracPlugin&owner=merlimat new ticket]. 14 16 15 == Download ==16 17 Download the zipped source from [download:eclipsetracplugin here].18 19 17 == Source == 20 18 … … 23 21 == Example == 24 22 25 To be continued.... 23 First of all you need to install the Trac plugin that you can find here [download:eclipsetracplugin/tracrpcext/0.10 TracRpcExt]. 24 25 Then you are ready to install the Eclipse plugin using this update site: 26 27 http://trac-hacks.org/svn/eclipsetracplugin/eclipse/update/ 28 29 To use the plugin, switch to the "Trac" perspective and add a new server 30 definition with the base URL of you Trac installation. 26 31 27 32 == Recent Changes == … … 32 37 33 38 '''Author:''' [wiki:merlimat] [[BR]] 34 '''Contributors:''' 39 '''Contributors:''' [wiki:kompiro]