Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Extract variables in build.properties
Browse files Browse the repository at this point in the history
Now you only need to change the path to Ceylon in one spot.
  • Loading branch information
lucaswerkmeister committed Feb 10, 2016
1 parent b0424d8 commit b9b4de7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.ceylon.formatter.version=1.2.1

ceylon.root.dir=${basedir}/../ceylon
dist.bin.dir=${basedir}/../ceylon/dist/dist/bin
dist.repo.dir=${basedir}/../ceylon/dist/dist/repo
dist.libs.dir=${basedir}/../ceylon/dist/dist/lib
dist.dir=${ceylon.root.dir}/dist/dist
dist.bin.dir=${dist.dir}/bin
dist.repo.dir=${dist.dir}/repo
dist.libs.dir=${dist.dir}/lib

ceylon.ant.lib=${dist.libs.dir}/ceylon-ant.jar

0 comments on commit b9b4de7

Please sign in to comment.