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

Commit

Permalink
Merge pull request #13 from ghillert/INTTEMPLATES-16
Browse files Browse the repository at this point in the history
INTTEMPLATES-16 - Add support for "requiresbundle"
  • Loading branch information
ghillert committed Apr 5, 2013
2 parents 5c811bb + 8f24609 commit d533156
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions si-sts-templates/src/main/resources/descriptor.xml
Expand Up @@ -6,7 +6,8 @@
kind="template"
version="${template.version}"
local="false"
requires="3.0.0"
requires="[3.0.0,4.0)"
requiresbundle="org.eclipse.m2e.core"
size="${template.standalone-simple.size}"
category="${template.category}"
url="${base.location}/si-template-standalone-simple-${template.version}.zip">
Expand All @@ -19,7 +20,8 @@
kind="template"
version="${template.version}"
local="false"
requires="3.0.0"
requires="[3.0.0,4.0)"
requiresbundle="org.eclipse.m2e.core"
size="${template.standalone.size}"
category="${template.category}"
url="${base.location}/si-template-standalone-${template.version}.zip">
Expand All @@ -32,7 +34,8 @@
kind="template"
version="${template.version}"
local="false"
requires="3.0.0"
requires="[3.0.0,4.0)"
requiresbundle="org.eclipse.m2e.core"
size="${template.war.size}"
category="${template.category}"
url="${base.location}/si-template-war-${template.version}.zip">
Expand All @@ -45,7 +48,8 @@
kind="template"
version="${template.version}"
local="false"
requires="3.0.0"
requires="[3.0.0,4.0)"
requiresbundle="org.springsource.ide.eclipse.gradle.core"
size="${template.adapter.size}"
category="${template.category}"
url="${base.location}/si-template-adapter-${template.version}.zip">
Expand Down
1 change: 1 addition & 0 deletions si-template-projects/adapter/template.xml
Expand Up @@ -4,6 +4,7 @@
name="Spring Integration Adapter Template Project"
kind="template"
category="${template.category}"
requiresbundle="org.springsource.ide.eclipse.gradle.core"
version="${template.version}">
<description>
Creates a Spring Integration Adapter Template Project. Use this template to
Expand Down
Expand Up @@ -4,6 +4,7 @@
name="Spring Integration Project (Standalone) - File"
kind="template"
category="${template.category}"
requiresbundle="org.eclipse.m2e.core"
version="${template.version}">
<description>
Creates a Spring Integration project that runs as a standalone Java
Expand Down
Expand Up @@ -4,6 +4,7 @@
name="Spring Integration Project (Standalone) - Simple"
kind="template"
version="${template.version}"
requiresbundle="org.eclipse.m2e.core"
category="${template.category}">
<description>
Creates a Spring Integration project that runs as a standalone Java
Expand Down
1 change: 1 addition & 0 deletions si-template-projects/si-template-war-project/template.xml
Expand Up @@ -4,6 +4,7 @@
name="Spring Integration Project (War)"
kind="template"
version="${template.version}"
requiresbundle="org.eclipse.m2e.core"
category="${template.category}">
<description>
Creates a Spring Integration project that runs within a servlet container.
Expand Down

0 comments on commit d533156

Please sign in to comment.