Changeset 983


Ignore:
Timestamp:
11/13/12 10:36:08 (12 years ago)
Author:
pharms
Message:
  • renamed profiles to not include whitespaces so that hudson can properly handle them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/pom.xml

    r927 r983  
    5858        <profiles> 
    5959                <profile> 
    60                         <id>Windows x86</id> 
     60                        <id>Windows-x86</id> 
    6161                        <activation> 
    6262                                <os> 
     
    7171                </profile> 
    7272                <profile> 
    73                         <id>Windows amd64</id> 
     73                        <id>Windows-amd64</id> 
    7474                        <activation> 
    7575                                <os> 
     
    8484                </profile> 
    8585                <profile> 
    86                         <id>Linux x86</id> 
     86                        <id>Linux-x86</id> 
    8787                        <activation> 
    8888                                <os> 
     
    9797                </profile> 
    9898                <profile> 
    99                         <id>Linux i386</id> 
     99                        <id>Linux-i386</id> 
    100100                        <activation> 
    101101                                <os> 
     
    110110                </profile> 
    111111                <profile> 
    112                         <id>Linux x86_64</id> 
     112                        <id>Linux-x86_64</id> 
    113113                        <activation> 
    114114                                <os> 
     
    123123                </profile> 
    124124                <profile> 
    125                         <id>Linux amd64</id> 
     125                        <id>Linux-amd64</id> 
    126126                        <activation> 
    127127                                <os> 
     
    136136                </profile> 
    137137                <profile> 
    138                         <id>Linux ppc64</id> 
     138                        <id>Linux-ppc64</id> 
    139139                        <activation> 
    140140                                <os> 
Note: See TracChangeset for help on using the changeset viewer.