Revision 32076

View differences:

branches/gvSIG_19_ext3D_osgVP_2_2_0/binaries/build.xml
14 14
		<echo> Sistema operativo: ${os.name}</echo>
15 15

  
16 16
		<condition property="isLinux">
17
			<os family="unix"/>
17
			<and>
18
				<os family="unix"/>
19
				<not>
20
					<os family="mac"/>
21
				</not>
22
			</and>
18 23
		</condition>
19 24

  
20 25
		<condition property="isWindows">
......
80 85
		</description>
81 86
  		<ant target="clean" dir="linux"  inheritAll="false" />
82 87
  		<ant target="clean" dir="w32"  inheritAll="false" />
83
  		<!--<ant target="clean" dir="mac"  inheritAll="false" />-->
88
  		<ant target="clean" dir="mac"  inheritAll="false" />
84 89
	</target>
85
</project>
90
</project>

Also available in: Unified diff