[Mantisconnect-cvs] SF.net SVN: mantisconnect: [126] mantisconnect/trunk/clients/java/eclipse/ org
Brought to you by:
vboctor
From: <pl...@us...> - 2007-03-26 19:40:36
|
Revision: 126 http://svn.sourceforge.net/mantisconnect/?rev=126&view=rev Author: planser Date: 2007-03-26 12:40:35 -0700 (Mon, 26 Mar 2007) Log Message: ----------- Modified Paths: -------------- mantisconnect/trunk/clients/java/eclipse/org.mantisbt.connect.eclipse/README.txt Modified: mantisconnect/trunk/clients/java/eclipse/org.mantisbt.connect.eclipse/README.txt =================================================================== --- mantisconnect/trunk/clients/java/eclipse/org.mantisbt.connect.eclipse/README.txt 2007-03-26 19:34:08 UTC (rev 125) +++ mantisconnect/trunk/clients/java/eclipse/org.mantisbt.connect.eclipse/README.txt 2007-03-26 19:40:35 UTC (rev 126) @@ -4,8 +4,9 @@ 1. Overview 2. Requirements -3. Building the source distribution -4. Installation +3. Compatibility - Versioning schema +4. Building the source distribution +5. Installation 1. Overview =========== @@ -26,7 +27,27 @@ org.eclipse.core.runtime org.eclipse.ui.forms -3. Building the source distribution +3. Compatibility - Versioning schema +==================================== + +The version label for the Eclipse plugin consists of four parts: + +<ws-major>.<ws-minor>.<plugin-major>.<plugins-minor> + +ws-major: The major number of the webservice the Client API is + compatible with +ws-minor: The minor number of the webservice the Client API is + compatible with +plugin-major: Stands for API changes within the plugin +plugin-minor: Stands for bugfixes within the plugin (no API changes) + +This is version 1.1.1.0 which means that it's compatible with webservices +versioned 1.1 respectively 1.1.x (first two parts). +It is the first version of the Eclipse plugin (1.0 - the second two parts). + +The next bugfix release for the Eclipse plugin would be named 1.1.1.1. + +4. Building the source distribution =================================== The source distribution comes with an Ant build file (build.xml). @@ -34,7 +55,7 @@ plugin. Possibly you have to adjust the value of eclipse.home in build.properties to your needs. -4. Installation +5. Installation =============== - Unpack content of the archive file into <eclipse-home>/plugins This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |