Changeset 144


Ignore:
Timestamp:
02/15/07 17:29:06 (5 years ago)
Author:
jlee
Message:

Run on 64-bit Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.