Skip to content

Commit

Permalink
Remove unused geocode component and jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
metapirate committed Nov 16, 2010
1 parent cdaf2eb commit 2966d6a
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 686 deletions.
@@ -1,21 +1,14 @@
package org.limewire.core.settings;

import java.util.Properties;

import org.limewire.core.api.malware.VirusNfoUrl;
import org.limewire.core.api.malware.VirusUpdatesUrl;
import org.limewire.geocode.GeoLocation;
import org.limewire.geocode.GeocodeUrl;
import org.limewire.inject.AbstractModule;
import org.limewire.inject.MutableProvider;

import com.google.inject.TypeLiteral;

public class LimeWireCoreSettingsModule extends AbstractModule {
@Override
protected void configure() {
bind(String.class).annotatedWith(GeocodeUrl.class).toProvider(GeocodeSettings.GEOCODE_URL);
bind(new TypeLiteral<MutableProvider<Properties>>(){}).annotatedWith(GeoLocation.class).toInstance(GeocodeSettings.GEO_LOCATION);
bind(new TypeLiteral<String>(){}).annotatedWith(VirusUpdatesUrl.class).toProvider(DownloadSettings.VIRUS_UPDATES_SERVER);
bind(new TypeLiteral<String>(){}).annotatedWith(VirusNfoUrl.class).toProvider(DownloadSettings.VIRUS_NFO_SERVER);
}
Expand Down
10 changes: 0 additions & 10 deletions components/geocode/.cvsignore

This file was deleted.

5 changes: 0 additions & 5 deletions components/geocode/build.xml

This file was deleted.

19 changes: 0 additions & 19 deletions components/geocode/ivy.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2966d6a

Please sign in to comment.