X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=modules%2Fserver%2Forg.argeo.slc.webapp.war%2FMETA-INF%2FMANIFEST.MF;h=d85c31affeabd9f382ef2e8aa29a79d348466e18;hb=3a6066d4fd26668f2a6e8690f15034bc3b6c6bd1;hp=a530e54e155a957009220d93d26243ad6ee93719;hpb=3f7517acb8c3d2d5e90ddee64a7a2890be301468;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 a530e54e1..d85c31aff 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,17 +1,19 @@ 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;specification-version="0.1.3.SNAPSHOT-r3402", + org.argeo.jackrabbit.remote, + org.argeo.security.mvc, org.argeo.server, - org.argeo.server.jcr.mvc;specification-version="0.1.3.SNAPSHOT-r3478", - org.argeo.server.json;specification-version="0.1.3.SNAPSHOT-r3371", + org.argeo.jcr.mvc, + org.argeo.server.json, org.argeo.server.mvc, org.argeo.slc.build, org.argeo.slc.core.attachment, @@ -24,15 +26,11 @@ 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.hql.ast;resolution:=optional, org.hibernate.jdbc;resolution:=optional, org.springframework.aop, @@ -42,12 +40,12 @@ Import-Package: net.sf.cglib.core, org.springframework.osgi.web.context.support, org.springframework.oxm, org.springframework.security, - org.springframework.security.config;specification-version="2.0.4.A", + 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;specification-version="2.0.4.A", + org.springframework.security.userdetails, org.springframework.security.userdetails.memory, org.springframework.transaction, org.springframework.web.context, @@ -57,4 +55,5 @@ Import-Package: net.sf.cglib.core, org.springframework.web.servlet, org.springframework.web.servlet.handler, org.springframework.web.servlet.mvc, - org.springframework.web.servlet.view;specification-version="2.5.6.SEC01" + org.springframework.web.servlet.mvc.annotation, + org.springframework.web.servlet.view