Skip to content

Commit

Permalink
Renamed com.yoursway.autoupdater to com.yoursway.autoupdater.core.
Browse files Browse the repository at this point in the history
  • Loading branch information
asheb committed Sep 24, 2008
1 parent eecdf53 commit 6964c2b
Show file tree
Hide file tree
Showing 109 changed files with 753 additions and 743 deletions.
File renamed without changes.
Expand Up @@ -6,5 +6,5 @@
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-c &quot;${workspace_loc:/com.google.protobuf/protoc} --java_out=../src *&quot;"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/com.yoursway.autoupdater/protos}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/com.yoursway.autoupdater.core/protos}"/>
</launchConfiguration>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.yoursway.autoupdater</name>
<name>com.yoursway.autoupdater.core</name>
<comment></comment>
<projects>
</projects>
Expand Down
21 changes: 21 additions & 0 deletions com.yoursway.autoupdater.core/META-INF/MANIFEST.MF
@@ -0,0 +1,21 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Autoupdater
Bundle-SymbolicName: com.yoursway.autoupdater.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: .
Export-Package:
com.yoursway.autoupdater.core.auxiliary,
com.yoursway.autoupdater.core.filelibrary;x-friends:="com.yoursway.autoupdater.tests",
com.yoursway.autoupdater.core.filelibrary.downloader;x-friends:="com.yoursway.autoupdater.tests",
com.yoursway.autoupdater.core.filelibrary.urlfilemapper;x-friends:="com.yoursway.autoupdater.tests",
com.yoursway.autoupdater.core.installer;x-friends:="com.yoursway.autoupdater.tests,com.yoursway.autoupdater.installer",
com.yoursway.autoupdater.core.installer.external;x-friends:="com.yoursway.autoupdater.installer,com.yoursway.autoupdater.tests,com.yoursway.autoupdater.gui",
com.yoursway.autoupdater.core.installer.log;x-friends:="com.yoursway.autoupdater.installer,com.yoursway.autoupdater.tests",
com.yoursway.autoupdater.core.localrepository,
com.yoursway.autoupdater.core.localrepository.internal;x-friends:="com.yoursway.autoupdater.tests",
com.yoursway.autoupdater.core.protos;x-friends:="com.yoursway.autoupdater.installer"
Require-Bundle: com.yoursway.utils,
com.google.collections;bundle-version="1.0.0",
com.google.protobuf;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -2,26 +2,26 @@
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/com.yoursway.autoupdater/ant.xml"/>
<listEntry value="/com.yoursway.autoupdater.core/ant.xml"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="com.yoursway.autoupdater"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="com.yoursway.autoupdater.core"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="JVM 1.5"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.launching.macosx.MacOSXType"/>
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_PROPERTIES">
<mapEntry key="eclipse.pdebuild.scripts" value="/Applications/Eclipse/plugins/org.eclipse.pde.build_3.4.0.v20080604/scripts/"/>
<mapEntry key="eclipse.pdebuild.home" value="/Applications/Eclipse/plugins/org.eclipse.pde.build_3.4.0.v20080604/./"/>
<mapEntry key="eclipse.pdebuild.templates" value="/Applications/Eclipse/plugins/org.eclipse.pde.build_3.4.0.v20080604/templates/"/>
<mapEntry key="com.yoursway.utils" value="${workspace_loc:/com.yoursway.utils}"/>
<mapEntry key="com.google.collections" value="${workspace_loc:/com.google.collections}"/>
<mapEntry key="com.google.protobuf" value="${workspace_loc:/com.google.protobuf}"/>
<mapEntry key="eclipse.pdebuild.home" value="/Applications/Eclipse/plugins/org.eclipse.pde.build_3.4.0.v20080604/./"/>
<mapEntry key="com.yoursway.autoupdater" value="${workspace_loc:/com.yoursway.autoupdater}"/>
<mapEntry key="com.google.collections" value="${workspace_loc:/com.google.collections}"/>
<mapEntry key="com.yoursway.utils" value="${workspace_loc:/com.yoursway.utils}"/>
</mapAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/com.yoursway.autoupdater/ant.xml}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/com.yoursway.autoupdater.core/ant.xml}"/>
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
</launchConfiguration>
File renamed without changes.
@@ -1,4 +1,4 @@
option java_package = "com.yoursway.autoupdater.protos";
option java_package = "com.yoursway.autoupdater.core.protos";

import "LocalRepositoryProtos.proto";

Expand Down
@@ -1,4 +1,4 @@
option java_package = "com.yoursway.autoupdater.protos";
option java_package = "com.yoursway.autoupdater.core.protos";

