jmsnell     2003/01/14 21:30:05

  Modified:    addons/eclipse/org.apache.axis plugin.xml
  Added:       addons/eclipse/org.apache.axis README
  Log:
  * Creating an "Add-ons" directory to the CVS tree.  This directory is for minor 
components or utilities that extend or use Axis in some way
  * Submitting an Ant build that will build a Axis Plugin for the Eclipse IDE.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/addons/eclipse/org.apache.axis/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/addons/eclipse/org.apache.axis/plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.xml        15 Jan 2003 05:24:57 -0000      1.1
  +++ plugin.xml        15 Jan 2003 05:30:05 -0000      1.2
  @@ -2,7 +2,7 @@
   <plugin
      id="org.apache.axis"
      name="%pluginName"
  -   version="1.0.0"
  +   version="1.1.0"
      provider-name="%providerName">
   
      <requires>
  
  
  
  1.1                  xml-axis/addons/eclipse/org.apache.axis/README
  
  Index: README
  ===================================================================
  
  1. Building the Plugin
  
    To build the plugin, update the version number in the 
    plugin.xml file and run Ant on the build.xml file.  A 
    new directory called org.apache.axis_${axis_version}
    (where ${axis_version} == the current version of Axis
    as set in the xml-axis/java/xmls/properties.xml file)
    will be created and all of the appropriate files copied.
    
  2. Installing the Plugin
  
    To install the plugin, simply copy the org.apache.axis_${axis_version}
    to the %ECLIPSE_HOME%/plugins directory and restart your
    Eclipse workbench.
    
  3. Using the Plugin
  
    This Plugin allows other Eclipse Plugins to make use of
    Axis' Web services, SOAP and WSDL support.  When creating 
    a new Plugin project, simply set a dependency on this
    plugin and the classpath will be set accordingly.
    
  
    Have fun! :-)
  
  


Reply via email to