|
72 | 72 |
|
73 | 73 | <profiles>
|
74 | 74 |
|
| 75 | + |
| 76 | + |
75 | 77 | <profile>
|
76 |
| - <id>build-all</id> |
| 78 | + |
| 79 | + <id>win32</id> |
77 | 80 | <build>
|
78 | 81 | <plugins>
|
79 | 82 | <plugin>
|
|
85 | 88 | <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
|
86 | 89 | spec -->
|
87 | 90 | <environments>
|
88 |
| - |
89 |
| - <!-- Linux --> |
90 |
| - <environment> |
91 |
| - <os>linux</os> |
92 |
| - <ws>gtk</ws> |
93 |
| - <arch>x86</arch> |
94 |
| - </environment> |
95 |
| - <environment> |
96 |
| - <os>linux</os> |
97 |
| - <ws>gtk</ws> |
98 |
| - <arch>x86_64</arch> |
99 |
| - </environment> |
100 |
| - |
101 |
| - <!-- Windows --> |
102 | 91 | <environment>
|
103 | 92 | <os>win32</os>
|
104 | 93 | <ws>win32</ws>
|
105 | 94 | <arch>x86</arch>
|
106 | 95 | </environment>
|
| 96 | + </environments> |
| 97 | + </configuration> |
| 98 | + </plugin> |
| 99 | + </plugins> |
| 100 | + </build> |
| 101 | + </profile><profile> |
| 102 | + <id>win64</id> |
| 103 | + <build> |
| 104 | + <plugins> |
| 105 | + <plugin> |
| 106 | + <groupId>org.eclipse.tycho</groupId> |
| 107 | + <artifactId>target-platform-configuration</artifactId> |
| 108 | + <version>${tycho.version}</version> |
| 109 | + <configuration> |
| 110 | + <!-- configure the p2 target environments for multi-platform build --> |
| 111 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 112 | + spec --> |
| 113 | + <environments> |
107 | 114 | <environment>
|
108 | 115 | <os>win32</os>
|
109 | 116 | <ws>win32</ws>
|
110 | 117 | <arch>x86_64</arch>
|
111 | 118 | </environment>
|
| 119 | + </environments> |
| 120 | + </configuration> |
| 121 | + </plugin> |
| 122 | + </plugins> |
| 123 | + </build> |
| 124 | + </profile> |
| 125 | + |
112 | 126 |
|
113 |
| - <!-- Mac --> |
| 127 | + <profile> |
| 128 | + <id>linux32</id> |
| 129 | + <build> |
| 130 | + <plugins> |
| 131 | + <plugin> |
| 132 | + <groupId>org.eclipse.tycho</groupId> |
| 133 | + <artifactId>target-platform-configuration</artifactId> |
| 134 | + <version>${tycho.version}</version> |
| 135 | + <configuration> |
| 136 | + <!-- configure the p2 target environments for multi-platform build --> |
| 137 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 138 | + spec --> |
| 139 | + <environments> |
114 | 140 | <environment>
|
115 |
| - <os>macosx</os> |
116 |
| - <ws>cocoa</ws> |
| 141 | + <os>linux</os> |
| 142 | + <ws>gtk</ws> |
117 | 143 | <arch>x86</arch>
|
118 | 144 | </environment>
|
119 |
| - <environment> |
120 |
| - <os>macosx</os> |
121 |
| - <ws>cocoa</ws> |
122 |
| - <arch>x86_64</arch> |
123 |
| - </environment> |
124 |
| - |
125 | 145 | </environments>
|
126 | 146 | </configuration>
|
127 | 147 | </plugin>
|
|
130 | 150 | </profile>
|
131 | 151 |
|
132 | 152 | <profile>
|
133 |
| - <id>build-some</id> |
| 153 | + <id>linux64</id> |
134 | 154 | <build>
|
135 | 155 | <plugins>
|
136 | 156 | <plugin>
|
|
142 | 162 | <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
|
143 | 163 | spec -->
|
144 | 164 | <environments>
|
145 |
| - |
146 |
| - <!-- Linux --> |
147 | 165 | <environment>
|
148 | 166 | <os>linux</os>
|
149 | 167 | <ws>gtk</ws>
|
150 |
| - <arch>x86</arch> |
| 168 | + <arch>x86_64</arch> |
151 | 169 | </environment>
|
| 170 | + </environments> |
| 171 | + </configuration> |
| 172 | + </plugin> |
| 173 | + </plugins> |
| 174 | + </build> |
| 175 | + </profile> |
152 | 176 |
|
153 |
| - <!-- Windows --> |
| 177 | + <profile> |
| 178 | + <id>mac32</id> |
| 179 | + <build> |
| 180 | + <plugins> |
| 181 | + <plugin> |
| 182 | + <groupId>org.eclipse.tycho</groupId> |
| 183 | + <artifactId>target-platform-configuration</artifactId> |
| 184 | + <version>${tycho.version}</version> |
| 185 | + <configuration> |
| 186 | + <!-- configure the p2 target environments for multi-platform build --> |
| 187 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 188 | + spec --> |
| 189 | + <environments> |
| 190 | + <!-- Mac --> |
154 | 191 | <environment>
|
155 |
| - <os>win32</os> |
156 |
| - <ws>win32</ws> |
| 192 | + <os>macosx</os> |
| 193 | + <ws>cocoa</ws> |
157 | 194 | <arch>x86</arch>
|
158 | 195 | </environment>
|
159 |
| - |
| 196 | + </environments> |
| 197 | + </configuration> |
| 198 | + </plugin> |
| 199 | + </plugins> |
| 200 | + </build> |
| 201 | + </profile><profile> |
| 202 | + <id>mac64</id> |
| 203 | + <build> |
| 204 | + <plugins> |
| 205 | + <plugin> |
| 206 | + <groupId>org.eclipse.tycho</groupId> |
| 207 | + <artifactId>target-platform-configuration</artifactId> |
| 208 | + <version>${tycho.version}</version> |
| 209 | + <configuration> |
| 210 | + <!-- configure the p2 target environments for multi-platform build --> |
| 211 | + <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi |
| 212 | + spec --> |
| 213 | + <environments> |
160 | 214 | <!-- Mac -->
|
161 | 215 | <environment>
|
162 | 216 | <os>macosx</os>
|
163 | 217 | <ws>cocoa</ws>
|
164 | 218 | <arch>x86_64</arch>
|
165 | 219 | </environment>
|
166 |
| - |
167 | 220 | </environments>
|
168 | 221 | </configuration>
|
169 | 222 | </plugin>
|
|
178 | 231 | </activation>
|
179 | 232 |
|
180 | 233 | <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 | 234 | <repository>
|
188 | 235 | <id>platform_juno</id>
|
189 | 236 | <layout>p2</layout>
|
|
201 | 248 | <profile>
|
202 | 249 | <id>kepler</id>
|
203 | 250 | <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 | 251 | <repository>
|
211 | 252 | <id>platform_kepler</id>
|
212 | 253 | <layout>p2</layout>
|
|
220 | 261 | </repository>
|
221 | 262 | </repositories>
|
222 | 263 | </profile>
|
| 264 | + |
| 265 | + <profile> |
| 266 | + <id>luna</id> |
| 267 | + <repositories> |
| 268 | + <repository> |
| 269 | + <id>platform_luna</id> |
| 270 | + <layout>p2</layout> |
| 271 | + <url> http://download.eclipse.org/eclipse/updates/4.4</url> |
| 272 | + </repository> |
| 273 | + |
| 274 | + <repository> |
| 275 | + <id>release-train_luna</id> |
| 276 | + <layout>p2</layout> |
| 277 | + <url> http://download.eclipse.org/releases/luna</url> |
| 278 | + </repository> |
| 279 | + </repositories> |
| 280 | + </profile> |
223 | 281 | </profiles>
|
224 | 282 |
|
| 283 | + <repositories> |
| 284 | + <repository> |
| 285 | + <id>Nebula</id> |
| 286 | + <layout>p2</layout> |
| 287 | + <url> http://download.eclipse.org/technology/nebula/snapshot</url> |
| 288 | + </repository> |
| 289 | + </repositories> |
225 | 290 |
|
226 | 291 | </project>
|
227 | 292 |
|
|
0 commit comments