Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: d0c74de7dc503500f6ec691e18b63918a195b862 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                         


                                                             
                                                     
                                                     
                                                         
                                                  
                                                    
                                                   
                                                    







                                                      
<!--
    Copyright (c) 2009, 2010 IBM Corporation and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    Contributors:
        IBM Corporation - initial API and implementation
 -->
<project name="org.eclipse.swt.build.properties" basedir=".">
	<!-- Machine names -->
	<property name="m_linux_x86" value="na"/>
	<property name="m_linux_rh3_x86" value="na"/>
	<property name="m_linux_x86_64"  value="na"/>
	<property name="m_linux_rh3_x86_64"  value="na"/>
	<property name="m_linux_ppc"  value="na"/>
	<property name="m_linux_ppc64"  value="na"/>
	<property name="m_linux_s390"  value="na"/>
	<property name="m_linux_s390x"  value="na"/>
	<property name="m_solaris_sparc"  value="na"/>
	<property name="m_solaris_x86"  value="na"/>
	<property name="m_aix"  value="na"/>
	<property name="m_hpux"  value="na"/>
	<property name="m_mac"  value="na"/>
		
	<property name="keyfile"  value="na"/>
</project>

Back to the top