You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<beansProjectDescription>
|
|
|
|
<version>1</version>
|
Remove "Feature" support introduced in 3.1 M1
Feature-related support such as @Feature, @FeatureConfiguration,
and FeatureSpecification types will be replaced by framework-provided
@Configuration classes and convenience annotations such as
@ComponentScan (already exists), @EnableAsync, @EnableScheduling,
@EnableTransactionManagement and others.
Issue: SPR-8012,SPR-8034,SPR-8039,SPR-8188,SPR-8206,SPR-8223,
SPR-8225,SPR-8226,SPR-8227
14 years ago
|
|
|
<pluginVersion><![CDATA[2.6.0.201103160035-RELEASE]]></pluginVersion>
|
|
|
|
<configSuffixes>
|
|
|
|
<configSuffix><![CDATA[xml]]></configSuffix>
|
|
|
|
</configSuffixes>
|
|
|
|
<enableImports><![CDATA[false]]></enableImports>
|
|
|
|
<configs>
|
|
|
|
<config>src/test/java/org/springframework/context/annotation/configuration/ImportXmlConfig-context.xml</config>
|
|
|
|
<config>src/test/java/org/springframework/context/annotation/configuration/SecondLevelSubConfig-context.xml</config>
|
|
|
|
<config>src/test/java/org/springframework/context/annotation/configuration/ImportXmlWithAopNamespace-context.xml</config>
|
|
|
|
<config>src/test/java/org/springframework/context/annotation/Spr6602Tests-context.xml</config>
|
|
|
|
</configs>
|
|
|
|
<configSets>
|
|
|
|
</configSets>
|
|
|
|
</beansProjectDescription>
|