Skip to content

Commit

Permalink
Build releases with validator.jar in classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Jul 22, 2018
1 parent 0aed742 commit 26ef6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ def setClasspath(self):
antJar, antLauncherJar,
os.pathsep.join(dependencyJarPaths()),
os.path.join(jingTrangDir, "build", "jing.jar"),
os.path.join(jarsDir, "validator.jar"),
os.path.join(jarsDir, "htmlparser.jar"),
os.path.join(jarsDir, "galimatias.jar"),
os.path.join(cssValidatorDir, "css-validator.jar"),
Expand Down

0 comments on commit 26ef6a9

Please sign in to comment.