You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2009/06/27 22:21:36 UTC

svn commit: r789011 [1/5] - in /incubator/ace/trunk/server/src: net/luminis/liq/activation/info/codec/ net/luminis/liq/activation/info/factory/ net/luminis/liq/activation/matcher/ net/luminis/liq/activation/service/ net/luminis/liq/application/info/ ne...

Author: marrs
Date: Sat Jun 27 20:21:28 2009
New Revision: 789011

URL: http://svn.apache.org/viewvc?rev=789011&view=rev
Log:
Renamed packages to basename "org.apache.ace" and added license headers to each source file.

Added:
    incubator/ace/trunk/server/src/org/apache/ace/
    incubator/ace/trunk/server/src/org/apache/ace/activation/
    incubator/ace/trunk/server/src/org/apache/ace/activation/info/
    incubator/ace/trunk/server/src/org/apache/ace/activation/info/codec/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/activation/info/codec/
    incubator/ace/trunk/server/src/org/apache/ace/activation/info/factory/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/activation/info/factory/
    incubator/ace/trunk/server/src/org/apache/ace/activation/matcher/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/activation/matcher/
    incubator/ace/trunk/server/src/org/apache/ace/activation/service/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/activation/service/
    incubator/ace/trunk/server/src/org/apache/ace/application/
    incubator/ace/trunk/server/src/org/apache/ace/application/info/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/application/info/
    incubator/ace/trunk/server/src/org/apache/ace/ca/
    incubator/ace/trunk/server/src/org/apache/ace/ca/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/ca/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/
    incubator/ace/trunk/server/src/org/apache/ace/client/automation/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/automation/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/Associatable.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Associatable.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/Association.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Association.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/AssociationRepository.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/AssociationRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/ObjectRepository.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/ObjectRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdmin.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdmin.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdminLoginContext.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdminLoginContext.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryObject.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryUtil.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryUtil.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactHelper.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactHelper.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactPreprocessor.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactPreprocessor.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactRecognizer.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactRecognizer.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/PropertyResolver.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/PropertyResolver.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/base/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/BundleHelper.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/BundleHelper.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/configuration/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/configuration/ConfigurationHelper.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/configuration/ConfigurationHelper.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/configuration/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/configuration/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/dotnet/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/dotnet/assembly/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/dotnet/assembly/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/dotnet/configuration/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/dotnet/configuration/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/driverbundle/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/driverbundle/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/user/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/user/UserAdminHelper.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/user/UserAdminHelper.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/user/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/user/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/object/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/repository/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/StatefulGatewayObject.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/StatefulGatewayObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/StatefulGatewayRepository.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/StatefulGatewayRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/impl/
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/RepositoryUserAdmin.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repositoryuseradmin/RepositoryUserAdmin.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repositoryuseradmin/impl/
    incubator/ace/trunk/server/src/org/apache/ace/configurator/
    incubator/ace/trunk/server/src/org/apache/ace/configurator/serveruseradmin/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/configurator/serveruseradmin/
    incubator/ace/trunk/server/src/org/apache/ace/configurator/useradmin/
    incubator/ace/trunk/server/src/org/apache/ace/configurator/useradmin/task/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/configurator/useradmin/task/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/ArtifactData.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/ArtifactData.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/DeploymentProvider.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/DeploymentProvider.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/filebased/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/filebased/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/impl/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/repositorybased/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/repositorybased/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/servlet/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/servlet/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/streamgenerator/
    incubator/ace/trunk/server/src/org/apache/ace/deployment/streamgenerator/StreamGenerator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/streamgenerator/StreamGenerator.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/streamgenerator/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/deployment/streamgenerator/impl/
    incubator/ace/trunk/server/src/org/apache/ace/fadian/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/fadian/
    incubator/ace/trunk/server/src/org/apache/ace/http/
    incubator/ace/trunk/server/src/org/apache/ace/http/listener/
    incubator/ace/trunk/server/src/org/apache/ace/http/listener/Activator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/http/listener/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/http/listener/constants/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/http/listener/constants/
    incubator/ace/trunk/server/src/org/apache/ace/license/
    incubator/ace/trunk/server/src/org/apache/ace/license/codec/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/license/codec/
    incubator/ace/trunk/server/src/org/apache/ace/license/factory/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/license/factory/
    incubator/ace/trunk/server/src/org/apache/ace/license/matcher/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/license/matcher/
    incubator/ace/trunk/server/src/org/apache/ace/location/
    incubator/ace/trunk/server/src/org/apache/ace/location/LocationService.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/LocationService.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/Activator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/LocationServiceImpl.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/LocationServiceImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/ProvisioningDevice.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/ProvisioningDevice.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/UPnPConstants.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/UPnPConstants.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/UPnPLocationServiceWrapper.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/UPnPLocationServiceWrapper.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/actions/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/actions/
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/util/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/util/
    incubator/ace/trunk/server/src/org/apache/ace/mailservice/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/mailservice/
    incubator/ace/trunk/server/src/org/apache/ace/obr/
    incubator/ace/trunk/server/src/org/apache/ace/obr/metadata/
    incubator/ace/trunk/server/src/org/apache/ace/obr/metadata/MetadataGenerator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/metadata/MetadataGenerator.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/metadata/bindex/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/metadata/bindex/
    incubator/ace/trunk/server/src/org/apache/ace/obr/servlet/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/servlet/
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/BundleStore.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/BundleStore.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/file/
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/file/Activator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/file/BundleFileStore.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/BundleFileStore.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/file/constants/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/constants/
    incubator/ace/trunk/server/src/org/apache/ace/repository/
    incubator/ace/trunk/server/src/org/apache/ace/repository/activation/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/activation/
    incubator/ace/trunk/server/src/org/apache/ace/repository/activationinfo/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/activationinfo/
    incubator/ace/trunk/server/src/org/apache/ace/repository/ext/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/ext/
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/Activator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/CachedRepositoryImpl.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/CachedRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/FilebasedBackupRepository.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/FilebasedBackupRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/RemoteRepository.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RemoteRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/RepositoryFactory.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RepositoryFactory.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/RepositoryImpl.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/constants/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/constants/
    incubator/ace/trunk/server/src/org/apache/ace/repository/servlet/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/servlet/
    incubator/ace/trunk/server/src/org/apache/ace/repository/task/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/repository/task/
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/dotnet/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/dotnet/
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/UserAdminConfigurator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/useradmin/UserAdminConfigurator.java
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/useradmin/impl/
    incubator/ace/trunk/server/src/org/apache/ace/server/
    incubator/ace/trunk/server/src/org/apache/ace/server/action/
    incubator/ace/trunk/server/src/org/apache/ace/server/action/Action.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/action/Action.java
    incubator/ace/trunk/server/src/org/apache/ace/server/action/MessageAction.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/action/MessageAction.java
    incubator/ace/trunk/server/src/org/apache/ace/server/action/popupmessage/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/action/popupmessage/
    incubator/ace/trunk/server/src/org/apache/ace/server/log/
    incubator/ace/trunk/server/src/org/apache/ace/server/log/Activator.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/log/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/LogServlet.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/log/LogServlet.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/store/
    incubator/ace/trunk/server/src/org/apache/ace/server/log/store/LogStore.java
      - copied, changed from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/log/store/LogStore.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/store/impl/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/log/store/impl/
    incubator/ace/trunk/server/src/org/apache/ace/server/log/task/
      - copied from r788992, incubator/ace/trunk/server/src/net/luminis/liq/server/log/task/
