comparison src/share/tools/IdealGraphVisualizer/nbproject/platform.xml @ 13469:cdde71dc5381

Move IGV to NetBeans platform 7.4 to support also JDK8.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 20 Dec 2013 23:01:36 +0100
parents 44f3dae303ae
children
comparison
equal deleted inserted replaced
13468:1d53e766f71a 13469:cdde71dc5381
15 <mapper type="flatten"/> 15 <mapper type="flatten"/>
16 <path path="${cluster.path}"/> 16 <path path="${cluster.path}"/>
17 </pathconvert> 17 </pathconvert>
18 <property name="disabled.modules" value=""/> 18 <property name="disabled.modules" value=""/>
19 <pathconvert property="module.includes" pathsep=""> 19 <pathconvert property="module.includes" pathsep="">
20 <mapper type="glob" from="${basedir}${file.separator}*" to="(?!\Q*\E)"/> 20 <mapper type="glob" from="${basedir}${file.separator}*" to="(?!^\Q*\E$)"/>
21 <path> 21 <path>
22 <filelist files="${disabled.modules}" dir="."/> 22 <filelist files="${disabled.modules}" dir="."/>
23 </path> 23 </path>
24 </pathconvert> 24 </pathconvert>
25 <echo message="Downloading clusters ${download.clusters}"/> 25 <echo message="Downloading clusters ${download.clusters}"/>