This repository was archived by the owner on Jul 9, 2022. It is now read-only.
File tree 1 file changed +3
-3
lines changed
si-sts-templates/si-template-plugin/src/main/resources
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<descriptors >
3
3
<descriptor id =" org.springframework.integration.sts.template.standalone.simple"
4
4
name =" Spring Integration Project (Standalone) - Simple" kind =" template"
5
- version =" ${template.version}" local =" false" size =" 8390"
5
+ version =" ${template.version}" local =" false" size =" 8390" category = " Integration "
6
6
url =" ${base.location}/si-template-standalone-simple-${template.version}.zip" >
7
7
<description >Creates a Spring Integration project that runs as a standalone Java application using core components only.</description >
8
8
</descriptor >
9
9
<descriptor id =" org.springframework.integration.sts.template.standalone"
10
10
name =" Spring Integration Project (Standalone) - File" kind =" template"
11
- version =" ${template.version}" local =" false" size =" 10258"
11
+ version =" ${template.version}" local =" false" size =" 10258" category = " Integration "
12
12
url =" ${base.location}/si-template-standalone-${template.version}.zip" >
13
13
<description >Creates a Spring Integration project that runs as a standalone Java application using file polling and file output.</description >
14
14
</descriptor >
15
15
<descriptor id =" org.springframework.integration.sts.template.war"
16
16
name =" Spring Integration Project (War)" kind =" template" version =" ${template.version}"
17
- local =" false" size =" 56242"
17
+ local =" false" size =" 56242" category = " Integration "
18
18
url =" ${base.location}/si-template-war-${template.version}.zip" >
19
19
<description >Creates a Spring Integration project that runs within a servlet container.
20
20
Uses the Spring Integration Twitter adapter.</description >
You can’t perform that action at this time.
0 commit comments