Ignore:
Timestamp:
Nov 4, 2025, 9:25:43 PM (10 hours ago)
Author:
alloc
Message:

AEI 2.31: Fixes for reading offline package cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/.classpath

    r886 r1202  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
     5                <attributes>
     6                        <attribute name="module" value="true"/>
     7                </attributes>
     8        </classpathentry>
    59        <classpathentry combineaccessrules="false" kind="src" path="/ProgramSettings"/>
    610        <classpathentry combineaccessrules="false" kind="src" path="/PlatformTools"/>
     
    2731        <classpathentry combineaccessrules="false" kind="src" path="/UTF8ResourceBundleLoader"/>
    2832        <classpathentry combineaccessrules="false" kind="src" path="/SwingComponents"/>
    29         <classpathentry combineaccessrules="false" kind="src" path="/NaturalOrderComparator"/>
    3033        <classpathentry combineaccessrules="false" kind="src" path="/ProxySettings"/>
    3134        <classpathentry kind="lib" path="/_ThirdPartyLibs/javax.mail.jar"/>
     35        <classpathentry kind="lib" path="/_ThirdPartyLibs/NaturalOrderComparator.jar"/>
    3236        <classpathentry kind="output" path="bin"/>
    3337</classpath>
Note: See TracChangeset for help on using the changeset viewer.