X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=modules%2Fserver%2Forg.argeo.slc.webapp.war%2FMETA-INF%2FMANIFEST.MF;h=87b8dab4c3ecb70770f822539735e4bbb243138b;hb=62c0ae0f39243079b47639961b012ed946c756a8;hp=ca892a871b8a1d964b9d6231886457baa1168432;hpb=ef4f62db882f67dbc22e5c8abf363655c64fad77;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 ca892a871..87b8dab4c 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,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ClassPath: WEB-INF/classes -Bundle-Version: 0.12.2 +Bundle-Version: 0.13.0.SNAPSHOT Bundle-Name: SLC Webapp Web-ContextPath: org.argeo.slc.webapp Bundle-SymbolicName: org.argeo.slc.webapp @@ -26,15 +26,11 @@ Import-Package: javax.jcr;specification-version="1.0.0", org.argeo.slc.msg.event, org.argeo.slc.runtime, org.argeo.slc.services, + org.argeo.slc.web.ajaxplorer.file;specification-version="0.13.0.SNAPSHOT-r3788", + org.argeo.slc.web.ajaxplorer.mvc;specification-version="0.13.0.SNAPSHOT-r3788", 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, @@ -59,4 +55,5 @@ Import-Package: javax.jcr;specification-version="1.0.0", org.springframework.web.servlet, org.springframework.web.servlet.handler, org.springframework.web.servlet.mvc, + org.springframework.web.servlet.mvc.annotation, org.springframework.web.servlet.view;specification-version="2.5.6.SEC01"