INT-1383, fixed manifest template
This commit is contained in:
14
spring-integration-xml/.springBeans
Normal file
14
spring-integration-xml/.springBeans
Normal 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>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user