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)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 +
[[Category:Higgins Components]]
 
==  General CVS Information  ==
 
==  General CVS Information  ==
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
Line 15: Line 18:
 
|-
 
|-
 
|}
 
|}
== HBX Projects ==
+
 
 +
== HBX Project ==
  
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
Line 32: Line 36:
 
|-
 
|-
 
|}
 
|}
 +
 +
==  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://download.eclipse.org/technology/higgins/hbx/update/higgins.xpi higgins.xpi]
 +
 +
You may use any ZIP archiver to create ''higginsbx.jar'' and ''hbx.xpi'' because it's a simple ZIP archives.
 +
 +
== See Also ==
 +
* [[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]

Latest revision as of 08:30, 15 December 2008

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

General CVS Information

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

HBX Project

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 higgins.xpi

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

See Also


Copyright © Eclipse Foundation, Inc. All Rights Reserved.