+ fix import for org.antlr package versions

This commit is contained in:
Costin Leau 2008-11-26 09:56:50 +00:00
parent dca286d065
commit 8ba93ae12c
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ Bundle-ManifestVersion: 2
Import-Template:
org.springframework.core;version="[3.0.0, 3.0.1)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.antlr.runtime;version="[3.0.0,3.0.1)",
org.antlr.runtime.tree;version="[3.0.0,3.0.1)"
org.antlr.runtime;version="[3.0.1,4.0.0)",
org.antlr.runtime.tree;version="[3.0.1,4.0.0)"