From aadcf34cbf643b5eff1c771047a05a4c77be9d9e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Tue, 15 Mar 2016 00:34:08 +0200 Subject: [PATCH] THRIFT-3740 Fix haxelib.json classpath Client: Haxe Patch: Oleksii Prudkyi --- lib/haxe/haxelib.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json index 29dd78b7e..9f318844f 100644 --- a/lib/haxe/haxelib.json +++ b/lib/haxe/haxelib.json @@ -7,5 +7,6 @@ "version": "1.0.0-alpha.160215", "releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.", "contributors": ["Apache Software Foundation (ASF)"], - "dependencies": { } + "dependencies": { }, + "classPath": "src" }