Skip to content

Commit 9c2181d

Browse files
committed
Use tycho.extras to rebuild update + old versions
1 parent dc0a78a commit 9c2181d

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

src/ServiceStackEclipse/ServiceStackEclipse.Bundle/net.servicestack.eclipse.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<SOURCES />
2020
</library>
2121
</orderEntry>
22-
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
23-
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
22+
<orderEntry type="library" name="Maven: junit:junit:4.11" level="project" />
23+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
2424
<orderEntry type="module-library">
2525
<library name="Maven: p2.eclipse-plugin:javax.annotation:1.2.0.v201401042248">
2626
<CLASSES>

src/ServiceStackEclipse/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,33 @@
8383
</execution>
8484
</executions>
8585
</plugin>
86+
<plugin>
87+
<groupId>org.eclipse.tycho.extras</groupId>
88+
<artifactId>tycho-p2-extras-plugin</artifactId>
89+
<version>${tycho-version}</version>
90+
<executions>
91+
<execution>
92+
<phase>prepare-package</phase>
93+
<goals>
94+
<goal>mirror</goal>
95+
</goals>
96+
</execution>
97+
</executions>
98+
<configuration>
99+
<source>
100+
<repository>
101+
<url>http://download.eclipse.org/releases/mars</url>
102+
<layout>p2</layout>
103+
</repository>
104+
<!-- source repositories to mirror from -->
105+
<repository>
106+
<url>https://s3.amazonaws.com/ci-dist/sseclipse/repository/</url>
107+
<layout>p2</layout>
108+
<!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
109+
</repository>
110+
</source>
111+
</configuration>
112+
</plugin>
86113
</plugins>
87114
</build>
88115
</project>

0 commit comments

Comments
 (0)