Removed:
    incubator/ace/trunk/server/src/net/luminis/liq/activation/info/codec/
    incubator/ace/trunk/server/src/net/luminis/liq/activation/info/factory/
    incubator/ace/trunk/server/src/net/luminis/liq/activation/matcher/
    incubator/ace/trunk/server/src/net/luminis/liq/activation/service/
    incubator/ace/trunk/server/src/net/luminis/liq/application/info/
    incubator/ace/trunk/server/src/net/luminis/liq/ca/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/automation/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Associatable.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Association.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/AssociationRepository.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/ObjectRepository.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdmin.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdminLoginContext.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryObject.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryUtil.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactHelper.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactPreprocessor.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactRecognizer.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/PropertyResolver.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/base/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/BundleHelper.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/configuration/ConfigurationHelper.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/configuration/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/dotnet/assembly/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/dotnet/configuration/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/driverbundle/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/user/UserAdminHelper.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/user/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/object/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/repository/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/StatefulGatewayObject.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/StatefulGatewayRepository.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repository/stateful/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/client/repositoryuseradmin/RepositoryUserAdmin.java
    incubator/ace/trunk/server/src/net/luminis/liq/client/repositoryuseradmin/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/configurator/serveruseradmin/
    incubator/ace/trunk/server/src/net/luminis/liq/configurator/useradmin/task/
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/ArtifactData.java
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/DeploymentProvider.java
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/filebased/
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/provider/repositorybased/
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/servlet/
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/streamgenerator/StreamGenerator.java
    incubator/ace/trunk/server/src/net/luminis/liq/deployment/streamgenerator/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/fadian/
    incubator/ace/trunk/server/src/net/luminis/liq/http/listener/Activator.java
    incubator/ace/trunk/server/src/net/luminis/liq/http/listener/constants/
    incubator/ace/trunk/server/src/net/luminis/liq/license/codec/
    incubator/ace/trunk/server/src/net/luminis/liq/license/factory/
    incubator/ace/trunk/server/src/net/luminis/liq/license/matcher/
    incubator/ace/trunk/server/src/net/luminis/liq/location/LocationService.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/Activator.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/LocationServiceImpl.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/ProvisioningDevice.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/UPnPConstants.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/UPnPLocationServiceWrapper.java
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/actions/
    incubator/ace/trunk/server/src/net/luminis/liq/location/upnp/util/
    incubator/ace/trunk/server/src/net/luminis/liq/mailservice/
    incubator/ace/trunk/server/src/net/luminis/liq/obr/metadata/MetadataGenerator.java
    incubator/ace/trunk/server/src/net/luminis/liq/obr/metadata/bindex/
    incubator/ace/trunk/server/src/net/luminis/liq/obr/servlet/
    incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/BundleStore.java
    incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/Activator.java
    incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/BundleFileStore.java
    incubator/ace/trunk/server/src/net/luminis/liq/obr/storage/file/constants/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/activation/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/activationinfo/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/ext/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/Activator.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/CachedRepositoryImpl.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/FilebasedBackupRepository.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RemoteRepository.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RepositoryFactory.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/RepositoryImpl.java
    incubator/ace/trunk/server/src/net/luminis/liq/repository/impl/constants/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/servlet/
    incubator/ace/trunk/server/src/net/luminis/liq/repository/task/
    incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/dotnet/
    incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/useradmin/UserAdminConfigurator.java
    incubator/ace/trunk/server/src/net/luminis/liq/resourceprocessor/useradmin/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/server/action/Action.java
    incubator/ace/trunk/server/src/net/luminis/liq/server/action/MessageAction.java
    incubator/ace/trunk/server/src/net/luminis/liq/server/action/popupmessage/
    incubator/ace/trunk/server/src/net/luminis/liq/server/log/Activator.java
    incubator/ace/trunk/server/src/net/luminis/liq/server/log/LogServlet.java
    incubator/ace/trunk/server/src/net/luminis/liq/server/log/store/LogStore.java
    incubator/ace/trunk/server/src/net/luminis/liq/server/log/store/impl/
    incubator/ace/trunk/server/src/net/luminis/liq/server/log/task/
    incubator/ace/trunk/server/src/org/apache/felix/deployment/rp/autoconf/impl/Test.java
