Author:halw

Date:2009-01-27T01:57:16.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@171 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-01-27 01:57:16 +00:00
parent 2bccdbc34d
commit 03d0037bb7
10 changed files with 191 additions and 107 deletions

View File

@@ -3,12 +3,12 @@
[[Property:uuid|503b260c-99c5-06fb-2953-8899866c1c51]]
The Eiffel scheme syntax is:
<code lang="text">
eiffel:?<eiffel-resource>
</code>
<tt>
<nowiki>eiffel</nowiki>:?<i><eiffel-resource></i>
</tt>
where <eiffel-resource> is a combination of following parts, connected by '''&''' if more than one part are required:
where <i><eiffel-resource></i> is a combination of following parts, connected by '''&''' if more than one part are required:
* <system>, in the form of system=to_be_replaced, '''to_be_replaced''' consists of system_name or uuid of the system, or both connected by "'''.'''".
* <target>, in the form of target=to_be_replaced, '''to_be_replaced''' consists of target_name or uuid of the system, or both connected by "'''.'''".