Skip to content

Commit 3d2c2bc

Browse files
committed
2 parents be6f6ca + c20ef4a commit 3d2c2bc

File tree

15 files changed

+18
-8
lines changed

15 files changed

+18
-8
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.17"
5+
version = "1.0.18"
66

77
android {
88
compileSdkVersion 21

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.17"
5+
version = "1.0.18"
66
group = "net.servicestack" // Maven Group ID for the artifact
77
String packageId = "client"
88

src/ServiceStackEclipse.Feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="net.servicestack.eclipse.feature"
44
label="ServiceStackEclipse"
5-
version="1.0.3.qualifier"
5+
version="1.0.4.qualifier"
66
provider-name="ServiceStack">
77

88
<description url="http://github.com/ServiceStack/ServiceStack.Java">
@@ -32,7 +32,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&
3232
id="net.servicestack.eclipse"
3333
download-size="0"
3434
install-size="0"
35-
version="1.0.3.qualifier"
35+
version="1.0.4.qualifier"
3636
unpack="false"/>
3737

3838
</feature>

src/ServiceStackEclipse.Feature/product.product

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="ServiceStackEclipse" uid="net.servicestack.eclipse.product" id="net.servicestack.eclipse.ServiceStackEclipse" application="org.eclipse.ui.ide.workbench" version="1.0.3" useFeatures="false" includeLaunchers="true">
5-
4+
<product name="ServiceStackEclipse" uid="net.servicestack.eclipse.product" id="net.servicestack.eclipse.ServiceStackEclipse" application="org.eclipse.ui.ide.workbench" version="1.0.4.qualifier" useFeatures="false" includeLaunchers="true">
65

76
<configIni use="default">
87
</configIni>
@@ -14,6 +13,16 @@
1413

1514
<windowImages/>
1615

16+
<launcher>
17+
<solaris/>
18+
<win useIco="false">
19+
<bmp/>
20+
</win>
21+
</launcher>
22+
23+
<vm>
24+
</vm>
25+
1726
<license>
1827
<url>http://opensource.org/licenses/BSD-3-Clause</url>
1928
</license>
72 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)