Skip to content

Commit 13caf55

Browse files
committed
Remove a bunch of unneeded things now that Indigo is out.
1 parent c0ad575 commit 13caf55

File tree

1 file changed

+3
-66
lines changed

1 file changed

+3
-66
lines changed

pom.xml

+3-66
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
4343

4444
<properties>
4545
<tycho-version>0.12.0</tycho-version>
46-
<platform-version-name>helios</platform-version-name>
46+
<platform-version-name>indigo</platform-version-name>
4747
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
48-
<wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site>
4948
<swtbot-site>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-site>
50-
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository</orbit-site>
49+
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository</orbit-site>
5150
</properties>
5251

5352
<pluginRepositories>
@@ -73,20 +72,6 @@
7372
</pluginRepositories>
7473

7574
<profiles>
76-
<profile>
77-
<id>platform-helios</id>
78-
<activation>
79-
<property>
80-
<name>platform-version-name</name>
81-
<value>helios</value>
82-
</property>
83-
</activation>
84-
<properties>
85-
<eclipse-site>http://download.eclipse.org/releases/helios</eclipse-site>
86-
<platform-version>[3.6,3.7)</platform-version>
87-
<cdt-site>http://download.eclipse.org/tools/cdt/releases/helios/</cdt-site>
88-
</properties>
89-
</profile>
9075
<profile>
9176
<id>platform-indigo</id>
9277
<activation>
@@ -99,8 +84,6 @@
9984
<properties>
10085
<eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
10186
<platform-version>[3.7,3.8)</platform-version>
102-
<cdt-site>http://download.eclipse.org/tools/cdt/updates/indigo/</cdt-site>
103-
<!-- <cdt-site>https://hudson.eclipse.org/hudson/job/cdt-nightly/lastSuccessfulBuild/artifact/update-site</cdt-site>-->
10487
</properties>
10588
</profile>
10689
</profiles>
@@ -124,7 +107,7 @@
124107

125108
<repositories>
126109
<repository>
127-
<id>helios</id>
110+
<id>indigo</id>
128111
<layout>p2</layout>
129112
<url>${eclipse-site}</url>
130113
</repository>
@@ -133,21 +116,11 @@
133116
<layout>p2</layout>
134117
<url>${swtbot-site}</url>
135118
</repository>
136-
<repository>
137-
<id>wikitext</id>
138-
<layout>p2</layout>
139-
<url>${wikitext-site}</url>
140-
</repository>
141119
<repository>
142120
<id>orbit</id>
143121
<layout>p2</layout>
144122
<url>${orbit-site}</url>
145123
</repository>
146-
<repository>
147-
<id>cdt</id>
148-
<layout>p2</layout>
149-
<url>${cdt-site}</url>
150-
</repository>
151124
</repositories>
152125

153126
<build>
@@ -164,30 +137,6 @@
164137
<version>${tycho-version}</version>
165138
<configuration>
166139
<resolver>p2</resolver>
167-
<!--
168-
<environments>
169-
<environment>
170-
<os>linux</os>
171-
<ws>gtk</ws>
172-
<arch>x86</arch>
173-
</environment>
174-
<environment>
175-
<os>linux</os>
176-
<ws>gtk</ws>
177-
<arch>x86_64</arch>
178-
</environment>
179-
<environment>
180-
<os>linux</os>
181-
<ws>gtk</ws>
182-
<arch>ppc</arch>
183-
</environment>
184-
<environment>
185-
<os>linux</os>
186-
<ws>gtk</ws>
187-
<arch>ppc64</arch>
188-
</environment>
189-
</environments>
190-
-->
191140
</configuration>
192141
</plugin>
193142
<plugin>
@@ -220,21 +169,9 @@
220169
</configuration>
221170
</plugin>
222171
<plugin>
223-
<!-- TODO remove workaround when
224-
https://issues.sonatype.org/browse/TYCHO-473
225-
is fixed -->
226172
<groupId>org.eclipse.tycho</groupId>
227173
<artifactId>tycho-source-plugin</artifactId>
228174
<version>${tycho-version}</version>
229-
<executions>
230-
<execution>
231-
<id>attach-source</id>
232-
<phase>process-classes</phase>
233-
<goals>
234-
<goal>plugin-source</goal>
235-
</goals>
236-
</execution>
237-
</executions>
238175
</plugin>
239176
<plugin>
240177
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)