Changeset 144

Show
Ignore:
Timestamp:
02/15/07 14:29:06 (2 years ago)
Author:
jlee
Message:

Run on 64-bit Linux

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/web/iriverter.jnlp

    r136 r144  
    3030        </resources> 
    3131 
    32         <resources os="Linux"
     32        <resources os="Linux" arch="i386"
    3333                <nativelib href="swt-native-gtk-linux-x86.jar" /> 
    3434                <jar href="swt-gtk-linux-x86.jar" /> 
    3535        </resources> 
    3636 
     37        <resources os="Linux" arch="amd64"> 
     38                <nativlib href="swt-native-gtk-linux-x86_86.jar" /> 
     39                <jar href="swt-gtk-linux-x86_64.jar" /> 
     40        </resources> 
     41 
    3742        <application-desc main-class="org.thestaticvoid.iriverter.ConverterUI" /> 
    3843</jnlp>