Skip to content

Commit 3741a77

Browse files
committed
Working with tycho maven plugin
1 parent 658ea86 commit 3741a77

40 files changed

+178
-33
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ src/ServiceStackEclipse.UpdateSite/repository/
3535
src/ServiceStackEclipse.UpdateSite/eclipse/
3636
win32.win32.x86/
3737
win32.win32.x86_64/
38+
src/ServiceStackEclipse/**/.idea
39+
src/ServiceStackEclipse/**/target
40+
src/ServiceStackEclipse/**/.settings
3841

src/ServiceStackEclipse.Feature/build.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/ServiceStackEclipse/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin.includes = feature.xml

src/ServiceStackEclipse.Feature/feature.xml renamed to src/ServiceStackEclipse/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.5.qualifier"
5+
version="1.0.7.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.5.qualifier"
35+
version="0.0.0"
3636
unpack="false"/>
3737

3838
</feature>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2010, 2011 SAP AG and others.
4+
All rights reserved. This program and the accompanying materials
5+
are made available under the terms of the Eclipse Public License v1.0
6+
which accompanies this distribution, and is available at
7+
http://www.eclipse.org/legal/epl-v10.html
8+
9+
Contributors:
10+
SAP AG - initial API and implementation
11+
-->
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14+
<modelVersion>4.0.0</modelVersion>
15+
16+
<version>1.0.7-SNAPSHOT</version>
17+
<artifactId>net.servicestack.eclipse.feature</artifactId>
18+
<packaging>eclipse-feature</packaging>
19+
<name>ServiceStackEclipse.Feature</name>
20+
21+
<parent>
22+
<version>1.0.0-SNAPSHOT</version>
23+
<groupId>net.servicestack.eclipse</groupId>
24+
<artifactId>parent</artifactId>
25+
</parent>
26+
27+
</project>

src/ServiceStackEclipse.Feature/category.xml renamed to src/ServiceStackEclipse/ServiceStackEclipse.Repository/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/net.servicestack.eclipse.feature_1.0.0.qualifier.jar" id="net.servicestack.eclipse.feature" version="1.0.0.qualifier">
3+
<feature url="features/net.servicestack.eclipse.feature_1.0.7.qualifier.jar" id="net.servicestack.eclipse.feature" version="1.0.7.qualifier">
44
<category name="net.servicestack.eclipse.category"/>
55
</feature>
66
<category-def name="net.servicestack.eclipse.category" label="ServiceStack Tools"/>
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2010, 2011 SAP AG and others.
4+
All rights reserved. This program and the accompanying materials
5+
are made available under the terms of the Eclipse Public License v1.0
6+
which accompanies this distribution, and is available at
7+
http://www.eclipse.org/legal/epl-v10.html
8+
9+
Contributors:
10+
SAP AG - initial API and implementation
11+
-->
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14+
<modelVersion>4.0.0</modelVersion>
15+
16+
<version>1.0.7-SNAPSHOT</version>
17+
<artifactId>ServiceStackEclipse.Repository</artifactId>
18+
<packaging>eclipse-repository</packaging>
19+
<name>ServiceStackEclipse.Repository</name>
20+
21+
<parent>
22+
<version>1.0.0-SNAPSHOT</version>
23+
<groupId>net.servicestack.eclipse</groupId>
24+
<artifactId>parent</artifactId>
25+
</parent>
26+
27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.eclipse.tycho</groupId>
31+
<artifactId>tycho-p2-repository-plugin</artifactId>
32+
<version>${tycho-version}</version>
33+
<configuration>
34+
<includeAllDependencies>true</includeAllDependencies>
35+
</configuration>
36+
</plugin>
37+
</plugins>
38+
</build>
39+
</project>

src/ServiceStackEclipse.Feature/product.product renamed to src/ServiceStackEclipse/ServiceStackEclipse.Repository/product.product

Lines changed: 1 addition & 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.5.qualifier" 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.6.qualifier" useFeatures="false" includeLaunchers="true">
55

66
<configIni use="default">
77
</configIni>

0 commit comments

Comments
 (0)