Modified: ace/trunk/org.apache.ace.nodelauncher/amazon.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/amazon.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/amazon.bnd (original) +++ ace/trunk/org.apache.ace.nodelauncher/amazon.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: \ org.apache.ace.nodelauncher.amazon.impl,\ META-INF.services;-split-package:=merge-first,\
Modified: ace/trunk/org.apache.ace.nodelauncher/api.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/api.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/api.bnd (original) +++ ace/trunk/org.apache.ace.nodelauncher/api.bnd Wed Jan 27 09:03:12 2016 @@ -1,4 +1,6 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Export-Package: org.apache.ace.nodelauncher Bundle-Version: 1.0.0 Bundle-Name: Apache ACE NodeLauncher API -Bundle-Description: Provides the Apache ACE NodeLauncher API \ No newline at end of file +Bundle-Description: Provides the Apache ACE NodeLauncher API Modified: ace/trunk/org.apache.ace.nodelauncher/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/bnd.bnd (original) +++ ace/trunk/org.apache.ace.nodelauncher/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ Modified: ace/trunk/org.apache.ace.nodelauncher/generate-build-path.groovy URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/generate-build-path.groovy?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/generate-build-path.groovy (original) +++ ace/trunk/org.apache.ace.nodelauncher/generate-build-path.groovy Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + def libDir = new File("lib") def output = new File('buildpath.txt') output.text = "" Modified: ace/trunk/org.apache.ace.nodelauncher/generate-lib-includes.groovy URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/generate-lib-includes.groovy?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/generate-lib-includes.groovy (original) +++ ace/trunk/org.apache.ace.nodelauncher/generate-lib-includes.groovy Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + def libDir = new File("lib") def output = new File('libs.txt') output.text = "" Modified: ace/trunk/org.apache.ace.nodelauncher/generate-serviceloader-files.groovy URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/generate-serviceloader-files.groovy?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/generate-serviceloader-files.groovy (original) +++ ace/trunk/org.apache.ace.nodelauncher/generate-serviceloader-files.groovy Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + def libDir = new File("lib") def serviceProviders = [] Modified: ace/trunk/org.apache.ace.nodelauncher/resources/org.jclouds.apis.ApiMetadata URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/resources/org.jclouds.apis.ApiMetadata?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/resources/org.jclouds.apis.ApiMetadata (original) +++ ace/trunk/org.apache.ace.nodelauncher/resources/org.jclouds.apis.ApiMetadata Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ org.jclouds.ec2.EC2ApiMetadata org.jclouds.compute.stub.StubApiMetadata + +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file Modified: ace/trunk/org.apache.ace.nodelauncher/ui.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.nodelauncher/ui.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.nodelauncher/ui.bnd (original) +++ ace/trunk/org.apache.ace.nodelauncher/ui.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Bundle-Activator: org.apache.ace.nodelauncher.ui.Activator Private-Package: org.apache.ace.nodelauncher.ui Bundle-Version: 1.0.1 Bundle-Name: Apache ACE NodeLauncher UI -Bundle-Description: Registers an ACE webui extensions that add Nodelauncher controls \ No newline at end of file +Bundle-Description: Registers an ACE webui extensions that add Nodelauncher controls Modified: ace/trunk/org.apache.ace.obr/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.obr/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.obr/bnd.bnd (original) +++ ace/trunk/org.apache.ace.obr/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -sub: *.bnd -buildpath: \ ${^-buildpath},\ Modified: ace/trunk/org.apache.ace.obr/metadata.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.obr/metadata.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.obr/metadata.bnd (original) +++ ace/trunk/org.apache.ace.obr/metadata.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.obr.metadata.bindex,\ org.kxml2.io,\ org.kxml2.kdom,\ @@ -15,4 +17,4 @@ Export-Package: org.apache.ace.obr.metad org.osgi.service.obr Bundle-Version: 1.0.1 Bundle-Name: Apache ACE OBR MetaData -Bundle-Description: Provides the ACE OBR MetaData packages \ No newline at end of file +Bundle-Description: Provides the ACE OBR MetaData packages Modified: ace/trunk/org.apache.ace.obr/servlet.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.obr/servlet.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.obr/servlet.bnd (original) +++ ace/trunk/org.apache.ace.obr/servlet.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.obr.servlet Bundle-Activator: org.apache.ace.obr.servlet.Activator Bundle-Version: 1.0.1 Bundle-Name: Apache ACE OBR Servlet -Bundle-Description: Registers the ACE OBR servlet \ No newline at end of file +Bundle-Description: Registers the ACE OBR servlet Modified: ace/trunk/org.apache.ace.obr/storage.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.obr/storage.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.obr/storage.bnd (original) +++ ace/trunk/org.apache.ace.obr/storage.bnd Wed Jan 27 09:03:12 2016 @@ -1,7 +1,9 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.obr.storage.file,\ org.apache.ace.obr.metadata.util Bundle-Activator: org.apache.ace.obr.storage.file.Activator Export-Package: org.apache.ace.obr.storage Bundle-Version: 2.0.0 Bundle-Name: Apache ACE OBR Storage -Bundle-Description: Registers a file based BundleStore for the OBR \ No newline at end of file +Bundle-Description: Registers a file based BundleStore for the OBR Modified: ace/trunk/org.apache.ace.processlauncher.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.processlauncher.itest/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.processlauncher.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.processlauncher.itest/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Test-Cases: ${classes;CONCRETE;EXTENDS;org.apache.ace.it.IntegrationTestBase} -buildpath: \ ${^-buildpath},\ Modified: ace/trunk/org.apache.ace.processlauncher/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.processlauncher/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.processlauncher/bnd.bnd (original) +++ ace/trunk/org.apache.ace.processlauncher/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ org.apache.felix.dependencymanager,\ @@ -15,4 +17,4 @@ Export-Package: \ org.apache.ace.processlauncher.util Bundle-Version: 1.0.1 Bundle-Name: Apache ACE ProcessLauncher -Bundle-Description: Registers a service factory and ProcessLauncher service \ No newline at end of file +Bundle-Description: Registers a service factory and ProcessLauncher service Modified: ace/trunk/org.apache.ace.processlauncher/test/org/apache/ace/processlauncher/test/impl/launch.properties URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.processlauncher/test/org/apache/ace/processlauncher/test/impl/launch.properties?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.processlauncher/test/org/apache/ace/processlauncher/test/impl/launch.properties (original) +++ ace/trunk/org.apache.ace.processlauncher/test/org/apache/ace/processlauncher/test/impl/launch.properties Wed Jan 27 09:03:12 2016 @@ -3,4 +3,6 @@ executable.name = /bin/sh executable.args = -c 'sleep 1 && exit' -c 'echo "foo bar!\n"' executable.executable.processStreamListener = (foo=bar) executable.workingDir = /tmp -executable.respawnAutomatically = false \ No newline at end of file +executable.respawnAutomatically = false + +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file Modified: ace/trunk/org.apache.ace.range.api/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.range.api/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.range.api/bnd.bnd (original) +++ ace/trunk/org.apache.ace.range.api/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,7 +1,9 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ org.apache.ace.test;version=latest Export-Package: org.apache.ace.range Bundle-Version: 1.1.0 Bundle-Name: Apache ACE Range API -Bundle-Description: Provides the Apache ACE Range API packages \ No newline at end of file +Bundle-Description: Provides the Apache ACE Range API packages Modified: ace/trunk/org.apache.ace.repository.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository.itest/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.repository.itest/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Test-Cases: ${classes;CONCRETE;EXTENDS;org.apache.ace.it.IntegrationTestBase} -buildpath: \ junit.osgi,\ Modified: ace/trunk/org.apache.ace.repository/api.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/api.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/api.bnd (original) +++ ace/trunk/org.apache.ace.repository/api.bnd Wed Jan 27 09:03:12 2016 @@ -1,4 +1,6 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Export-Package: org.apache.ace.repository Bundle-Version: 1.1.0 Bundle-Name: Apache ACE Repository API -Bundle-Description: Provides the Apache ACE Repository API packages \ No newline at end of file +Bundle-Description: Provides the Apache ACE Repository API packages Modified: ace/trunk/org.apache.ace.repository/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/bnd.bnd (original) +++ ace/trunk/org.apache.ace.repository/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ @@ -10,4 +12,4 @@ org.apache.ace.scheduler.api;version=latest,\ org.apache.ace.discovery.api;version=latest,\ org.apache.ace.connectionfactory;version=latest --sub: *.bnd \ No newline at end of file +-sub: *.bnd Modified: ace/trunk/org.apache.ace.repository/ext.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/ext.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/ext.bnd (original) +++ ace/trunk/org.apache.ace.repository/ext.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Export-Package: org.apache.ace.repository.ext,\ org.apache.ace.repository.ext.impl Bundle-Version: 1.0.1 Bundle-Name: Apache ACE Repository EXT -Bundle-Description: Provides the Apache ACE Repository EXT packages \ No newline at end of file +Bundle-Description: Provides the Apache ACE Repository EXT packages Modified: ace/trunk/org.apache.ace.repository/impl.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/impl.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/impl.bnd (original) +++ ace/trunk/org.apache.ace.repository/impl.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.repository.impl Bundle-Activator: org.apache.ace.repository.impl.Activator Bundle-Version: 1.0.1 Bundle-Name: Apache ACE Repository Service -Bundle-Description: Registers a service factory for Repository services \ No newline at end of file +Bundle-Description: Registers a service factory for Repository services Modified: ace/trunk/org.apache.ace.repository/servlet.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/servlet.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/servlet.bnd (original) +++ ace/trunk/org.apache.ace.repository/servlet.bnd Wed Jan 27 09:03:12 2016 @@ -1,6 +1,8 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.repository.servlet Bundle-Activator: org.apache.ace.repository.servlet.Activator Export-Package: org.apache.ace.repository.servlet Bundle-Version: 1.0.1 Bundle-Name: Apache ACE Repository Servlet -Bundle-Description: Registers a repository and replication servlet \ No newline at end of file +Bundle-Description: Registers a repository and replication servlet Modified: ace/trunk/org.apache.ace.repository/task.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.repository/task.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.repository/task.bnd (original) +++ ace/trunk/org.apache.ace.repository/task.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Bundle-Activator: org.apache.ace.repository.task.Activator Private-Package: org.apache.ace.repository.task Bundle-Version: 1.0.1 Bundle-Name: Apache ACE Repository Task -Bundle-Description: Registers a runnable task for repository replication \ No newline at end of file +Bundle-Description: Registers a runnable task for repository replication Modified: ace/trunk/org.apache.ace.resourceprocessor.useradmin/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.resourceprocessor.useradmin/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.resourceprocessor.useradmin/bnd.bnd (original) +++ ace/trunk/org.apache.ace.resourceprocessor.useradmin/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ @@ -9,4 +11,4 @@ Export-Package: org.apache.ace.resourcep Deployment-ProvidesResourceProcessor: org.apache.ace.resourceprocessor.useradmin Bundle-Version: 2.0.0 Bundle-Name: Apache ACE ResourceProcessor UserAdmin -Bundle-Description: Registers a ResourceProcessor service that handle useradmin resources \ No newline at end of file +Bundle-Description: Registers a ResourceProcessor service that handle useradmin resources Modified: ace/trunk/org.apache.ace.scheduler/api.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.scheduler/api.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.scheduler/api.bnd (original) +++ ace/trunk/org.apache.ace.scheduler/api.bnd Wed Jan 27 09:03:12 2016 @@ -1,4 +1,6 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Export-Package: org.apache.ace.scheduler.constants Bundle-Version: 1.0.0 Bundle-Name: Apache ACE Scheduler API -Bundle-Description: Provides the Apache ACE Scheduler API packages \ No newline at end of file +Bundle-Description: Provides the Apache ACE Scheduler API packages Modified: ace/trunk/org.apache.ace.scheduler/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.scheduler/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.scheduler/bnd.bnd (original) +++ ace/trunk/org.apache.ace.scheduler/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,7 +1,9 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ osgi.cmpn,\ org.apache.felix.dependencymanager,\ org.apache.ace.test;version=latest --sub: *.bnd \ No newline at end of file +-sub: *.bnd Modified: ace/trunk/org.apache.ace.scheduler/impl.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.scheduler/impl.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.scheduler/impl.bnd (original) +++ ace/trunk/org.apache.ace.scheduler/impl.bnd Wed Jan 27 09:03:12 2016 @@ -1,5 +1,7 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Bundle-Activator: org.apache.ace.scheduler.Activator Private-Package: org.apache.ace.scheduler Bundle-Version: 1.0.0 Bundle-Name: Apache ACE Scheduler Service -Bundle-Description: Registers a component that schedules runnable services \ No newline at end of file +Bundle-Description: Registers a component that schedules runnable services Modified: ace/trunk/org.apache.ace.tageditor/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.tageditor/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.tageditor/bnd.bnd (original) +++ ace/trunk/org.apache.ace.tageditor/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ Modified: ace/trunk/org.apache.ace.target.mgmt.ui/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.target.mgmt.ui/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.target.mgmt.ui/bnd.bnd (original) +++ ace/trunk/org.apache.ace.target.mgmt.ui/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ @@ -10,4 +12,4 @@ Private-Package: org.apache.ace.target.m Bundle-Activator: org.apache.ace.target.management.ui.Activator Bundle-Version: 1.0.1 Bundle-Name: Apache ACE TargetMgmtUI -Bundle-Description: Registers an ACE webui extension for target mgmnt functions \ No newline at end of file +Bundle-Description: Registers an ACE webui extension for target mgmnt functions Modified: ace/trunk/org.apache.ace.test/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.test/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.test/bnd.bnd (original) +++ ace/trunk/org.apache.ace.test/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=4.2,\ Modified: ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Test-Cases: ${classes;CONCRETE;EXTENDS;org.apache.ace.it.IntegrationTestBase} Private-Package: org.apache.ace.useradmin.ui.test -runvm: -ea Modified: ace/trunk/org.apache.ace.useradmin.ui/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.useradmin.ui/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.useradmin.ui/bnd.bnd (original) +++ ace/trunk/org.apache.ace.useradmin.ui/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ org.apache.felix.dependencymanager,\ @@ -17,4 +19,4 @@ Private-Package: org.apache.ace.useradmi org.apache.ace.useradmin.ui.editor.impl Export-Package: org.apache.ace.useradmin.ui.editor Bundle-Name: Apache ACE UserAdminUI -Bundle-Description: Registers an ACE webui extension that add user management functions \ No newline at end of file +Bundle-Description: Registers an ACE webui extension that add user management functions Modified: ace/trunk/org.apache.ace.verifier/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.verifier/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.verifier/bnd.bnd (original) +++ ace/trunk/org.apache.ace.verifier/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.core;version=6.0.0,\ Modified: ace/trunk/org.apache.ace.verifier/impl.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.verifier/impl.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.verifier/impl.bnd (original) +++ ace/trunk/org.apache.ace.verifier/impl.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Export-Package: org.apache.ace.deployment.verifier,\ org.osgi.service.log,\ org.osgi.framework.wiring @@ -13,4 +15,4 @@ Import-Package: org.osgi.framework;versi Bundle-Version: 1.0.1 Bundle-Activator: org.apache.ace.deployment.verifier.impl.Activator Bundle-Name: Apache ACE Verifier Service -Bundle-Description: Registers the Apache ACE verifier service \ No newline at end of file +Bundle-Description: Registers the Apache ACE verifier service Modified: ace/trunk/org.apache.ace.verifier/ui.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.verifier/ui.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.verifier/ui.bnd (original) +++ ace/trunk/org.apache.ace.verifier/ui.bnd Wed Jan 27 09:03:12 2016 @@ -1,7 +1,9 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + Private-Package: org.apache.ace.deployment.verifier.ui Bundle-Activator: org.apache.ace.deployment.verifier.ui.Activator Import-Package: org.osgi.framework;version='[1.5,2)',\ * Bundle-Version: 1.0.1 Bundle-Name: Apache ACE Verifier UI -Bundle-Description: Registers an ACE webui extension that adds verifier functions \ No newline at end of file +Bundle-Description: Registers an ACE webui extension that adds verifier functions Modified: ace/trunk/org.apache.ace.webui.vaadin/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.webui.vaadin/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/org.apache.ace.webui.vaadin/bnd.bnd (original) +++ ace/trunk/org.apache.ace.webui.vaadin/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -buildpath: \ ${^-buildpath},\ osgi.cmpn,\ @@ -17,4 +19,4 @@ Include-Resource: resources/ Bundle-Activator: org.apache.ace.webui.vaadin.Activator Bundle-Version: 1.0.1 Bundle-Name: Apache ACE WebUI Vaadin -Bundle-Description: Provides the base ACE WebUI based on Vaadin \ No newline at end of file +Bundle-Description: Provides the base ACE WebUI based on Vaadin Modified: ace/trunk/run-client/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/run-client/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/bnd.bnd (original) +++ ace/trunk/run-client/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -nobundles: true Bundle-Name: Apache ACE Run Client -Bundle-Description: Bnd run project for a standard ACE Client. This projects does not generate any artifacts. \ No newline at end of file +Bundle-Description: Bnd run project for a standard ACE Client. This projects does not generate any artifacts. Modified: ace/trunk/run-client/client.bndrun URL: http://svn.apache.org/viewvc/ace/trunk/run-client/client.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/client.bndrun (original) +++ ace/trunk/run-client/client.bndrun Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -runfw: org.apache.felix.framework;version='[5.2.0,6)' -runee: JavaSE-1.6 -runbundles: org.apache.felix.dependencymanager,\ @@ -60,4 +62,4 @@ org.apache.felix.log.maxSize=1000,\ launch.keep=true,\ launch.storage.dir=bundle-cache - \ No newline at end of file + Modified: ace/trunk/run-client/conf/org.apache.ace.client.repository.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.client.repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.client.repository.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.client.repository.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1 @@ -showunregisteredtargets = true deploymentversionlimit = -1 obrlocation = http://${org.apache.ace.obr}/obr \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). showunregisteredtargets = true deploymentversionlimit = -1 obrlocation = http://${org.apache.ace.obr}/obr \ No newline at end of file Modified: ace/trunk/run-client/conf/org.apache.ace.client.rest.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.client.rest.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.client.rest.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.client.rest.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/client session.timeout=300 Modified: ace/trunk/run-client/conf/org.apache.ace.client.workspace.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.client.workspace.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.client.workspace.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.client.workspace.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + repository.url=http://${org.apache.ace.server}/repository user.name=d authentication.enabled=false Modified: ace/trunk/run-client/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + repositoryLocation = http://${org.apache.ace.server}/repository repositoryCustomer = apache repositoryName = user Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/auditlog.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/auditlog/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/client.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/client.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/client.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/client.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/client/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/deployment.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/deployment.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/deployment.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/deployment/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/obr.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/obr.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/obr.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/obr.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.obr}/obr/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/replication.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/replication.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/replication.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/replication.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/replication/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.connectionfactory/repository.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.connectionfactory/repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.connectionfactory/repository.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.connectionfactory/repository.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/repository/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-client/conf/org.apache.ace.discovery.property.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.discovery.property.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.discovery.property.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.discovery.property.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -serverURL = http://${org.apache.ace.server} \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +serverURL = http://${org.apache.ace.server} Modified: ace/trunk/run-client/conf/org.apache.ace.gogo.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.gogo.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.gogo.servlet.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.gogo.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,4 @@ -org.apache.ace.server.servlet.endpoint=/gogo +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). +org.apache.ace.server.servlet.endpoint=/gogo Modified: ace/trunk/run-client/conf/org.apache.ace.log.server.store.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.log.server.store.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.log.server.store.factory/auditlog.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.log.server.store.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -name=auditlog \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +name=auditlog Modified: ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -MaxEvents=0 \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +MaxEvents=0 Modified: ace/trunk/run-client/conf/org.apache.ace.log.server.task.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.log.server.task.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.log.server.task.factory/auditlog.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.log.server.task.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=auditlog mode=pull Modified: ace/trunk/run-client/conf/org.apache.ace.scheduler.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.scheduler.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.scheduler.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.scheduler.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + auditlog = 2000 org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask = 2000 org.apache.ace.log.server.task.LogSyncTask = 2000 Modified: ace/trunk/run-client/conf/org.apache.ace.server.repository.factory/ace-user.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.server.repository.factory/ace-user.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.server.repository.factory/ace-user.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.server.repository.factory/ace-user.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=user customer=apache master=true Modified: ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + # The endpoint of the Vaadin UI org.apache.ace.server.servlet.endpoint = /ace # Vaadin UI settings Modified: ace/trunk/run-develop/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/run-develop/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-develop/bnd.bnd (original) +++ ace/trunk/run-develop/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -nobundles: true Bundle-Name: Apache ACE Development Target -Bundle-Description: Bnd run project for a standard ACE Target when used in a development environment, such as Eclipse. This projects does not generate any artifacts. \ No newline at end of file +Bundle-Description: Bnd run project for a standard ACE Target when used in a development environment, such as Eclipse. This projects does not generate any artifacts. Modified: ace/trunk/run-develop/develop.bndrun URL: http://svn.apache.org/viewvc/ace/trunk/run-develop/develop.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-develop/develop.bndrun (original) +++ ace/trunk/run-develop/develop.bndrun Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -runfw: org.apache.felix.framework;version='[5.2.0,6)' -runee: JavaSE-1.6 -runbundles: org.apache.felix.gogo.command,\ Modified: ace/trunk/run-obr/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/run-obr/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-obr/bnd.bnd (original) +++ ace/trunk/run-obr/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -nobundles: true Bundle-Name: Apache ACE Run OBR -Bundle-Description: Bnd run project for a standard ACE OBR. This projects does not generate any artifacts. \ No newline at end of file +Bundle-Description: Bnd run project for a standard ACE OBR. This projects does not generate any artifacts. Modified: ace/trunk/run-obr/conf/org.apache.ace.obr.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-obr/conf/org.apache.ace.obr.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-obr/conf/org.apache.ace.obr.servlet.cfg (original) +++ ace/trunk/run-obr/conf/org.apache.ace.obr.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/obr authentication.enabled = false Modified: ace/trunk/run-obr/conf/org.apache.ace.obr.storage.file.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-obr/conf/org.apache.ace.obr.storage.file.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-obr/conf/org.apache.ace.obr.storage.file.cfg (original) +++ ace/trunk/run-obr/conf/org.apache.ace.obr.storage.file.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -fileLocation=store \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +fileLocation=store Modified: ace/trunk/run-obr/obr.bndrun URL: http://svn.apache.org/viewvc/ace/trunk/run-obr/obr.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-obr/obr.bndrun (original) +++ ace/trunk/run-obr/obr.bndrun Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -runfw: org.apache.felix.framework;version='[5.2.0,6)' -runee: JavaSE-1.6 -runbundles: org.apache.felix.dependencymanager,\ Modified: ace/trunk/run-relay/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/bnd.bnd (original) +++ ace/trunk/run-relay/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -nobundles: true Bundle-Name: Apache ACE Relay Server -Bundle-Description: Bnd run project for a ACE relay server. This projects does not generate any artifacts. \ No newline at end of file +Bundle-Description: Bnd run project for a ACE relay server. This projects does not generate any artifacts. Modified: ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/auditlog.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.relay}/auditlog/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/deployment.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/deployment.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/deployment.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.relay}/deployment/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/repository.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/repository.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.connectionfactory/repository.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.relay}/repository/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-relay/conf/org.apache.ace.deployment.provider.repositorybased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.deployment.provider.repositorybased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.deployment.provider.repositorybased.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.deployment.provider.repositorybased.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + url = http://${org.apache.ace.relay}/repository name = deployment customer = apache Modified: ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.agent.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.agent.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.agent.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.agent.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/agent # no authentication is used... authentication.enabled = false Modified: ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.deployment.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/deployment authentication.enabled = false Modified: ace/trunk/run-relay/conf/org.apache.ace.discovery.property.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.discovery.property.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.discovery.property.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.discovery.property.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + # This is the *master* server URL to contact in order to relay to... -serverURL = http://${org.apache.ace.server} \ No newline at end of file +serverURL = http://${org.apache.ace.server} Modified: ace/trunk/run-relay/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/auditlog name = auditlog authentication.enabled = false Modified: ace/trunk/run-relay/conf/org.apache.ace.log.server.store.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.log.server.store.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.log.server.store.factory/auditlog.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.log.server.store.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -name=auditlog \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +name=auditlog Modified: ace/trunk/run-relay/conf/org.apache.ace.log.server.store.filebased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.log.server.store.filebased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.log.server.store.filebased.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.log.server.store.filebased.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -MaxEvents=0 \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +MaxEvents=0 Modified: ace/trunk/run-relay/conf/org.apache.ace.log.server.task.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.log.server.task.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.log.server.task.factory/auditlog.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.log.server.task.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + # name of log to synchronize name = auditlog # how to synchronize, can be 'pull' (only receive updates), 'push' (only push updates) or 'pushpull' (2-way update) Modified: ace/trunk/run-relay/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/repository authentication.enabled = false Modified: ace/trunk/run-relay/conf/org.apache.ace.scheduler.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.scheduler.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.scheduler.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.scheduler.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + auditlog = 2000 # Synchronize the relay logs with the master every 5 seconds... org.apache.ace.log.server.task.LogSyncTask = 5000 Modified: ace/trunk/run-relay/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg (original) +++ ace/trunk/run-relay/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=deployment customer=apache -master=false \ No newline at end of file +master=false Modified: ace/trunk/run-relay/relay.bndrun URL: http://svn.apache.org/viewvc/ace/trunk/run-relay/relay.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-relay/relay.bndrun (original) +++ ace/trunk/run-relay/relay.bndrun Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -runfw: org.apache.felix.framework;version='[5.2.0,6)' -runee: JavaSE-1.6 -runbundles: org.apache.felix.dependencymanager,\ @@ -49,4 +51,4 @@ org.apache.felix.log.maxSize=1000,\ launch.keep=true,\ launch.storage.dir=bundle-cache - \ No newline at end of file + Modified: ace/trunk/run-server-allinone/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/bnd.bnd (original) +++ ace/trunk/run-server-allinone/bnd.bnd Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + -nobundles: true Bundle-Name: Apache ACE Run ServerAllInOne -Bundle-Description: Bnd run project for an ACE deployment including Server, Client and OBR. This projects does not generate any artifacts. \ No newline at end of file +Bundle-Description: Bnd run project for an ACE deployment including Server, Client and OBR. This projects does not generate any artifacts. Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.client.automation.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.client.automation.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.client.automation.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.client.automation.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + registerTargetFilter = (id=*) approveTargetFilter = (id=*) autoApproveTargetFilter = (id=*) @@ -8,4 +10,4 @@ storeRepository = shop customerName = apache userName = d hostName = http://${org.apache.ace.server} -endpoint = /repository \ No newline at end of file +endpoint = /repository Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.client.repository.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.client.repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.client.repository.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.client.repository.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1 @@ -showunregisteredtargets = true deploymentversionlimit = -1 obrlocation = http://${org.apache.ace.obr}/obr \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). showunregisteredtargets = true deploymentversionlimit = -1 obrlocation = http://${org.apache.ace.obr}/obr \ No newline at end of file Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.client.rest.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.client.rest.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.client.rest.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.client.rest.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/client session.timeout=300 Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.client.workspace.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.client.workspace.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.client.workspace.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.client.workspace.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + repository.url=http://${org.apache.ace.server}/repository user.name=d authentication.enabled=false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + repositoryLocation = http://${org.apache.ace.server}/repository repositoryCustomer = apache repositoryName = user Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/auditlog.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/auditlog/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/client.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/client.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/client.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/client.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/client/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/deployment.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/deployment.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/deployment.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/deployment/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/obr.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/obr.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/obr.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/obr.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/obr/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/replication.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/replication.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/replication.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/replication.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/replication/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/repository.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/repository.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.connectionfactory/repository.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + authentication.baseURL = http://${org.apache.ace.server}/repository/ authentication.type = none #authentication.user.name = d Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.filebased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.filebased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.filebased.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.filebased.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + BaseDirectoryName=store Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.repositorybased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.repositorybased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.repositorybased.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.provider.repositorybased.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + url = http://${org.apache.ace.server}/repository name = deployment customer = apache Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.agent.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.agent.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.agent.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.agent.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/agent # OBR settings obr.url = http://${org.apache.ace.obr}/obr/ Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.deployment.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/deployment authentication.enabled = false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.discovery.property.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.discovery.property.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.discovery.property.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.discovery.property.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -serverURL = http://${org.apache.ace.server} \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +serverURL = http://${org.apache.ace.server} Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.gogo.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.gogo.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.gogo.servlet.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.gogo.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,3 @@ -org.apache.ace.server.servlet.endpoint=/gogo - +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). +org.apache.ace.server.servlet.endpoint=/gogo Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.http.redirector.factory/root-to-ace.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.http.redirector.factory/root-to-ace.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.http.redirector.factory/root-to-ace.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.http.redirector.factory/root-to-ace.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/ org.apache.ace.webui.vaadin.redirect=/ace/ Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/auditlog name = auditlog authentication.enabled = false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.factory/auditlog.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.factory/auditlog.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.factory/auditlog.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -name=auditlog \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +name=auditlog Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.filebased.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.filebased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.filebased.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.log.server.store.filebased.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -MaxEvents=0 \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +MaxEvents=0 Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.nodelauncher.amazon.cfg.example URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.nodelauncher.amazon.cfg.example?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.nodelauncher.amazon.cfg.example (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.nodelauncher.amazon.cfg.example Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). +# # # Sample configuration file. You need to rename the extension of the file # and change some of the placeholders for this configuration to work. Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.obr.servlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.obr.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.obr.servlet.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.obr.servlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/obr authentication.enabled = false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.obr.storage.file.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.obr.storage.file.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.obr.storage.file.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.obr.storage.file.cfg Wed Jan 27 09:03:12 2016 @@ -1 +1,3 @@ -fileLocation=store \ No newline at end of file +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + +fileLocation=store Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/replication authentication.enabled = false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + org.apache.ace.server.servlet.endpoint=/repository authentication.enabled = false Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.scheduler.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.scheduler.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.scheduler.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.scheduler.cfg Wed Jan 27 09:03:12 2016 @@ -1,2 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + auditlog = 2000 -org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask = 2000 \ No newline at end of file +org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask = 2000 Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=deployment customer=apache -master=true \ No newline at end of file +master=true Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-shop.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-shop.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-shop.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-shop.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=shop customer=apache master=true Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-target.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-target.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-target.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-target.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=target customer=apache -master=true \ No newline at end of file +master=true Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-user.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-user.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-user.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.server.repository.factory/ace-user.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + name=user customer=apache master=true Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). + # The endpoint of the Vaadin UI org.apache.ace.server.servlet.init.productionMode = true org.apache.ace.server.servlet.endpoint = /ace Modified: ace/trunk/run-server-allinone/scripts/addbundles.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/addbundles.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/addbundles.gogo (original) +++ ace/trunk/run-server-allinone/scripts/addbundles.gogo Wed Jan 27 09:03:12 2016 @@ -1,3 +1,5 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). +# # # Creates an additional 100 bundles and 10 configuration files # Modified: ace/trunk/run-server-allinone/scripts/adddist.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/adddist.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/adddist.gogo (original) +++ ace/trunk/run-server-allinone/scripts/adddist.gogo Wed Jan 27 09:03:12 2016 @@ -1,3 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). # # Adds some distributions, features and artifacts (based on setup.gogo). # Modified: ace/trunk/run-server-allinone/scripts/addtargets.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/addtargets.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/addtargets.gogo (original) +++ ace/trunk/run-server-allinone/scripts/addtargets.gogo Wed Jan 27 09:03:12 2016 @@ -1,3 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). # # Creates 10 additional targets, with some tags, and associates them with # existing distributions (from setup.gogo). Modified: ace/trunk/run-server-allinone/scripts/clear.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/clear.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/clear.gogo (original) +++ ace/trunk/run-server-allinone/scripts/clear.gogo Wed Jan 27 09:03:12 2016 @@ -1,3 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). # # Clears a complete workspace, removing all the artifacts it finds. Does not # attempt to delete anything from an OBR, just all the metadata in ACE. Modified: ace/trunk/run-server-allinone/scripts/setup.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/setup.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/setup.gogo (original) +++ ace/trunk/run-server-allinone/scripts/setup.gogo Wed Jan 27 09:03:12 2016 @@ -1,3 +1,4 @@ +# Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). # # Sets up a workspace with a collection of entities for testing. #
