|
43 | 43 |
|
44 | 44 | <properties>
|
45 | 45 | <tycho-version>0.12.0</tycho-version>
|
46 |
| - <platform-version-name>helios</platform-version-name> |
| 46 | + <platform-version-name>indigo</platform-version-name> |
47 | 47 | <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> |
49 | 48 | <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> |
51 | 50 | </properties>
|
52 | 51 |
|
53 | 52 | <pluginRepositories>
|
|
73 | 72 | </pluginRepositories>
|
74 | 73 |
|
75 | 74 | <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> |
90 | 75 | <profile>
|
91 | 76 | <id>platform-indigo</id>
|
92 | 77 | <activation>
|
|
99 | 84 | <properties>
|
100 | 85 | <eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
|
101 | 86 | <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>--> |
104 | 87 | </properties>
|
105 | 88 | </profile>
|
106 | 89 | </profiles>
|
|
124 | 107 |
|
125 | 108 | <repositories>
|
126 | 109 | <repository>
|
127 |
| - <id>helios</id> |
| 110 | + <id>indigo</id> |
128 | 111 | <layout>p2</layout>
|
129 | 112 | <url>${eclipse-site}</url>
|
130 | 113 | </repository>
|
|
133 | 116 | <layout>p2</layout>
|
134 | 117 | <url>${swtbot-site}</url>
|
135 | 118 | </repository>
|
136 |
| - <repository> |
137 |
| - <id>wikitext</id> |
138 |
| - <layout>p2</layout> |
139 |
| - <url>${wikitext-site}</url> |
140 |
| - </repository> |
141 | 119 | <repository>
|
142 | 120 | <id>orbit</id>
|
143 | 121 | <layout>p2</layout>
|
144 | 122 | <url>${orbit-site}</url>
|
145 | 123 | </repository>
|
146 |
| - <repository> |
147 |
| - <id>cdt</id> |
148 |
| - <layout>p2</layout> |
149 |
| - <url>${cdt-site}</url> |
150 |
| - </repository> |
151 | 124 | </repositories>
|
152 | 125 |
|
153 | 126 | <build>
|
|
164 | 137 | <version>${tycho-version}</version>
|
165 | 138 | <configuration>
|
166 | 139 | <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 |
| - --> |
191 | 140 | </configuration>
|
192 | 141 | </plugin>
|
193 | 142 | <plugin>
|
|
220 | 169 | </configuration>
|
221 | 170 | </plugin>
|
222 | 171 | <plugin>
|
223 |
| - <!-- TODO remove workaround when |
224 |
| - https://issues.sonatype.org/browse/TYCHO-473 |
225 |
| - is fixed --> |
226 | 172 | <groupId>org.eclipse.tycho</groupId>
|
227 | 173 | <artifactId>tycho-source-plugin</artifactId>
|
228 | 174 | <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> |
238 | 175 | </plugin>
|
239 | 176 | <plugin>
|
240 | 177 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments