This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/final-cleanups
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 6af88bdc4e09fc2249146a612ed84dafbc2353a1
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jun 18 11:38:16 2019 +0200

    Remove Agent-Class from manifest
    
    The agent does not support starting after the VM itself has started, so 
don't advertise is in the manifest.
---
 url-connection-agent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/url-connection-agent/pom.xml b/url-connection-agent/pom.xml
index 07f5a39..3a51c61 100644
--- a/url-connection-agent/pom.xml
+++ b/url-connection-agent/pom.xml
@@ -45,7 +45,6 @@
                             
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
                             <archive>
                                 <manifestEntries>
-                                    
<Agent-Class>org.apache.sling.uca.impl.Agent</Agent-Class>
                                     
<Premain-Class>org.apache.sling.uca.impl.Agent</Premain-Class>
                                     
<Can-Redefine-Classes>true</Can-Redefine-Classes>
                                     
<Can-Retransform-Classes>true</Can-Retransform-Classes>

Reply via email to