Skip to content

Commit efe8d6c

Browse files
committed
Updated ServiceStack.Java libraries
net.servicestack:client:1.0.18 net.servicestack:android:1.0.18 net.servicestack.eclipse:1.0.4
1 parent d49d1cf commit efe8d6c

File tree

11 files changed

+20
-7
lines changed

11 files changed

+20
-7
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"
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"
3636
unpack="false"/>
3737

3838
</feature>

src/ServiceStackEclipse.Feature/product.product

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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">
4+
<product name="ServiceStackEclipse" uid="net.servicestack.eclipse.product" id="net.servicestack.eclipse.ServiceStackEclipse" application="org.eclipse.ui.ide.workbench" version="1.0.4" useFeatures="false" includeLaunchers="true">
55

66

77
<configIni use="default">
@@ -14,6 +14,18 @@
1414

1515
<windowImages/>
1616

17+
18+
<launcher>
19+
<solaris/>
20+
<win useIco="false">
21+
<bmp/>
22+
</win>
23+
</launcher>
24+
25+
26+
<vm>
27+
</vm>
28+
1729
<license>
1830
<url>http://opensource.org/licenses/BSD-3-Clause</url>
1931
</license>
24 Bytes
Binary file not shown.
485 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/ServiceStackEclipse.UpdateSite/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<feature url="features/net.servicestack.eclipse.feature_1.0.3.201509111953.jar" id="net.servicestack.eclipse.feature" version="1.0.3.201509111953"/>
66
<feature url="features/net.servicestack.eclipse.feature_1.0.3.201509112039.jar" id="net.servicestack.eclipse.feature" version="1.0.3.201509112039"/>
77
<feature url="features/net.servicestack.eclipse.feature_1.0.3.201509112047.jar" id="net.servicestack.eclipse.feature" version="1.0.3.201509112047"/>
8+
<feature url="features/net.servicestack.eclipse.feature_1.0.4.jar" id="net.servicestack.eclipse.feature" version="1.0.4"/>
89
</site>

src/ServiceStackEclipse/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse
44
Bundle-SymbolicName: net.servicestack.eclipse;singleton:=true
5-
Bundle-Version: 1.0.3.qualifier
5+
Bundle-Version: 1.0.4
66
Bundle-Vendor: ServiceStack
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.resources,

0 commit comments

Comments
 (0)