|
71 | 71 |
|
72 | 72 |
|
73 | 73 | <profiles>
|
74 |
| - |
| 74 | + |
75 | 75 | <profile>
|
76 |
| - <id>build-all</id> |
| 76 | + <id>all</id> |
77 | 77 | <build>
|
78 | 78 | <plugins>
|
79 | 79 | <plugin>
|
|
85 | 85 | <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
|
86 | 86 | spec -->
|
87 | 87 | <environments>
|
88 |
| - |
89 |
| - <!-- Linux --> |
| 88 | + <environment> |
| 89 | + <os>win32</os> |
| 90 | + <ws>win32</ws> |
| 91 | + <arch>x86</arch> |
| 92 | + </environment> |
| 93 | + <environment> |
| 94 | + <os>win32</os> |
| 95 | + <ws>win32</ws> |
| 96 | + <arch>x86_64</arch> |
| 97 | + </environment> |
90 | 98 | <environment>
|
91 | 99 | <os>linux</os>
|
92 | 100 | <ws>gtk</ws>
|
|
97 | 105 | <ws>gtk</ws>
|
98 | 106 | <arch>x86_64</arch>
|
99 | 107 | </environment>
|
| 108 | + <environment> |
| 109 | + <os>macosx</os> |
| 110 | + <ws>cocoa</ws> |
| 111 | + <arch>x86_64</arch> |
| 112 | + </environment> |
| 113 | + </environments> |
| 114 | + </configuration> |
| 115 | + </plugin> |
| 116 | + </plugins> |
| 117 | + </build> |
| 118 | + </profile> |
100 | 119 |
|
101 |
| - <!-- Windows --> |
| 120 | + <profile> |
| 121 | + <id>win32</id> |
| 122 | + <build> |
| 123 | + <plugins> |
| 124 | + <plugin> |
| 125 | + <groupId>org.eclipse.tycho</groupId> |
| 126 | + <artifactId>target-platform-configuration</artifactId> |
| 127 | + <version>${tycho.version}</version> |
| 128 | + <configuration> |
| 129 | + <!-- configure the p2 target environments for multi-platform build --> |
| 130 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 131 | + spec --> |
| 132 | + <environments> |
102 | 133 | <environment>
|
103 | 134 | <os>win32</os>
|
104 | 135 | <ws>win32</ws>
|
105 | 136 | <arch>x86</arch>
|
106 | 137 | </environment>
|
| 138 | + </environments> |
| 139 | + </configuration> |
| 140 | + </plugin> |
| 141 | + </plugins> |
| 142 | + </build> |
| 143 | + </profile> |
| 144 | + <profile> |
| 145 | + <id>win64</id> |
| 146 | + <build> |
| 147 | + <plugins> |
| 148 | + <plugin> |
| 149 | + <groupId>org.eclipse.tycho</groupId> |
| 150 | + <artifactId>target-platform-configuration</artifactId> |
| 151 | + <version>${tycho.version}</version> |
| 152 | + <configuration> |
| 153 | + <!-- configure the p2 target environments for multi-platform build --> |
| 154 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 155 | + spec --> |
| 156 | + <environments> |
107 | 157 | <environment>
|
108 | 158 | <os>win32</os>
|
109 | 159 | <ws>win32</ws>
|
110 | 160 | <arch>x86_64</arch>
|
111 | 161 | </environment>
|
| 162 | + </environments> |
| 163 | + </configuration> |
| 164 | + </plugin> |
| 165 | + </plugins> |
| 166 | + </build> |
| 167 | + </profile> |
112 | 168 |
|
113 |
| - <!-- Mac --> |
| 169 | + |
| 170 | + <profile> |
| 171 | + <id>linux32</id> |
| 172 | + <build> |
| 173 | + <plugins> |
| 174 | + <plugin> |
| 175 | + <groupId>org.eclipse.tycho</groupId> |
| 176 | + <artifactId>target-platform-configuration</artifactId> |
| 177 | + <version>${tycho.version}</version> |
| 178 | + <configuration> |
| 179 | + <!-- configure the p2 target environments for multi-platform build --> |
| 180 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 181 | + spec --> |
| 182 | + <environments> |
114 | 183 | <environment>
|
115 |
| - <os>macosx</os> |
116 |
| - <ws>cocoa</ws> |
| 184 | + <os>linux</os> |
| 185 | + <ws>gtk</ws> |
117 | 186 | <arch>x86</arch>
|
118 | 187 | </environment>
|
119 |
| - <environment> |
120 |
| - <os>macosx</os> |
121 |
| - <ws>cocoa</ws> |
122 |
| - <arch>x86_64</arch> |
123 |
| - </environment> |
124 |
| - |
125 | 188 | </environments>
|
126 | 189 | </configuration>
|
127 | 190 | </plugin>
|
|
130 | 193 | </profile>
|
131 | 194 |
|
132 | 195 | <profile>
|
133 |
| - <id>build-some</id> |
| 196 | + <id>linux64</id> |
134 | 197 | <build>
|
135 | 198 | <plugins>
|
136 | 199 | <plugin>
|
|
142 | 205 | <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
|
143 | 206 | spec -->
|
144 | 207 | <environments>
|
145 |
| - |
146 |
| - <!-- Linux --> |
147 | 208 | <environment>
|
148 | 209 | <os>linux</os>
|
149 | 210 | <ws>gtk</ws>
|
150 |
| - <arch>x86</arch> |
| 211 | + <arch>x86_64</arch> |
151 | 212 | </environment>
|
| 213 | + </environments> |
| 214 | + </configuration> |
| 215 | + </plugin> |
| 216 | + </plugins> |
| 217 | + </build> |
| 218 | + </profile> |
152 | 219 |
|
153 |
| - <!-- Windows --> |
| 220 | + <profile> |
| 221 | + <id>mac32</id> |
| 222 | + <build> |
| 223 | + <plugins> |
| 224 | + <plugin> |
| 225 | + <groupId>org.eclipse.tycho</groupId> |
| 226 | + <artifactId>target-platform-configuration</artifactId> |
| 227 | + <version>${tycho.version}</version> |
| 228 | + <configuration> |
| 229 | + <!-- configure the p2 target environments for multi-platform build --> |
| 230 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 231 | + spec --> |
| 232 | + <environments> |
| 233 | + <!-- Mac --> |
154 | 234 | <environment>
|
155 |
| - <os>win32</os> |
156 |
| - <ws>win32</ws> |
| 235 | + <os>macosx</os> |
| 236 | + <ws>cocoa</ws> |
157 | 237 | <arch>x86</arch>
|
158 | 238 | </environment>
|
159 |
| - |
| 239 | + </environments> |
| 240 | + </configuration> |
| 241 | + </plugin> |
| 242 | + </plugins> |
| 243 | + </build> |
| 244 | + </profile> |
| 245 | + <profile> |
| 246 | + <id>mac64</id> |
| 247 | + <build> |
| 248 | + <plugins> |
| 249 | + <plugin> |
| 250 | + <groupId>org.eclipse.tycho</groupId> |
| 251 | + <artifactId>target-platform-configuration</artifactId> |
| 252 | + <version>${tycho.version}</version> |
| 253 | + <configuration> |
| 254 | + <!-- configure the p2 target environments for multi-platform build --> |
| 255 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 256 | + spec --> |
| 257 | + <environments> |
160 | 258 | <!-- Mac -->
|
161 | 259 | <environment>
|
162 | 260 | <os>macosx</os>
|
163 | 261 | <ws>cocoa</ws>
|
164 | 262 | <arch>x86_64</arch>
|
165 | 263 | </environment>
|
166 |
| - |
167 | 264 | </environments>
|
168 | 265 | </configuration>
|
169 | 266 | </plugin>
|
|
178 | 275 | </activation>
|
179 | 276 |
|
180 | 277 | <repositories>
|
181 |
| - <repository> |
182 |
| - <id>Nebula</id> |
183 |
| - <layout>p2</layout> |
184 |
| - <url> http://download.eclipse.org/technology/nebula/snapshot</url> |
185 |
| - </repository> |
186 |
| - |
187 | 278 | <repository>
|
188 | 279 | <id>platform_juno</id>
|
189 | 280 | <layout>p2</layout>
|
|
201 | 292 | <profile>
|
202 | 293 | <id>kepler</id>
|
203 | 294 | <repositories>
|
204 |
| - <repository> |
205 |
| - <id>Nebula</id> |
206 |
| - <layout>p2</layout> |
207 |
| - <url> http://download.eclipse.org/technology/nebula/snapshot</url> |
208 |
| - </repository> |
209 |
| - |
210 | 295 | <repository>
|
211 | 296 | <id>platform_kepler</id>
|
212 | 297 | <layout>p2</layout>
|
|
220 | 305 | </repository>
|
221 | 306 | </repositories>
|
222 | 307 | </profile>
|
| 308 | + |
| 309 | + <profile> |
| 310 | + <id>luna</id> |
| 311 | + <repositories> |
| 312 | + <repository> |
| 313 | + <id>platform_luna</id> |
| 314 | + <layout>p2</layout> |
| 315 | + <url> http://download.eclipse.org/eclipse/updates/4.4</url> |
| 316 | + </repository> |
| 317 | + |
| 318 | + <repository> |
| 319 | + <id>release-train_luna</id> |
| 320 | + <layout>p2</layout> |
| 321 | + <url> http://download.eclipse.org/releases/luna</url> |
| 322 | + </repository> |
| 323 | + </repositories> |
| 324 | + </profile> |
223 | 325 | </profiles>
|
224 | 326 |
|
| 327 | + <repositories> |
| 328 | + <repository> |
| 329 | + <id>Nebula</id> |
| 330 | + <layout>p2</layout> |
| 331 | + <url> http://download.eclipse.org/technology/nebula/snapshot</url> |
| 332 | + </repository> |
| 333 | + </repositories> |
| 334 | + |
| 335 | + <pluginRepositories> |
| 336 | + <pluginRepository> |
| 337 | + <id>tycho-staged</id> |
| 338 | + <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1004/</url> |
| 339 | + </pluginRepository> |
| 340 | + </pluginRepositories> |
225 | 341 |
|
226 | 342 | </project>
|
227 | 343 |
|
|
0 commit comments