|
Lines 220-225
Link Here
|
| 220 |
</build> |
220 |
</build> |
| 221 |
</profile> |
221 |
</profile> |
| 222 |
<profile> |
222 |
<profile> |
|
|
223 |
<id>build-native-launchers-gtk.solaris.x86_64</id> |
| 224 |
<activation> |
| 225 |
<property> |
| 226 |
<name>native</name> |
| 227 |
<value>gtk.solaris.x86_64</value> |
| 228 |
</property> |
| 229 |
</activation> |
| 230 |
<build> |
| 231 |
<plugins> |
| 232 |
<plugin> |
| 233 |
<artifactId>maven-antrun-plugin</artifactId> |
| 234 |
<version> 1.7 </version> |
| 235 |
<executions> |
| 236 |
<execution> |
| 237 |
<id>compile-executable-natives</id> |
| 238 |
<phase>generate-resources</phase> |
| 239 |
<configuration> |
| 240 |
<target> |
| 241 |
<ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/> |
| 242 |
</target> |
| 243 |
</configuration> |
| 244 |
<goals> |
| 245 |
<goal>run</goal> |
| 246 |
</goals> |
| 247 |
</execution> |
| 248 |
</executions> |
| 249 |
<dependencies> |
| 250 |
<dependency> |
| 251 |
<groupId>bsf</groupId> |
| 252 |
<artifactId>bsf</artifactId> |
| 253 |
<version>2.4.0</version> |
| 254 |
</dependency> |
| 255 |
<dependency> |
| 256 |
<groupId>rhino</groupId> |
| 257 |
<artifactId>js</artifactId> |
| 258 |
<version>1.7R2</version> |
| 259 |
</dependency> |
| 260 |
<dependency> |
| 261 |
<groupId>org.apache.ant</groupId> |
| 262 |
<artifactId>ant-apache-bsf</artifactId> |
| 263 |
<version>1.8.3</version> |
| 264 |
</dependency> |
| 265 |
<dependency> |
| 266 |
<groupId>org.apache.ant</groupId> |
| 267 |
<artifactId>ant-nodeps</artifactId> |
| 268 |
<version>1.8.1</version> |
| 269 |
</dependency> |
| 270 |
</dependencies> |
| 271 |
</plugin> |
| 272 |
</plugins> |
| 273 |
</build> |
| 274 |
</profile> |
| 275 |
<profile> |
| 276 |
<id>build-native-launchers-gtk.solaris.x86</id> |
| 277 |
<activation> |
| 278 |
<property> |
| 279 |
<name>native</name> |
| 280 |
<value>gtk.solaris.x86</value> |
| 281 |
</property> |
| 282 |
</activation> |
| 283 |
<build> |
| 284 |
<plugins> |
| 285 |
<plugin> |
| 286 |
<artifactId>maven-antrun-plugin</artifactId> |
| 287 |
<version> 1.7 </version> |
| 288 |
<executions> |
| 289 |
<execution> |
| 290 |
<id>compile-executable-natives</id> |
| 291 |
<phase>generate-resources</phase> |
| 292 |
<configuration> |
| 293 |
<target> |
| 294 |
<ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/> |
| 295 |
</target> |
| 296 |
</configuration> |
| 297 |
<goals> |
| 298 |
<goal>run</goal> |
| 299 |
</goals> |
| 300 |
</execution> |
| 301 |
</executions> |
| 302 |
<dependencies> |
| 303 |
<dependency> |
| 304 |
<groupId>bsf</groupId> |
| 305 |
<artifactId>bsf</artifactId> |
| 306 |
<version>2.4.0</version> |
| 307 |
</dependency> |
| 308 |
<dependency> |
| 309 |
<groupId>rhino</groupId> |
| 310 |
<artifactId>js</artifactId> |
| 311 |
<version>1.7R2</version> |
| 312 |
</dependency> |
| 313 |
<dependency> |
| 314 |
<groupId>org.apache.ant</groupId> |
| 315 |
<artifactId>ant-apache-bsf</artifactId> |
| 316 |
<version>1.8.3</version> |
| 317 |
</dependency> |
| 318 |
<dependency> |
| 319 |
<groupId>org.apache.ant</groupId> |
| 320 |
<artifactId>ant-nodeps</artifactId> |
| 321 |
<version>1.8.1</version> |
| 322 |
</dependency> |
| 323 |
</dependencies> |
| 324 |
</plugin> |
| 325 |
</plugins> |
| 326 |
</build> |
| 327 |
</profile> |
| 328 |
<profile> |
| 223 |
<id>build-native-launchers-win32.win32.x86_64</id> |
329 |
<id>build-native-launchers-win32.win32.x86_64</id> |
| 224 |
<activation> |
330 |
<activation> |
| 225 |
<property> |
331 |
<property> |
|
Lines 345-350
Link Here
|
| 345 |
<include name="gtk/linux/x86_64/**/*"/> |
451 |
<include name="gtk/linux/x86_64/**/*"/> |
| 346 |
<include name="gtk/solaris/sparc/**/*"/> |
452 |
<include name="gtk/solaris/sparc/**/*"/> |
| 347 |
<include name="gtk/solaris/x86/**/*"/> |
453 |
<include name="gtk/solaris/x86/**/*"/> |
|
|
454 |
<include name="gtk/solaris/x86_64/**/*"/> |
| 348 |
<include name="win32/win32/x86/**/*"/> |
455 |
<include name="win32/win32/x86/**/*"/> |
| 349 |
<include name="win32/win32/x86_64/**/*"/> |
456 |
<include name="win32/win32/x86_64/**/*"/> |
| 350 |
</fileset> |
457 |
</fileset> |