~nicoulaj/syncany/maven-local-repo

« back to all changes in this revision

Viewing changes to syncany/src/org/syncany/uploader/Uploader.java

  • Committer: Philipp Heckel
  • Date: 2011-06-27 13:38:42 UTC
  • Revision ID: philipp.heckel@gmail.com-20110627133842-mo606nxt0d3e7i11
meta-chunking stuff; still not properly functioning; XMPP notification improved but not integrated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
package org.syncany.uploader;
19
19
 
 
20
import java.io.File;
20
21
import java.util.Comparator;
21
22
import java.util.Date;
22
23
import org.syncany.watch.remote.files.RemoteFile;