Modified:
    incubator/ace/trunk/server/src/org/apache/ace/client/automation/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/automation/AutoGatewayOperator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/ArtifactPreprocessorBase.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessor.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/BundleHelperImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/configuration/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/configuration/impl/ConfigurationHelperImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/user/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/user/impl/UserHelperImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/Artifact2GroupAssociationImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/Artifact2GroupAssociationRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ArtifactObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ArtifactRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/AssociationImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/AssociationRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ChangeNotifier.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ChangeNotifierImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ChangeNotifierManager.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/DeploymentArtifactImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/DeploymentVersionObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/DeploymentVersionRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/GatewayObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/GatewayRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/Group2LicenseAssociationImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/Group2LicenseAssociationRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/GroupObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/GroupRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/License2GatewayAssociationImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/License2GatewayAssociationRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/LicenseObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/LicenseRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/ObjectRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/RepositoryAdminImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/RepositoryAdminLoginContextImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/RepositoryObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/RepositorySerializer.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/impl/RepositorySet.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/Artifact2GroupAssociation.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/ArtifactObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/DeploymentArtifact.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/DeploymentVersionObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/GatewayObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/Group2LicenseAssociation.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/GroupObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/License2GatewayAssociation.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/object/LicenseObject.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/Artifact2GroupAssociationRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/ArtifactRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/DeploymentVersionRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/GatewayRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/Group2LicenseAssociationRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/GroupRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/License2GatewayAssociationRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/repository/LicenseRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/impl/StatefulGatewayObjectImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repository/stateful/impl/StatefulGatewayRepositoryImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/impl/RepositoryUserAdminImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/client/repositoryuseradmin/impl/RoleImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/configurator/serveruseradmin/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/configurator/useradmin/task/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/configurator/useradmin/task/UpdateUserAdminTask.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/filebased/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/filebased/FileBasedProvider.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/impl/ArtifactDataImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/repositorybased/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/provider/repositorybased/RepositoryBasedProvider.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/servlet/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/servlet/DeploymentServlet.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/streamgenerator/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/deployment/streamgenerator/impl/StreamGeneratorImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/http/listener/constants/HttpConstants.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/actions/GetLocationAction.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/actions/GetServerLoadAction.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/actions/GetServerTypeAction.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/actions/StateVar.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/util/HostUtil.java
    incubator/ace/trunk/server/src/org/apache/ace/location/upnp/util/Inspector.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/metadata/bindex/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/metadata/bindex/BIndexMetadataGenerator.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/servlet/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/servlet/BundleServlet.java
    incubator/ace/trunk/server/src/org/apache/ace/obr/storage/file/constants/OBRFileStoreConstants.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/ext/BackupRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/ext/CachedRepository.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/impl/constants/RepositoryConstants.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/servlet/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/servlet/RepositoryReplicationServlet.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/servlet/RepositoryServlet.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/servlet/RepositoryServletBase.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/task/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/repository/task/RepositoryReplicationTask.java
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/impl/Processor.java
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/impl/ResourceStore.java
    incubator/ace/trunk/server/src/org/apache/ace/resourceprocessor/useradmin/impl/UserAdminStore.java
    incubator/ace/trunk/server/src/org/apache/ace/server/action/popupmessage/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/server/action/popupmessage/PopupMessageAction.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/store/impl/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/store/impl/LogStoreImpl.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/task/Activator.java
    incubator/ace/trunk/server/src/org/apache/ace/server/log/task/LogSyncTask.java
    incubator/ace/trunk/server/src/org/apache/felix/deployment/rp/autoconf/impl/AutoConfResource.java
    incubator/ace/trunk/server/src/org/apache/felix/metatype/AD.java
    incubator/ace/trunk/server/src/org/apache/felix/metatype/Attribute.java

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/automation/Activator.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/automation/Activator.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/automation/Activator.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/automation/Activator.java Sat Jun 27 20:21:28 2009
@@ -1,23 +1,37 @@
-package net.luminis.liq.client.automation;
-
-
-import net.luminis.liq.client.repository.RepositoryAdmin;
-import net.luminis.liq.client.repository.repository.DeploymentVersionRepository;
-import net.luminis.liq.client.repository.repository.GatewayRepository;
-import net.luminis.liq.client.repository.stateful.StatefulGatewayRepository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.automation;
 
