Skip to content

Commit d8efffc

Browse files
committed
Removed explicit win32 support from publish.
Trying different category metadata.
1 parent b49c397 commit d8efffc

File tree

7 files changed

+4
-5
lines changed

7 files changed

+4
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
33
<feature url="features/net.servicestack.eclipse.feature_1.0.0.qualifier.jar" id="net.servicestack.eclipse.feature" version="1.0.0.qualifier">
4-
<category name="net.servicestack.eclipse.feature.category"/>
4+
<category name="net.servicestack.eclipse.category"/>
55
</feature>
6-
<category-def name="net.servicestack.eclipse.feature.category" label="ServiceStack"/>
6+
<category-def name="net.servicestack.eclipse.category" label="ServiceStack Tools"/>
77
</site>

src/ServiceStackEclipse.Feature/feature.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
id="net.servicestack.eclipse.feature"
44
label="ServiceStackEclipse"
55
version="1.0.0.qualifier"
6-
provider-name="ServiceStack"
7-
ws="win32">
6+
provider-name="ServiceStack">
87

98
<description url="http://github.com/ServiceStack/ServiceStack.Java">
109
ServiceStackEclipse is a plugin for Eclipse to stream line building Java clients with ServiceStack servers.
19 Bytes
Binary file not shown.
251 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/net.servicestack.eclipse.feature_1.0.0.201506041725.jar" id="net.servicestack.eclipse.feature" version="1.0.0.201506041725" ws="win32"/>
3+
<feature url="features/net.servicestack.eclipse.feature_1.0.0.201506041821.jar" id="net.servicestack.eclipse.feature" version="1.0.0.201506041821" ws=""/>
44
</site>

0 commit comments

Comments
 (0)