INT-1383, fixed manifest template

This commit is contained in:
Oleg Zhurakousky
2010-08-27 14:42:04 +00:00
parent 12a82618c3
commit 6b8ed78ec5
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<beansProjectDescription>
<version>1</version>
<pluginVersion><![CDATA[2.3.3.201006162200-CI-R3784-B775]]></pluginVersion>
<configSuffixes>
<configSuffix><![CDATA[xml]]></configSuffix>
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
<config>src/test/java/org/springframework/integration/xml/transformer/XsltTransformerTests-context.xml</config>
</configs>
<configSets>
</configSets>
</beansProjectDescription>

View File

@@ -6,9 +6,12 @@ Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.apache.commons.logging.*;version="[1.0,2.0)",
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0",
javax.xml.*;version="0"