You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:28:01 UTC

[sling-org-apache-sling-starter-startup] 08/10: Correct bundle activator

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git

commit 116b6b2274b2867ee81ccc3ef5a298a68c2555c1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Oct 6 08:00:26 2017 +0000

    Correct bundle activator
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811300 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c96ac15..b2995f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Activator>
-                            org.apache.sling.demo.startup.impl.Activator
+                            org.apache.sling.starter.startup.impl.Activator
                         </Bundle-Activator>
                     </instructions>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.