Skip to content

Commit e49580a

Browse files
committed
Built feature and update site for deployment to Eclipse Marketplace
1 parent 4507d1a commit e49580a

16 files changed

+116
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>net.servicestack.eclipse.feature</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<feature url="features/net.servicestack.eclipse.feature_1.0.0.qualifier.jar" id="net.servicestack.eclipse.feature" version="1.0.0.qualifier"/>
4+
<category-def name="net.servicestack.eclipse.feature.category" label="ServiceStack"/>
5+
</site>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="net.servicestack.eclipse.feature"
4+
label="ServiceStackEclipse"
5+
version="1.0.0.qualifier"
6+
provider-name="ServiceStack"
7+
ws="win32">
8+
9+
<description url="http://github.com/ServiceStack/ServiceStack.Java">
10+
ServiceStackEclipse is a plugin for Eclipse to stream line building Java clients with ServiceStack servers.
11+
</description>
12+
13+
<copyright url="https://servicestack.net/">
14+
Copyright (c) Service Stack LLC, 2015 All Rights Reserved.
15+
</copyright>
16+
17+
<license url="http://opensource.org/licenses/BSD-3-Clause">
18+
Copyright (c) 2015, ServiceStack LLC
19+
All rights reserved.
20+
21+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
22+
23+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
24+
25+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
26+
27+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
28+
29+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
</license>
31+
32+
<plugin
33+
id="net.servicestack.eclipse"
34+
ws="win32"
35+
download-size="0"
36+
install-size="0"
37+
version="1.0.0.qualifier"
38+
unpack="false"/>
39+
40+
</feature>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?pde version="3.5"?>
3+
4+
<product name="ServiceStackEclipse" uid="net.servicestack.eclipse.product" id="net.servicestack.eclipse.ServiceStackEclipse" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="false" includeLaunchers="true">
5+
6+
<configIni use="default">
7+
</configIni>
8+
9+
<launcherArgs>
10+
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
11+
</vmArgsMac>
12+
</launcherArgs>
13+
14+
<plugins>
15+
<plugin id="net.servicestack.eclipse"/>
16+
</plugins>
17+
18+
19+
</product>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>net.servicestack.eclipse.updatesite</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.UpdateSiteBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.UpdateSiteNature</nature>
16+
</natures>
17+
</projectDescription>
658 Bytes
Binary file not shown.
3.54 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)