You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2016/01/27 10:03:17 UTC

svn commit: r1726970 [3/3] - in /ace/trunk: ./ build/ cnf/ etc/ org.apache.ace.agent.controller.itest/ org.apache.ace.agent.itest/ org.apache.ace.agent.launcher/ org.apache.ace.agent.launcher/resources/ org.apache.ace.agent.launcher/src/org/apache/ace/...

Modified: ace/trunk/run-server-allinone/scripts/test_perf.gogo
URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/test_perf.gogo?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server-allinone/scripts/test_perf.gogo (original)
+++ ace/trunk/run-server-allinone/scripts/test_perf.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).
+#
 # Simple script to test performance of an ACE server
 #
 # usage : 

Modified: ace/trunk/run-server-allinone/server-allinone.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/server-allinone.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server-allinone/server-allinone.bndrun (original)
+++ ace/trunk/run-server-allinone/server-allinone.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,\
@@ -80,4 +82,4 @@
 -runvm: -Xmx1G
 
 # Enable Yourkit profiling
-#-runvm: -Xmx1G -agentpath:/Applications/YourKit_Java_Profiler_12.0.5.app/bin/mac/libyjpagent.jnilib
\ No newline at end of file
+#-runvm: -Xmx1G -agentpath:/Applications/YourKit_Java_Profiler_12.0.5.app/bin/mac/libyjpagent.jnilib

Modified: ace/trunk/run-server/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/bnd.bnd (original)
+++ ace/trunk/run-server/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 Server
-Bundle-Description: Bnd run project for a standard ACE Server. This projects does not generate any artifacts.
\ No newline at end of file
+Bundle-Description: Bnd run project for a standard ACE Server. This projects does not generate any artifacts.

Modified: ace/trunk/run-server/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.configurator.useradmin.task.UpdateUserAdminTask.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.connectionfactory/auditlog.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.connectionfactory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.connectionfactory/auditlog.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.connectionfactory/client.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.connectionfactory/client.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.connectionfactory/client.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.connectionfactory/deployment.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.connectionfactory/deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.connectionfactory/deployment.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.connectionfactory/replication.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.connectionfactory/replication.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.connectionfactory/replication.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.connectionfactory/repository.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.connectionfactory/repository.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.connectionfactory/repository.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.deployment.provider.repositorybased.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.deployment.provider.repositorybased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.deployment.provider.repositorybased.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.deployment.servlet.agent.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.deployment.servlet.agent.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.deployment.servlet.agent.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.deployment.servlet.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.deployment.servlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.deployment.servlet.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.log.server.servlet.factory/auditlog.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.log.server.store.factory/auditlog.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.log.server.store.factory/auditlog.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.log.server.store.factory/auditlog.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.log.server.store.filebased.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.log.server.store.filebased.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.log.server.store.filebased.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.repository.servlet.RepositoryReplicationServlet.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.repository.servlet.RepositoryServlet.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.scheduler.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.scheduler.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.scheduler.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-deployment.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.server.repository.factory/ace-shop.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-shop.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-shop.cfg (original)
+++ ace/trunk/run-server/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
\ No newline at end of file
+master=true

Modified: ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-target.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-target.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-target.cfg (original)
+++ ace/trunk/run-server/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/conf/org.apache.ace.server.repository.factory/ace-user.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-user.cfg?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/conf/org.apache.ace.server.repository.factory/ace-user.cfg (original)
+++ ace/trunk/run-server/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/server.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-server/server.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-server/server.bndrun (original)
+++ ace/trunk/run-server/server.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,\
@@ -47,4 +49,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-target/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/run-target/bnd.bnd?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-target/bnd.bnd (original)
+++ ace/trunk/run-target/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 Target
-Bundle-Description: Bnd run project for a standard ACE Target. This projects does not generate any artifacts.
\ No newline at end of file
+Bundle-Description: Bnd run project for a standard ACE Target. This projects does not generate any artifacts.

Modified: ace/trunk/run-target/conf/ace.policy
URL: http://svn.apache.org/viewvc/ace/trunk/run-target/conf/ace.policy?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-target/conf/ace.policy (original)
+++ ace/trunk/run-target/conf/ace.policy 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).
 
 // ACE doesn't define a security policy, but supports the creation of one.
 // Add -security when starting the ACE Management Agent to enable this policy file.

Modified: ace/trunk/run-target/target.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-target/target.bndrun?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/run-target/target.bndrun (original)
+++ ace/trunk/run-target/target.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:  \

Modified: ace/trunk/settings.gradle
URL: http://svn.apache.org/viewvc/ace/trunk/settings.gradle?rev=1726970&r1=1726969&r2=1726970&view=diff
==============================================================================
--- ace/trunk/settings.gradle (original)
+++ ace/trunk/settings.gradle 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).
+ *
  * Master Gradle initialization script
  *
  * Depends on bnd_* values from gradle.properties.