Skip to content

Commit

Permalink
Change build.fan vcs settings for new Git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiannini committed Mar 9, 2020
1 parent dc284e4 commit 6a78a9f
Show file tree
Hide file tree
Showing 40 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions src/build/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0"]
srcDirs = [`fan/`, `fan/tasks/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/compiler/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
srcDirs = [`fan/`,
`fan/assembler/`,
Expand Down
4 changes: 2 additions & 2 deletions src/compilerDoc/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0",
"concurrent 1.0",
"fandoc 1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/compilerJava/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0"]
srcDirs = [`fan/`, `fan/cp/`, `fan/dasm/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/compilerJs/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0"]
srcDirs = [`fan/`, `fan/ast/`, `fan/runner/`, `fan/util/`]
resDirs = [`res/`]
Expand Down
4 changes: 2 additions & 2 deletions src/concurrent/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/doc/docDomkit/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Docs",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
resDirs = [`doc/`]
}
}
4 changes: 2 additions & 2 deletions src/doc/docFanr/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Docs",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
resDirs = [`doc/`]
}
}
4 changes: 2 additions & 2 deletions src/doc/docIntro/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Docs",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
resDirs = [`doc/`]
}
}
4 changes: 2 additions & 2 deletions src/doc/docLang/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Docs",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
resDirs = [`doc/`]
}
}
4 changes: 2 additions & 2 deletions src/doc/docTools/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Docs",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
resDirs = [`doc/`]
}
}
2 changes: 1 addition & 1 deletion src/doc/docTools/doc/Bootstrap.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The easiest way to perform a bootstrap build from hg tip is to use the
"bootstrap.fan" script:
1. Download latest released build from `http://fantom.org/`
2. Unzip that build to '{relHome}'
3. Ensure 'hg' is installed in your path (see [Mercurial]`http://mercurial.selenic.com/`)
3. Ensure 'git' is installed in your path (see [Git]`https://git-scm.com/`)
4. Verify 'java_home' env var points to your JDK installation
5. Execute '{relHome}/bin/fan {relHome}/adm/bootstrap.fan'
6. Go grab a cup of coffee
Expand Down
4 changes: 2 additions & 2 deletions src/dom/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "graphics 1.0", "web 1.0"]
srcDirs = [`fan/`, `test/`]
jsDirs = [`js/`]
Expand Down
4 changes: 2 additions & 2 deletions src/domkit/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0",
"concurrent 1.0",
"graphics 1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/email/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "inet 1.0"]
srcDirs = [`fan/`, `test/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/fandoc/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
srcDirs = [`fan/`, `test/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/fanr/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "util 1.0", "web 1.0"]
srcDirs = [`fan/`,
`fan/file/`,
Expand Down
4 changes: 2 additions & 2 deletions src/fansh/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0", "concurrent 1.0"]
srcDirs = [`fan/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/flux/flux/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "gfx 1.0", "fwt 1.0", "compiler 1.0"]
srcDirs = [`fan/`, `fan/views/`, `fan/sidebars/`, `test/`]
resDirs = [`locale/`, `test/files/`, `test/files/sub/`]
Expand Down
4 changes: 2 additions & 2 deletions src/flux/fluxText/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "syntax 1.0", "gfx 1.0", "fwt 1.0", "flux 1.0"]
srcDirs = [`fan/`, `test/`]
resDirs = [`locale/`]
Expand Down
4 changes: 2 additions & 2 deletions src/fwt/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "gfx 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/gfx/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = Uri[,]
Expand Down
4 changes: 2 additions & 2 deletions src/graphics/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0"]
srcDirs = [`fan/`, `test/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/icons/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
resDirs = [`x16/`, `x32/`, `x48/`, `x64/`, `x256/`]
docApi = false
Expand Down
4 changes: 2 additions & 2 deletions src/inet/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/obix/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "inet 1.0", "web 1.0", "concurrent 1.0", "xml 1.0"]
srcDirs = [`fan/`, `test/`]
resDirs = [`res/`]
Expand Down
4 changes: 2 additions & 2 deletions src/sql/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/syntax/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
srcDirs = [`fan/`, `test/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/sys/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
srcDirs = [`fan/`]
resDirs = [`locale/`]
docSrc = true
Expand Down
4 changes: 2 additions & 2 deletions src/testCompiler/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0", "concurrent 1.0"]
srcDirs = [`fan/`]
docApi = false
Expand Down
4 changes: 2 additions & 2 deletions src/testDomkit/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0",
"concurrent 1.0",
"util 1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/testJava/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "compiler 1.0", "compilerJava 1.0", "testCompiler 1.0"]
srcDirs = [`fan/`]
docApi = false
Expand Down
4 changes: 2 additions & 2 deletions src/testNative/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0"]
srcDirs = [`fan/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/testSys/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/",
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom",
"testSys.foo":"got\n it \u0123"]
depends = ["sys 1.0", "concurrent 1.0"]
index = [
Expand Down
4 changes: 2 additions & 2 deletions src/util/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0"]
srcDirs = [`fan/`, `test/`]
javaDirs = [`java/`]
Expand Down
4 changes: 2 additions & 2 deletions src/web/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Build : BuildPod
"proj.name": "Fantom Core",
"proj.uri": "http://fantom.org/",
"license.name": "Academic Free License 3.0",
"vcs.name": "Mercurial",
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
"vcs.name": "Git",
"vcs.uri": "https://github.com/fantom-lang/fantom"]
depends = ["sys 1.0", "concurrent 1.0", "inet 1.0"]
srcDirs = [`fan/`, `test/`]
docSrc = true
Expand Down
Loading

0 comments on commit 6a78a9f

Please sign in to comment.