+import org.apache.ace.client.repository.RepositoryAdmin;
+import org.apache.ace.client.repository.repository.DeploymentVersionRepository;
+import org.apache.ace.client.repository.repository.GatewayRepository;
+import org.apache.ace.client.repository.stateful.StatefulGatewayRepository;
 import org.apache.felix.dependencymanager.DependencyActivatorBase;
 import org.apache.felix.dependencymanager.DependencyManager;
 import org.osgi.framework.BundleContext;
 import org.osgi.service.log.LogService;
 import org.osgi.service.useradmin.UserAdmin;
 
-
 /**
  * Bundle activator for the gateway operator automation.
  */
 public class Activator extends DependencyActivatorBase {
-
     /**
      * Initialize and set dependencies
      */

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/automation/AutoGatewayOperator.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/automation/AutoGatewayOperator.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/automation/AutoGatewayOperator.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/automation/AutoGatewayOperator.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.automation;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.automation;
 
 import java.io.IOException;
 import java.net.URL;
@@ -6,13 +24,12 @@
 import java.util.List;
 import java.util.Properties;
 
-import net.luminis.liq.client.repository.RepositoryAdmin;
-import net.luminis.liq.client.repository.RepositoryAdminLoginContext;
-import net.luminis.liq.client.repository.object.GatewayObject;
-import net.luminis.liq.client.repository.stateful.StatefulGatewayObject;
-import net.luminis.liq.client.repository.stateful.StatefulGatewayRepository;
-import net.luminis.liq.scheduler.constants.SchedulerConstants;
-
+import org.apache.ace.client.repository.RepositoryAdmin;
+import org.apache.ace.client.repository.RepositoryAdminLoginContext;
+import org.apache.ace.client.repository.object.GatewayObject;
+import org.apache.ace.client.repository.stateful.StatefulGatewayObject;
+import org.apache.ace.client.repository.stateful.StatefulGatewayRepository;
+import org.apache.ace.scheduler.constants.SchedulerConstants;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.InvalidSyntaxException;
 import org.osgi.framework.ServiceRegistration;
@@ -29,8 +46,8 @@
  */
 public class AutoGatewayOperator implements ManagedService {
 
-    public static final String PID = "net.luminis.liq.client.automation";
-    public static final String SCHEDULER_NAME = "net.luminis.liq.client.processauditlog";
+    public static final String PID = "org.apache.ace.client.automation";
+    public static final String SCHEDULER_NAME = "org.apache.ace.client.processauditlog";
 
     private volatile StatefulGatewayRepository m_statefulGatewayRepos;
     private volatile RepositoryAdmin m_reposAdmin;
@@ -205,13 +222,13 @@
      *
      */
     private enum ConfigItem {
-        REGISTER_GW_FILTER ("registerGatewayFilter","Register gateway filter missing", true),
-        APPROVE_GW_FILTER ("approveGatewayFilter","Approve gateway filter missing", true),
+        REGISTER_GW_FILTER ("registerGatewayFilter", "Register gateway filter missing", true),
+        APPROVE_GW_FILTER ("approveGatewayFilter", "Approve gateway filter missing", true),
         AUTO_APPROVE_GW_FILTER ("autoApproveGatewayFilter", "Auto approve config value missing", true),
-        COMMIT_REPO ("commitRepositories","Commit value missing.", false),
-        GATEWAY_REPOSITORY ("gatewayRepository","GatewayRepository id missing.", false),
-        DEPLOYMENT_REPOSITORY ("deploymentRepository","DeploymentRepository id missing.", false),
-        STORE_REPOSITORY ("storeRepository","Store Repository id missing.", false),
+        COMMIT_REPO ("commitRepositories", "Commit value missing.", false),
+        GATEWAY_REPOSITORY ("gatewayRepository", "GatewayRepository id missing.", false),
+        DEPLOYMENT_REPOSITORY ("deploymentRepository", "DeploymentRepository id missing.", false),
+        STORE_REPOSITORY ("storeRepository", "Store Repository id missing.", false),
         CUSTOMER_NAME ("customerName", "Customer name missing", false),
         HOSTNAME ("hostName", "Hostname missing.", false),
         ENDPOINT ("endpoint", "Endpoint missing in config.", false);

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/Associatable.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Associatable.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/Associatable.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/Associatable.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Associatable.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Associatable.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/Associatable.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.util.List;
 

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/Association.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Association.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/Association.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/Association.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Association.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/Association.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/Association.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.util.List;
 

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/AssociationRepository.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/AssociationRepository.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/AssociationRepository.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/AssociationRepository.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/AssociationRepository.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/AssociationRepository.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/AssociationRepository.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.util.List;
 import java.util.Map;

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/ObjectRepository.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/ObjectRepository.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/ObjectRepository.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/ObjectRepository.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/ObjectRepository.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/ObjectRepository.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/ObjectRepository.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.util.List;
 import java.util.Map;

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdmin.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdmin.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdmin.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdmin.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdmin.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdmin.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdmin.java Sat Jun 27 20:21:28 2009
@@ -1,10 +1,26 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.io.IOException;
-import java.net.URL;
-
-import net.luminis.liq.client.repository.RepositoryObject.WorkingState;
 
+import org.apache.ace.client.repository.RepositoryObject.WorkingState;
 import org.osgi.service.useradmin.User;
 
 public interface RepositoryAdmin {
@@ -20,7 +36,7 @@
     public static final String TOPIC_STATUSCHANGED_SUFFIX = "STATUSCHANGED";
     public static final String TOPIC_FLUSHED_SUFFIX = "FLUSHED";
     public static final String TOPIC_ALL_SUFFIX = "*";
-    
+
     /**
      * Indicates a serious change to the structure of the repository, which is too complicated to use
      * the Object's own Changed topic.
@@ -109,14 +125,14 @@
      * @return A new RepositoryAdminLoginContext,
      */
     public RepositoryAdminLoginContext createLoginContext(User user);
-    
+
     /**
      * Logs in using the given RepositoryAdminLoginContext; use createLoginContext for an initial
      * RepositoryAdminLoginContext.
      * @param context The context to use for this login.
      * @throws IOException Thrown when there is a problem communicating with the backup repository,
      * which keeps track of the local copies of the repository.
-     * @throws IllegalArgumentException If <code>context</code> was not one that was 
+     * @throws IllegalArgumentException If <code>context</code> was not one that was
      * created by <code>createLoginContext</code<.
      * @throws IllegalStateException If there already is a user logged in.
      */
@@ -139,5 +155,4 @@
      * and have the given working state.
      */
     public int getNumberWithWorkingState(Class<? extends RepositoryObject> clazz, WorkingState state);
-
 }

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdminLoginContext.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdminLoginContext.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdminLoginContext.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdminLoginContext.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdminLoginContext.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryAdminLoginContext.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryAdminLoginContext.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.net.URL;
 
@@ -7,7 +25,7 @@
  * which repositories are to be used in a given session with the RepositoryAdmin.
  */
 public interface RepositoryAdminLoginContext {
-    
+
     /**
      * Adds a set of repositories and their location to this login context.
      * @param repositoryLocation The location of the repository where this set's data resides.
@@ -20,9 +38,9 @@
      */
     @SuppressWarnings("unchecked")
     public RepositoryAdminLoginContext addRepositories(URL repositoryLocation, String repositoryCustomer, String repositoryName, boolean writeAccess, Class<? extends ObjectRepository>... objectRepositories);
-    
+
     /**
-     * Adds a shop repository to this login context. 
+     * Adds a shop repository to this login context.
      * @param repositoryLocation The location of the repository where this set's data resides.
      * @param repositoryCustomer The customer name for the location of the repository where this set's data resides.
      * @param repositoryName The repository name for the location of the repository where this set's data resides.
@@ -38,9 +56,9 @@
      * @return this object, to allow chaining.
      */
     public RepositoryAdminLoginContext setObrBase(URL base);
-    
+
     /**
-     * Adds a gateway repository to this login context. 
+     * Adds a gateway repository to this login context.
      * @param repositoryLocation The location of the repository where this set's data resides.
      * @param repositoryCustomer The customer name for the location of the repository where this set's data resides.
      * @param repositoryName The repository name for the location of the repository where this set's data resides.
@@ -51,7 +69,7 @@
     public RepositoryAdminLoginContext addGatewayRepository(URL repositoryLocation, String repositoryCustomer, String repositoryName, boolean writeAccess);
 
     /**
-     * Adds a deployment repository to this login context. 
+     * Adds a deployment repository to this login context.
      * @param repositoryLocation The location of the repository where this set's data resides.
      * @param repositoryCustomer The customer name for the location of the repository where this set's data resides.
      * @param repositoryName The repository name for the location of the repository where this set's data resides.

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryObject.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryObject.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryObject.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryObject.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryObject.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryObject.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryObject.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 import java.util.Comparator;
 import java.util.Dictionary;

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryUtil.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryUtil.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryUtil.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryUtil.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryUtil.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/RepositoryUtil.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/RepositoryUtil.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository;
 
 public class RepositoryUtil {
 	/**
@@ -8,8 +26,8 @@
 	 */
     public static String escapeFilterValue(String value) {
         return value.replaceAll("\\\\", "\\\\\\\\")
-                    .replaceAll("\\(", "\\\\(")
-                    .replaceAll("\\)", "\\\\)")
-                    .replaceAll("\\*", "\\\\*");
+            .replaceAll("\\(", "\\\\(")
+            .replaceAll("\\)", "\\\\)")
+            .replaceAll("\\*", "\\\\*");
     }
 }

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactHelper.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactHelper.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactHelper.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactHelper.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactHelper.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactHelper.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactHelper.java Sat Jun 27 20:21:28 2009
@@ -1,26 +1,44 @@
-package net.luminis.liq.client.repository.helper;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper;
 
 import java.util.Comparator;
 import java.util.Map;
 
-import net.luminis.liq.client.repository.object.ArtifactObject;
+import org.apache.ace.client.repository.object.ArtifactObject;
 
 /**
  * Interface to an artifact helper. For each type of artifact, there should be a helper
  * service implementing this interface. The service should be registered with the mimetype
- * in the service's properties, so it can be identified. The <code>KEY_MIMETYPE</code> in 
+ * in the service's properties, so it can be identified. The <code>KEY_MIMETYPE</code> in
  * this class can be used for this purpose.
  */
 public interface ArtifactHelper {
     public static final String KEY_MIMETYPE = "mimetype";
-    
+
     /**
      * Checks whether this helper can 'do anything' with this artifact object.
      * @param object An artifact object.
      * @return <code>true</code> when this helper can use the object, <code>false</code> otherwise.
      */
     public boolean canUse(ArtifactObject object);
-    
+
     /**
      * Returns the artifact preprocessor that is associated with the type of artifact this
      * helper helps. Return null when no useful processor is available.
@@ -66,7 +84,7 @@
      * identification of the object.
      */
     public String[] getDefiningKeys();
-    
+
     /**
      * Gets an array of all attributes that have to be present when creating an object
      * of this type.

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactPreprocessor.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactPreprocessor.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactPreprocessor.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactPreprocessor.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactPreprocessor.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactPreprocessor.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactPreprocessor.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper;
 
 import java.io.IOException;
 import java.net.URL;
@@ -22,7 +40,7 @@
 
     /**
      * Indicates whether the template should be processed again, given the properties, and the version to which it
-     * should be compared. 
+     * should be compared.
      * @param url A string representing a URL to the original artifact.
      * @param props A PropertyResolver which can be used to fill in 'holes' in the template.
      * @param gatewayID The gatewayID of the gateway for which this artifact is being processed.
@@ -30,8 +48,7 @@
      * @param fromVersion The deployment version to which the current one should be compared.
      * @return <code>false</code> if the version of the processed artifact identified by <code>fromVersion</code>
      * is identical to what would be created using the new <code>props</code>; <code>true</code> otherwise.
-     * @throws IOException 
+     * @throws IOException
      */
     public boolean needsNewVersion(String url, PropertyResolver props, String gatewayID, String fromVersion);
-
 }

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactRecognizer.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactRecognizer.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactRecognizer.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactRecognizer.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactRecognizer.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/ArtifactRecognizer.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/ArtifactRecognizer.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper;
 
 import java.net.URL;
 import java.util.Map;
@@ -23,11 +41,11 @@
      * keys are best defined in the corresponding <code>ArtifactHelper</code> interface for this type of artifact.
      * This function should also set the <code>ArtifactObject.KEY_PROCESSOR_PID</code> attribute.<br>
      * Optionally, <code>ArtifactObject.KEY_ARTIFACT_NAME</code> and <code>ArtifactObject.KEY_ARTIFACT_DESCRIPTION</code>
-     * can be set. 
+     * can be set.
      * @throws IllegalArgumentException when the metadata cannot be retrieved from the <code>artifact</code>.
      */
     public Map<String, String> extractMetaData(URL artifact) throws IllegalArgumentException;
-    
+
     /**
      * Indicates whether this recognizer can handle (i.e., extract metadata) from an artifact of
      * a given mime type.
@@ -36,5 +54,4 @@
      * <code>false</code> otherwise.
      */
     public boolean canHandle(String mimetype);
-    
 }

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/PropertyResolver.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/PropertyResolver.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/PropertyResolver.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/PropertyResolver.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/PropertyResolver.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/PropertyResolver.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/PropertyResolver.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper;
 
 /**
  * Interface for resolving properties about the template's

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/ArtifactPreprocessorBase.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/ArtifactPreprocessorBase.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/ArtifactPreprocessorBase.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/ArtifactPreprocessorBase.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper.base;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper.base;
 
 import java.io.IOException;
 import java.io.InputStream;
@@ -10,8 +28,8 @@
 import java.net.URL;
 import java.net.URLConnection;
 
-import net.luminis.liq.client.repository.helper.ArtifactPreprocessor;
-import net.luminis.liq.client.repository.helper.PropertyResolver;
+import org.apache.ace.client.repository.helper.ArtifactPreprocessor;
+import org.apache.ace.client.repository.helper.PropertyResolver;
 
 /**
  * This class can be used as a base class for artifact preprocessors. It comes with its

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessor.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessor.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessor.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessor.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper.base;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper.base;
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;
@@ -17,8 +35,7 @@
 import java.util.HashMap;
 import java.util.Map;
 
-import net.luminis.liq.client.repository.helper.PropertyResolver;
-
+import org.apache.ace.client.repository.helper.PropertyResolver;
 import org.apache.velocity.VelocityContext;
 import org.apache.velocity.app.Velocity;
 
@@ -226,5 +243,4 @@
         }
         return null;
     }
-
 }

Copied: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/BundleHelper.java (from r788992, incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/BundleHelper.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/BundleHelper.java?p2=incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/BundleHelper.java&p1=incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/BundleHelper.java&r1=788992&r2=789011&rev=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/net/luminis/liq/client/repository/helper/bundle/BundleHelper.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/BundleHelper.java Sat Jun 27 20:21:28 2009
@@ -1,8 +1,25 @@
-package net.luminis.liq.client.repository.helper.bundle;
-
-import net.luminis.liq.client.repository.helper.ArtifactHelper;
-import net.luminis.liq.client.repository.object.ArtifactObject;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper.bundle;
 
+import org.apache.ace.client.repository.helper.ArtifactHelper;
+import org.apache.ace.client.repository.object.ArtifactObject;
 import org.osgi.framework.Constants;
 
 /**
@@ -26,12 +43,11 @@
      * using all matches for the filter string.
      */
     public static final String KEY_ASSOCIATION_VERSIONSTATEMENT = "associationVersionStatement";
-    
+
     public boolean isResourceProcessor(ArtifactObject object);
     public String getResourceProcessorPIDs(ArtifactObject object);
     public String getSymbolicName(ArtifactObject object);
     public String getName(ArtifactObject object);
     public String getVersion(ArtifactObject object);
     public String getVendor(ArtifactObject object);
-    
 }

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/Activator.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/Activator.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/Activator.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/Activator.java Sat Jun 27 20:21:28 2009
@@ -1,13 +1,30 @@
-package net.luminis.liq.client.repository.helper.bundle.impl;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper.bundle.impl;
 
 import java.util.Dictionary;
 import java.util.Hashtable;
 
-import net.luminis.liq.client.repository.helper.ArtifactHelper;
-import net.luminis.liq.client.repository.helper.ArtifactRecognizer;
-import net.luminis.liq.client.repository.helper.bundle.BundleHelper;
-import net.luminis.liq.client.repository.object.ArtifactObject;
-
+import org.apache.ace.client.repository.helper.ArtifactHelper;
+import org.apache.ace.client.repository.helper.ArtifactRecognizer;
+import org.apache.ace.client.repository.helper.bundle.BundleHelper;
+import org.apache.ace.client.repository.object.ArtifactObject;
 import org.apache.felix.dependencymanager.DependencyActivatorBase;
 import org.apache.felix.dependencymanager.DependencyManager;
 import org.osgi.framework.BundleContext;
@@ -37,5 +54,4 @@
     public synchronized void destroy(BundleContext context, DependencyManager manager) throws Exception {
         // Nothing to do
     }
-
 }

