[publican-list] [Bug 587489] Add new build target for Eclipse

bugzilla at redhat.com bugzilla at redhat.com
Tue May 4 06:57:56 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=587489

Jeff Fearn <jfearn at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ON_DEV
   Fixed In Version|                            |2.6.3

--- Comment #3 from Jeff Fearn <jfearn at redhat.com> 2010-05-04 02:57:51 EDT ---
Added eclipse xsl and handling code. Added 3 new config parameters:


ec_id:
     Eclipse plugin ID. Defaults to "$product.$docname"

ec_name:
     Eclipse plugin name. Defaults to "$product $docname"

ec_provider:
     Eclipse plugin provider. Defaults to "Publican-Publican::VERSION"



Example plugin.xml:

$ cat build/en-US/eclipse/plugin.xml 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<plugin name="Publican Users_Guide" id="Publican.Users_Guide" version="1.0"
provider-name="Publican-1.6.2">
  <extension point="org.eclipse.help.toc">
    <toc file="toc.xml" primary="true"/>
  </extension>
  <extension point="org.eclipse.help.index">
    <index file="index.xml"/>
  </extension>
</plugin>

You won't be able to test this unless you rebuild your docbook-style-xsl
package.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list