]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp.war/META-INF/MANIFEST.MF
finish cleaning of controllers :
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / META-INF / MANIFEST.MF
index 43081fb717c34211f4015be06b33cd8e7ef3ce3d..d5b0eb9a9584517f84706dfa53c73f7316318a9b 100644 (file)
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ClassPath: WEB-INF/classes
-Bundle-Version: 0.12.2.SNAPSHOT
+Bundle-Version: 0.13.0.SNAPSHOT
 Bundle-Name: SLC Webapp
 Web-ContextPath: org.argeo.slc.webapp
 Bundle-SymbolicName: org.argeo.slc.webapp
@@ -27,14 +27,8 @@ Import-Package: javax.jcr;specification-version="1.0.0",
  org.argeo.slc.runtime,
  org.argeo.slc.services,
  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 +53,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"