Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "HBX"

(HBX CVS)
(HBX Projects)
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
 +
 +
==  Build Instructions ==
 +
HBX is [http://developer.mozilla.org/en/docs/XPCOM xpcom] [http://developer.mozilla.org/en/docs/Extensions extension]. It is a [http://developer.mozilla.org/en/docs/Extension_Packaging XPI package] which contains all sources:
 +
 +
'''HBX.xpi'''
 +
* chrome
 +
** ''higginsbx.jar''
 +
* components
 +
** ''higgins.js''
 +
* defaults
 +
** preferences
 +
*** ''hbx.js''
 +
* ''chrome.manifest''
 +
* ''install.rdf''
 +
 +
To create that XPI file you may pack [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/firefox/bx/XPCom/chrome/?root=Technology_Project chrome] directory contents into ''higginsbx.jar'' and pack [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/firefox/bx/XPCom/?root=Technology_Project XPCom] directory contents into [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/firefox/bx/XPCom/HBX.xpi?root=Technology_Project&view=co hbx.xpi]
 +
 +
You may use any ZIP archiver to create ''higginsbx.jar'' and ''hbx.xpi'' because it's a simple ZIP archives.
 +
 +
== See Also ==
 +
* [http://www.eclipse.org/higgins Higgins Home]
 +
* [[Components]]
 +
 +
----
 +
 +
* [http://developer.mozilla.org/en/docs/Extensions Extensions]
 +
* [http://developer.mozilla.org/en/docs/JavaScript JavaScript]
 +
* [http://developer.mozilla.org/en/docs/XUL XUL]
 +
* [http://developer.mozilla.org/en/docs/XPCOM XPCOM]
 +
* [http://developer.mozilla.org/en/docs/Localization Localization]
 +
* [http://developer.mozilla.org/en/docs/Mozilla_Developer_Center_contents Mozilla Developer Center contents]

Revision as of 07:48, 2 April 2007

General CVS Information

Connection Type Committers  :ext:
Anon access  :pserver:
Host dev.eclipse.org
Repository Path /cvsroot/technology/

HBX Projects

Project Module Location Eclipse PSF ViewCVS
HBX org.eclipse.higgins/app/firefox/bx anonymous viewcvs
committer

Build Instructions

HBX is xpcom extension. It is a XPI package which contains all sources:

HBX.xpi

  • chrome
    • higginsbx.jar
  • components
    • higgins.js
  • defaults
    • preferences
      • hbx.js
  • chrome.manifest
  • install.rdf

To create that XPI file you may pack chrome directory contents into higginsbx.jar and pack XPCom directory contents into hbx.xpi

You may use any ZIP archiver to create higginsbx.jar and hbx.xpi because it's a simple ZIP archives.

See Also


Back to the top