package.deps.rake
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Sep 2013 14:09:52 +0100
branchdevelopment
changeset 2734 f56049613ff3
parent 2380 9195eccdcbd9
permissions -rw-r--r--
Initial support for live code checker / lint. JavaLintService parses the code as you type and displays all errors and other problems. This is done by running compiler in check mode in background. This also removes the necessity for JavaCompilerProblemRegistry.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
# Package dependencies.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
# Automatically generated by project defintion.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
task "stx:goodies/refactoryBrowser/helpers" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
task "stx:goodies/refactoryBrowser/parser" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
task "stx:goodies/smaCC" => "stx:goodies/refactoryBrowser/parser"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
task "stx:goodies/smaCC" => "stx:libhtml"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
task "stx:goodies/smaCC" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
task "stx:goodies/smaCC" => "stx:goodies/refactoryBrowser/changes"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
task "stx:goodies/smaCC" => "stx:goodies/sunit"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
task "stx:goodies/smaCC" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
task "stx:goodies/smaCC" => "stx:libwidg2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
task "stx:goodies/smaCC" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
task "stx:goodies/smaCC" => "stx:goodies/refactoryBrowser/helpers"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
task "stx:libwidg" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
task "stx:libwidg" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
task "stx:libwidg" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
task "stx:libwidg" => "stx:libui"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
task "stx:libwidg" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
task "stx:goodies/sunit" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
task "stx:goodies/sunit" => "stx:libtool"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
task "stx:goodies/sunit" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
task "stx:goodies/sunit" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    31
task "squeak:petitparser" => "stx:goodies/sunit"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    32
task "squeak:petitparser" => "stx:libbasic2"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    33
task "squeak:petitparser" => "stx:libbasic"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
task "stx:libview2" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
task "stx:libview2" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
task "stx:libview2" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
task "stx:libbasic2" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
task "stx:libview" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
task "stx:libview" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
task "stx:libhtml" => "stx:libwidg"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
task "stx:libhtml" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
task "stx:libhtml" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
task "stx:libtool" => "stx:goodies/refactoryBrowser/parser"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
task "stx:libtool" => "stx:libui"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
task "stx:libtool" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
task "stx:libtool" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
task "stx:libtool" => "stx:libwidg"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
task "stx:libtool" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
task "stx:libtool" => "stx:libwidg2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
task "stx:libtool" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
task "stx:libtool" => "stx:libbasic3"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
task "stx:libtool" => "stx:libboss"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
task "stx:libtool" => "stx:libcomp"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    60
task "stx:libcomp" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    61
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
task "stx:goodies/refactoryBrowser/changes" => "stx:goodies/refactoryBrowser/helpers"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    63
task "stx:goodies/refactoryBrowser/changes" => "stx:goodies/refactoryBrowser/parser"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    64
task "stx:goodies/refactoryBrowser/changes" => "stx:libbasic3"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    65
task "stx:goodies/refactoryBrowser/changes" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    66
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    67
task "stx:libboss" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    68
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    69
task "stx:libwidg2" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    70
task "stx:libwidg2" => "stx:libui"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    71
task "stx:libwidg2" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    72
task "stx:libwidg2" => "stx:libwidg"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    73
task "stx:libwidg2" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    74
task "stx:libwidg2" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    75
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    76
task "stx:libbasic3" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    77
task "stx:libbasic3" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    78
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    79
task "stx:libui" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    80
task "stx:libui" => "stx:libview"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    81
task "stx:libui" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    82
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    83
task "stx:libjava" => "stx:libwidg2"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    84
task "stx:libjava" => "squeak:petitparser"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    85
task "stx:libjava" => "stx:libbasic3"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    86
task "stx:libjava" => "stx:libcomp"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    87
task "stx:libjava" => "stx:libbasic2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    88
task "stx:libjava" => "stx:libview2"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    89
task "stx:libjava" => "stx:goodies/sunit"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    90
task "stx:libjava" => "stx:libhtml"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    91
task "stx:libjava" => "stx:libwidg"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    92
task "stx:libjava" => "stx:libbasic"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    93
task "stx:libjava" => "stx:goodies/smaCC"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    94
task "stx:libjava" => "stx:libview"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    95
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    96