X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=modules%2Fserver%2Forg.argeo.slc.webapp.war%2FMETA-INF%2FMANIFEST.MF;h=5fa7d93d684b26f2a4058f1cf41eebe92513f8c5;hb=681d41a73eee9696b30a3745ef3b0fd32a8c22e7;hp=f38b8e764c06e7955ede90c05f131621ffcdd337;hpb=376dd74de6d9a78215754483ac463573fdf8ab65;p=gpl%2Fargeo-slc.git diff --git a/modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF b/modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF index f38b8e764..5fa7d93d6 100644 --- a/modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF +++ b/modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF @@ -1,13 +1,20 @@ Manifest-Version: 1.0 Bundle-ClassPath: WEB-INF/classes -Bundle-Version: 0.12.2.SNAPSHOT +Bundle-Version: 0.13.1.SNAPSHOT Bundle-Name: SLC Webapp Web-ContextPath: org.argeo.slc.webapp Bundle-SymbolicName: org.argeo.slc.webapp -Import-Package: net.sf.cglib.core, +Import-Package: javax.jcr, + net.sf.cglib.core, net.sf.cglib.proxy, net.sf.cglib.reflect, org.aopalliance.aop, + org.argeo.security.mvc, + org.argeo.server, + org.argeo.server.jackrabbit.webdav, + org.argeo.server.jcr.mvc, + org.argeo.server.json, + org.argeo.server.mvc, org.argeo.slc.build, org.argeo.slc.core.attachment, org.argeo.slc.core.test.tree, @@ -19,30 +26,26 @@ Import-Package: net.sf.cglib.core, org.argeo.slc.msg.event, org.argeo.slc.runtime, org.argeo.slc.services, + org.argeo.slc.web.ajaxplorer.file, + org.argeo.slc.web.ajaxplorer.mvc, org.argeo.slc.web.mvc, - org.argeo.slc.web.mvc.attachment, - org.argeo.slc.web.mvc.event, - org.argeo.slc.web.mvc.execution, - org.argeo.slc.web.mvc.management, - org.argeo.slc.web.mvc.process, + org.argeo.slc.web.mvc.controllers, org.argeo.slc.web.mvc.provisioning, - org.argeo.slc.web.mvc.result, - org.argeo.slc.web.mvc.runtime, - org.hibernate, - org.hibernate.hql.ast, - org.hibernate.jdbc, + org.hibernate.hql.ast;resolution:=optional, + org.hibernate.jdbc;resolution:=optional, org.springframework.aop, org.springframework.aop.framework, org.springframework.aop.scope, org.springframework.beans.factory.support, - org.springframework.orm.hibernate3.support, org.springframework.osgi.web.context.support, org.springframework.oxm, org.springframework.security, + org.springframework.security.config, org.springframework.security.context, org.springframework.security.providers, org.springframework.security.ui, org.springframework.security.ui.webapp, + org.springframework.security.userdetails, org.springframework.security.userdetails.memory, org.springframework.transaction, org.springframework.web.context, @@ -51,4 +54,6 @@ Import-Package: net.sf.cglib.core, org.springframework.web.filter, org.springframework.web.servlet, org.springframework.web.servlet.handler, - org.springframework.web.servlet.mvc + org.springframework.web.servlet.mvc, + org.springframework.web.servlet.mvc.annotation, + org.springframework.web.servlet.view