This commit is contained in:
edburns%acm.org 2007-09-22 19:12:34 +00:00
Родитель ddf12f4b26
Коммит 90d341c731
1 изменённых файлов: 4 добавлений и 2 удалений

6
java/plugins/dist/netbeans/build.xml поставляемый
Просмотреть файл

@ -318,8 +318,9 @@ in which the file "prefs.js" resides? The current value of this
<arg value="file://${basedir}/../samples/index.html" />
</exec>
<exec os="Windows XP" dir="${browser.bin.dir}" executable="firefox"
failonerror="yes">
<exec os="Windows XP" dir="${browser.bin.dir}"
executable="${browser.bin.dir}/firefox.exe"
failonerror="yes">
<env key="PATH"
path="${jdkhome.nospaces}/jre/bin/client"
/>
@ -340,6 +341,7 @@ in which the file "prefs.js" resides? The current value of this
/>
<arg value="file://${basedir}/../samples/index.html" />
</exec>
</target>