Difference between revisions of "Uno/Spec/Environment Substitution"

From Apache OpenOffice Wiki
< Uno‎ | Spec
Jump to: navigation, search
(New)
 
m (Somewhat polished.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
version: {{REVISIONID}} <br>
+
Type: Specification  State: draft  Claim: recommended
state:   draft         <br>
+
type:    specification <br>
+
  
== Environment Substitution ==
+
==Feature==
 +
An [[../Environment|environment]] can be substituted with a compatible [[../Environment|environment]].
 +
For example:
 +
<code>"uno:unsafe"</code> -> <code>"uno:unsafe:debug"</code>
  
; Feature
+
Environment substitution may be defined prior to bootstrapping Uno.
: An environment can be substituted with a compatible environment.
+
: For example:
+
: <code>"uno:unsafe"</code> -> <code>"uno:unsafe:debug"</code>
+
 
+
; Rationale :
+
 
+
; Compatibility Issues: None.
+
 
+
; Dependencies: None.
+
  
 +
[[Category:Draft]]
 +
[[Category:Spec]]
 +
[[Category:Uno]]
 
[[Category:Uno:Spec]]
 
[[Category:Uno:Spec]]

Latest revision as of 09:07, 13 February 2007

Type: Specification State: draft Claim: recommended

Feature

An environment can be substituted with a compatible environment. For example:

"uno:unsafe" -> "uno:unsafe:debug"

Environment substitution may be defined prior to bootstrapping Uno.

Personal tools