Legend:
- Unmodified
- Added
- Removed
-
java/HTTPFileDownloader/src/net/oni2/httpfiledownloader/FileDownloader.java
r741 r786 87 87 public synchronized void start() { 88 88 if (t == null) { 89 state = EState.RUNNING; 89 90 t = new Thread(this); 90 91 t.start(); 91 state = EState.RUNNING;92 92 } 93 93 } -
java/installer2/src/net/oni2/aeinstaller/AEInstaller.properties
r772 r786 1 1 appname=AE Installer 2 2 appversion=.0 02 appversion=.01
Note:
See TracChangeset
for help on using the changeset viewer.