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 Projects)
 
(2 intermediate revisions by 2 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 48: Line 51:
 
* ''install.rdf''
 
* ''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]
+
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.
 
You may use any ZIP archiver to create ''higginsbx.jar'' and ''hbx.xpi'' because it's a simple ZIP archives.
  
 
== See Also ==
 
== See Also ==
* [http://www.eclipse.org/higgins Higgins Home]
 
 
* [[Components]]
 
* [[Components]]
 
 
----
 
----
 
 
* [http://developer.mozilla.org/en/docs/Extensions Extensions]
 
* [http://developer.mozilla.org/en/docs/Extensions Extensions]
 
* [http://developer.mozilla.org/en/docs/JavaScript JavaScript]
 
* [http://developer.mozilla.org/en/docs/JavaScript JavaScript]

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


Back to the top