incremental ViXEN stuff, make vixen work with the latest contents.rdf suff and

ensure that it is packaged correctly. Forgot to note in my previous checkin that these files are NOT PART OF THE BUILD.
This commit is contained in:
ben%netscape.com 2000-10-09 05:16:59 +00:00
parent 08afbcbe66
commit 2b2b2c8e64
4 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the packages being supplied by this jar -->
<RDF:Seq about="urn:mozilla:package:root">
<RDF:li resource="urn:mozilla:package:vixen"/>
</RDF:Seq>
<!-- package information -->
<RDF:Description about="urn:mozilla:package:vixen"
chrome:displayName="ViXEn"
chrome:author="Ben Goodger"
chrome:name="vixen">
</RDF:Description>
<!-- overlay information -->
<RDF:Seq about="urn:mozilla:overlays">
<RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
</RDF:Seq>
<RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
<RDF:li>chrome://vixen/content/xe_NavOverlay.xul</RDF:li>
</RDF:Seq>
</RDF:RDF>

View File

@ -0,0 +1,26 @@
vixen.jar:
content/vixen/contents.rdf (content/contents.rdf)
content/vixen/vfdCommands.js (content/vfdCommands.js)
content/vixen/vfdCommands.xul (content/vfdCommands.xul)
content/vixen/vfdScratch.xul (content/vfdScratch.xul)
content/vixen/vfdScratchDocument.xul (content/vfdScratchDocument.xul)
content/vixen/vixen.js (content/vixen.js)
content/vixen/vixen.xul (content/vixen.xul)
content/vixen/vxUtils.js (content/vxUtils.js)
content/vixen/xe_NavOverlay.xul (content/xe_NavOverlay.xul)
content/vixen/palette/vxPalette.js (content/palette/vxPalette.js)
content/vixen/palette/vxPalette.xul (content/palette/vxPalette.xul)
content/vixen/vfd/scratch.xul (content/vfd/scratch.xul)
content/vixen/vfd/vfd.js (content/vfd/vfd.js)
content/vixen/vfd/vfd.xul (content/vfd/vfd.xul)
content/vixen/vfd/vxChangeAttributeTxn.js (content/vfd/vxChangeAttributeTxn.js)
content/vixen/vfd/vxCreateElementTxn.js (content/vfd/vxCreateElementTxn.js)
content/vixen/vfd/vxVFDSelectionManager.js (content/vfd/vxVFDSelectionManager.js)
content/vixen/vfd/vxVFDTransactionManager.js (content/vfd/vxVFDTransactionManager.js)
content/vixen/vfd/vxAggregateTxn.js (content/vfd/vxAggregateTxn.js)
skin/modern/vixen/contents.rdf (skin/contents.rdf)
skin/modern/vixen/vfdScratch.css (skin/vfdScratch.css)
locale/en-US/vixen/contents.rdf (locale/en-US/contents.rdf)
locale/en-US/vixen/vfdScratch.dtd (locale/en-US/vfdScratch.dtd)
locale/en-US/vixen/xuledit.dtd (locale/en-US/xuledit.dtd)

View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the locales being supplied by this jar -->
<RDF:Seq about="urn:mozilla:locale:root">
<RDF:li resource="urn:mozilla:locale:en-US"/>
</RDF:Seq>
<!-- locale information -->
<RDF:Description about="urn:mozilla:locale:en-US"
chrome:displayName="English (US)"
chrome:author="Ben Goodger"
chrome:name="en-US">
<chrome:packages>
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
<RDF:li resource="urn:mozilla:locale:en-US:vixen"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>

View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the skins being supplied by this jar -->
<RDF:Seq about="urn:mozilla:skin:root">
<RDF:li resource="urn:mozilla:skin:modern"/>
</RDF:Seq>
<!-- skin information -->
<RDF:Description about="urn:mozilla:skin:modern"
chrome:displayName="Modern"
chrome:author="Ben Goodger"
chrome:name="modern">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
<RDF:li resource="urn:mozilla:skin:modern/1.0:vixen"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>