Parent Directory
|
Revision Log
|
Patch
| revision 1.55, Mon Sep 1 04:14:47 2003 UTC | revision 1.56, Mon Sep 1 04:21:55 2003 UTC | |
|---|---|---|
| # | Line 693 | Line 693 |
| 693 | <target name="configure-emulation"> | <target name="configure-emulation"> |
| 694 | ||
| 695 | <condition property="build.emulation.true"> | <condition property="build.emulation.true"> |
| <or> | ||
| <and> | ||
| <os family="windows"/> | ||
| <not> | ||
| <isset property="build.emulation"/> | ||
| </not> | ||
| </and> | ||
| 696 | <istrue value="${build.emulation}"/> | <istrue value="${build.emulation}"/> |
| </or> | ||
| 697 | </condition> | </condition> |
| 698 | ||
| 699 | </target> | </target> |
|
||||||||
| Doug Lea | ViewVC Help |
| Powered by ViewVC 1.0.8 |