Modified: incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/BundleHelperImpl.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/BundleHelperImpl.java?rev=789011&r1=788992&r2=789011&view=diff
==============================================================================
--- incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/BundleHelperImpl.java (original)
+++ incubator/ace/trunk/server/src/org/apache/ace/client/repository/helper/bundle/impl/BundleHelperImpl.java Sat Jun 27 20:21:28 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.client.repository.helper.bundle.impl;
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.ace.client.repository.helper.bundle.impl;
 
 import java.io.IOException;
 import java.net.URL;
@@ -9,14 +27,13 @@
 import java.util.jar.JarInputStream;
 import java.util.jar.Manifest;
 
-import net.luminis.liq.client.repository.RepositoryUtil;
-import net.luminis.liq.client.repository.helper.ArtifactHelper;
-import net.luminis.liq.client.repository.helper.ArtifactPreprocessor;
-import net.luminis.liq.client.repository.helper.ArtifactRecognizer;
-import net.luminis.liq.client.repository.helper.bundle.BundleHelper;
-import net.luminis.liq.client.repository.object.ArtifactObject;
-import net.luminis.liq.util.VersionRange;
-
+import org.apache.ace.client.repository.RepositoryUtil;
+import org.apache.ace.client.repository.helper.ArtifactHelper;
+import org.apache.ace.client.repository.helper.ArtifactPreprocessor;
+import org.apache.ace.client.repository.helper.ArtifactRecognizer;
+import org.apache.ace.client.repository.helper.bundle.BundleHelper;
+import org.apache.ace.client.repository.object.ArtifactObject;
+import org.apache.ace.util.VersionRange;
 import org.osgi.framework.Version;
 
 /**
@@ -35,7 +52,6 @@
     /*
      * From ArtifactHelper
      */
-
     public boolean canUse(ArtifactObject object) {
         if (object == null) {
             return false;
@@ -128,7 +144,6 @@
     /*
      * From BundleHelper
      */
-
     public String[] getDefiningKeys() {
         return new String[] {KEY_SYMBOLICNAME, KEY_VERSION};
     }
@@ -176,7 +191,6 @@
     /*
      * From ArtifactRecognizer
      */
-
     public boolean canHandle(String mimetype) {
         return MIMETYPE.equals(mimetype);
     }