Changeset 648 for AE/installer2/src/net/oni2/aeinstaller/backend/depot
- Timestamp:
- Jan 25, 2013, 1:15:31 PM (12 years ago)
- Location:
- AE/installer2/src/net/oni2/aeinstaller/backend/depot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/depot/DepotConfig.java
r636 r648 77 77 78 78 /** 79 * @return First package number that's not a mandatorytool/mod. Everything80 * below is considered mandatory79 * @return First package number that's not a core tool/mod. Everything 80 * below is considered a core package 81 81 */ 82 public static int get MandatoryLimit() {82 public static int getCoreNumberLimit() { 83 83 return 8000; 84 84 } -
AE/installer2/src/net/oni2/aeinstaller/backend/depot/model/NodeMod.java
r635 r648 7 7 import net.oni2.aeinstaller.backend.depot.DepotConfig; 8 8 import net.oni2.aeinstaller.backend.depot.DepotManager; 9 import net.oni2.aeinstaller.backend. mods.ECompatiblePlatform;9 import net.oni2.aeinstaller.backend.packages.ECompatiblePlatform; 10 10 11 11 import org.json.JSONArray;
Note:
See TracChangeset
for help on using the changeset viewer.