Skip to content

Commit 6a78a9f

Browse files
committed
Change build.fan vcs settings for new Git repo
1 parent dc284e4 commit 6a78a9f

File tree

40 files changed

+79
-79
lines changed

40 files changed

+79
-79
lines changed

src/build/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0", "compiler 1.0"]
2929
srcDirs = [`fan/`, `fan/tasks/`]
3030
docSrc = true

src/compiler/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0"]
2929
srcDirs = [`fan/`,
3030
`fan/assembler/`,

src/compilerDoc/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0",
2929
"concurrent 1.0",
3030
"fandoc 1.0",

src/compilerJava/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0", "compiler 1.0"]
2929
srcDirs = [`fan/`, `fan/cp/`, `fan/dasm/`]
3030
docSrc = true

src/compilerJs/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0", "compiler 1.0"]
2929
srcDirs = [`fan/`, `fan/ast/`, `fan/runner/`, `fan/util/`]
3030
resDirs = [`res/`]

src/concurrent/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Core",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
depends = ["sys 1.0"]
2929
srcDirs = [`fan/`, `test/`]
3030
javaDirs = [`java/`]

src/doc/docDomkit/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Docs",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
resDirs = [`doc/`]
2929
}
3030
}

src/doc/docFanr/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Docs",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
resDirs = [`doc/`]
2929
}
3030
}

src/doc/docIntro/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Docs",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
resDirs = [`doc/`]
2929
}
3030
}

src/doc/docLang/build.fan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Build : BuildPod
2323
"proj.name": "Fantom Docs",
2424
"proj.uri": "http://fantom.org/",
2525
"license.name": "Academic Free License 3.0",
26-
"vcs.name": "Mercurial",
27-
"vcs.uri": "https://bitbucket.org/fantom/fan-1.0/"]
26+
"vcs.name": "Git",
27+
"vcs.uri": "https://github.com/fantom-lang/fantom"]
2828
resDirs = [`doc/`]
2929
}
3030
}

0 commit comments

Comments
 (0)