You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2020/01/13 19:05:41 UTC

[juneau] branch master updated: JUNEAU-178 Remove binary jars found in source tree

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d69179  JUNEAU-178 Remove binary jars found in source tree
7d69179 is described below

commit 7d69179fd87bf5bd6b685982ada781335a870022
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Jan 13 14:05:30 2020 -0500

    JUNEAU-178 Remove binary jars found in source tree
---
 juneau-doc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index a59256c..327de2c 100644
--- a/juneau-doc/pom.xml
+++ b/juneau-doc/pom.xml
@@ -34,6 +34,7 @@
 		
 		<maven.compiler.source>1.8</maven.compiler.source>
 		<maven.compiler.target>1.8</maven.compiler.target>
+		<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
 	</properties>
 
 	<dependencies>