Skip to content

Commit

Permalink
Quicklook failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRoth committed Nov 29, 2019
1 parent f65b70a commit a0f783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/tests/quicklook/gfproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<echo message="JAVA HOME: ${java.home}"/>

<!-- DEBUG: does tools.jar exist? - -->
<fileset id="dist.contents" dir="${java.home}/../lib" includes="*"/>
<fileset id="dist.contents" dir="${java.home}/lib" includes="*"/>
<property name="prop.dist.contents" refid="dist.contents"/>
<echo>${prop.dist.contents}</echo>

Expand Down

0 comments on commit a0f783f

Please sign in to comment.