/[classpath]/classpath/java/math/class-dependencies.conf
ViewVC logotype

Diff of /classpath/java/math/class-dependencies.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rupp, Wed Jul 16 13:57:00 2003 UTC revision 1.2 by iproetel, Mon Aug 11 12:37:36 2003 UTC
# Line 16  Line 16 
16  #  #
17  #   <class>  #   <class>
18  #  #
19    # Within dependencies, variables can be used. A variable is defined as
20    # follows:
21    #
22    #   {variable}: value1 value2 ... value<n>
23    #
24    # variables can be used on the right side of dependencies as follows:
25    #
26    #    <used>: com.bla.blu.{variable}.Class.m()V
27    #
28    # The use of the variable will expand to <n> dependencies of the form
29    #
30    #    <used>: com.bla.blu.value1.Class.m()V
31    #    <used>: com.bla.blu.value2.Class.m()V
32    #    ...
33    #    <used>: com.bla.blu.value<n>.Class.m()V
34    #
35    # Variables can be redefined when building a system to select the
36    # required support for features like encodings, protocols, etc.
37    #
38  # Hints:  # Hints:
39  #  #
40  #  - For methods and fields, the signature is mandatory. For  #  - For methods and fields, the signature is mandatory. For

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26