Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.

Commit e7e4007

Browse files
committed
Merge pull request #3 from katesherwood/master
* katesherwood-master: Added category information to the integration templates. For reference see: https://jira.springsource.org/browse/INTTEMPLATES-9
2 parents 202e5b5 + b8db56c commit e7e4007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

si-sts-templates/si-template-plugin/src/main/resources/descriptor.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<descriptors>
33
<descriptor id="org.springframework.integration.sts.template.standalone.simple"
44
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"
66
url="${base.location}/si-template-standalone-simple-${template.version}.zip">
77
<description>Creates a Spring Integration project that runs as a standalone Java application using core components only.</description>
88
</descriptor>
99
<descriptor id="org.springframework.integration.sts.template.standalone"
1010
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"
1212
url="${base.location}/si-template-standalone-${template.version}.zip">
1313
<description>Creates a Spring Integration project that runs as a standalone Java application using file polling and file output.</description>
1414
</descriptor>
1515
<descriptor id="org.springframework.integration.sts.template.war"
1616
name="Spring Integration Project (War)" kind="template" version="${template.version}"
17-
local="false" size="56242"
17+
local="false" size="56242" category="Integration"
1818
url="${base.location}/si-template-war-${template.version}.zip">
1919
<description>Creates a Spring Integration project that runs within a servlet container.
2020
Uses the Spring Integration Twitter adapter.</description>

0 commit comments

Comments
 (0)