message RequestMemento {
required string url = 1;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public class AutoupdaterException extends Exception {
private static final long serialVersionUID = 506249096687036113L;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Maps.newHashMap;
Expand All @@ -13,11 +13,11 @@
import java.util.List;
import java.util.Map;

import com.yoursway.autoupdater.filelibrary.Request;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentDefinitionMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentFileMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.RequestMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentDefinitionMemento.Builder;
import com.yoursway.autoupdater.core.filelibrary.Request;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentDefinitionMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentFileMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.RequestMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentDefinitionMemento.Builder;

public class ComponentDefinition {

Expand Down
@@ -1,8 +1,8 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentFileMemento.newBuilder;
import static com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentFileMemento.newBuilder;

import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentFileMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentFileMemento;

public class ComponentFile {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public interface ComponentStopper {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import java.io.BufferedReader;
import java.io.IOException;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.yoursway.utils.broadcaster.BroadcasterFactory.newBroadcaster;

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public interface ErrorsListener {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import java.net.URL;

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.google.common.collect.Maps.newHashMap;

Expand All @@ -7,7 +7,7 @@
import java.util.Collection;
import java.util.Map;

import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ProductDefinitionMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ProductDefinitionMemento;

public class ProductDefinition {

Expand Down
@@ -1,7 +1,7 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.google.common.collect.Lists.newLinkedList;
import static com.yoursway.autoupdater.auxiliary.ComponentDefinition.PACKS_PATH;
import static com.yoursway.autoupdater.core.auxiliary.ComponentDefinition.PACKS_PATH;

import java.io.IOException;
import java.io.InputStream;
Expand All @@ -10,11 +10,11 @@
import java.util.Collection;
import java.util.List;

import com.yoursway.autoupdater.filelibrary.Request;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ComponentDefinitionMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ProductVersionDefinitionMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.RequestMemento;
import com.yoursway.autoupdater.protos.LocalRepositoryProtos.ProductVersionDefinitionMemento.Builder;
import com.yoursway.autoupdater.core.filelibrary.Request;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ComponentDefinitionMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ProductVersionDefinitionMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.RequestMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.ProductVersionDefinitionMemento.Builder;
import com.yoursway.utils.annotations.Nullable;

public class ProductVersionDefinition {
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Maps.newHashMap;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public class SuiteDefinitionLoadingException extends AutoupdaterException {
private static final long serialVersionUID = 6443336370941918502L;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import java.io.File;
import java.io.IOException;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

import java.io.File;
import java.io.IOException;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public interface UpdatableApplicationProductFeaturesProvider {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.auxiliary;
package com.yoursway.autoupdater.core.auxiliary;

public interface UpdatableApplicationView {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import com.yoursway.utils.EventSource;

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Maps.newHashMap;
Expand All @@ -8,10 +8,10 @@
import java.util.List;
import java.util.Map;

import com.yoursway.autoupdater.filelibrary.downloader.Downloader;
import com.yoursway.autoupdater.filelibrary.downloader.DownloaderListener;
import com.yoursway.autoupdater.filelibrary.urlfilemapper.URLFileMapper;
import com.yoursway.autoupdater.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.autoupdater.core.filelibrary.downloader.Downloader;
import com.yoursway.autoupdater.core.filelibrary.downloader.DownloaderListener;
import com.yoursway.autoupdater.core.filelibrary.urlfilemapper.URLFileMapper;
import com.yoursway.autoupdater.core.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.utils.EventSource;
import com.yoursway.utils.broadcaster.Broadcaster;
import com.yoursway.utils.broadcaster.BroadcasterFactory;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;


public interface FileLibraryListener {
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import static com.google.common.collect.Maps.newHashMap;

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import java.io.File;
import java.io.FileInputStream;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import java.io.File;
import java.net.URL;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Maps.newHashMap;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import java.util.Collection;

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import static com.google.common.collect.Sets.newHashSet;

Expand Down
@@ -1,11 +1,11 @@
package com.yoursway.autoupdater.filelibrary;
package com.yoursway.autoupdater.core.filelibrary;

import static com.yoursway.utils.DebugOutputHelper.reflectionBasedToString;

import java.net.MalformedURLException;
import java.net.URL;

import com.yoursway.autoupdater.protos.LocalRepositoryProtos.RequestMemento;
import com.yoursway.autoupdater.core.protos.LocalRepositoryProtos.RequestMemento;

public class Request {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary.downloader;
package com.yoursway.autoupdater.core.filelibrary.downloader;

import java.net.URL;

Expand Down
@@ -1,9 +1,9 @@
package com.yoursway.autoupdater.filelibrary.downloader;
package com.yoursway.autoupdater.core.filelibrary.downloader;

import java.io.File;
import java.net.URL;

import com.yoursway.autoupdater.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.autoupdater.core.filelibrary.urlfilemapper.URLFileMapping;

class DownloadTask {

Expand Down
@@ -1,8 +1,8 @@
package com.yoursway.autoupdater.filelibrary.downloader;
package com.yoursway.autoupdater.core.filelibrary.downloader;

import java.net.URL;

import com.yoursway.autoupdater.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.autoupdater.core.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.utils.EventSource;

public interface Downloader {
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary.downloader;
package com.yoursway.autoupdater.core.filelibrary.downloader;

import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
Expand All @@ -13,7 +13,7 @@
import java.util.Queue;
import java.util.concurrent.ConcurrentLinkedQueue;

import com.yoursway.autoupdater.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.autoupdater.core.filelibrary.urlfilemapper.URLFileMapping;
import com.yoursway.utils.annotations.SynchronizedWithMonitorOfField;
import com.yoursway.utils.annotations.SynchronizedWithMonitorOfThis;
import com.yoursway.utils.log.Log;
Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary.downloader;
package com.yoursway.autoupdater.core.filelibrary.downloader;

import java.net.URL;

Expand Down
@@ -1,10 +1,10 @@
package com.yoursway.autoupdater.filelibrary.urlfilemapper;
package com.yoursway.autoupdater.core.filelibrary.urlfilemapper;

import java.io.File;
import java.net.URL;
import java.util.Map;

import com.yoursway.autoupdater.filelibrary.LibraryFile;
import com.yoursway.autoupdater.core.filelibrary.LibraryFile;

public class URLFileMapper {

Expand Down
@@ -1,4 +1,4 @@
package com.yoursway.autoupdater.filelibrary.urlfilemapper;
package com.yoursway.autoupdater.core.filelibrary.urlfilemapper;

import java.io.File;
import java.net.URL;
Expand Down

0 comments on commit 6964c2b

Please sign in to comment.