Commit 4e05059 advinst
committed
1 parent 0a0116c commit 4e05059 Copy full SHA for 4e05059
File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 35
35
</license >
36
36
</licenses >
37
37
38
+ <scm >
39
+ <url >https://github.com/advinst/advinst-bamboo-plugin</url >
40
+ <connection >
41
+ scm:git:https://github.com/advinst/advinst-bamboo-plugin.git
42
+ </connection >
43
+ <developerConnection >
44
+ scm:git:https://github.com/advinst/advinst-bamboo-plugin.git
45
+ </developerConnection >
46
+ <tag >HEAD</tag >
47
+ </scm >
48
+
38
49
<properties >
39
50
<bamboo .version>5.9.2</bamboo .version>
40
51
<bamboo .data.version>5.9.2</bamboo .data.version>
Original file line number Diff line number Diff line change 5
5
<version >${project.version}</version >
6
6
<vendor name =" ${project.organization.name}"
7
7
url =" ${project.organization.url}" />
8
- <param name =" plugin-icon" >images/pluginIcon.png</param >
9
- <param name =" plugin-logo" >images/pluginLogo.png</param >
10
8
</plugin-info >
11
9
12
10
<!-- add our i18n resource -->
13
11
<resource type =" i18n" name =" advinst task language" location =" english" />
14
12
15
13
<taskType key =" advinstBuildTask" name =" Advanced Installer"
16
14
class =" caphyon.advinst.bamboo.AdvinstBuildTask" >
17
- <description >A task tha builds Advanced Installer projects</description >
15
+ <description >Builds Advanced Installer projects</description >
18
16
<configuration class =" caphyon.advinst.bamboo.AdvinstBuildTaskConfigurator" />
19
17
<resource type =" freemarker" name =" edit" location =" editAdvinstBuildTask.ftl" />
20
18
<resource type =" freemarker" name =" view" location =" viewAdvinstBuildTask.ftl" />
19
+ <resource type =" download" name =" icon" location =" images/advinstIcon.png" />
21
20
</taskType >
22
21
23
22
</atlassian-plugin >
You can’t perform that action at this time.
0 commit comments