add explicit versions

This commit is contained in:
dsyer
2009-02-02 18:32:48 +00:00
parent bf4c78d409
commit 0c2b443255

View File

@@ -4,7 +4,12 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spring Batch Cammand Line Archetype
Import-Template:
org.apache.commons.logging.*;version="[1.1.0, 2.0.0)",
org.apache.commons.io.*;version="[1.4.0, 2.0.0)";resolution:=optional,
org.springframework.batch.*;version="[2.0.0, 3.0.0)",
org.springframework.beans.*;version="[2.5.5, 3.0.0)";resolution:=optional,
org.springframework.jdbc.*;version="[2.5.5, 3.0.0)";resolution:=optional,
org.springframework.util.*;version="[2.5.5, 3.0.0)";resolution:=optional,
org.springframework.context.*;version="[2.5.5, 3.0.0)";resolution:=optional,
org.springframework.core.*;version="[2.5.5, 3.0.0)";resolution:=optional,
Unversioned-Imports:
javax.sql.*