automation/product_builder/carbide.c/product.xml
author cawthron
Fri, 09 Oct 2009 07:35:41 -0500
changeset 527 aca45c77e587
permissions -rw-r--r--
add Symbian Foundation build scripts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
527
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     2
<?pde version="3.4"?>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     3
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     4
<product name="Carbide.c++" id="com.nokia.carbide.cpp.product" application="org.eclipse.ui.ide.workbench" version="${CARBIDE_VERSION_3DIGITS}" useFeatures="true">
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     5
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     6
   <aboutInfo>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     7
      <image path="icons/about.png"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     8
      <text>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
     9
         %productBlurb
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    10
      </text>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    11
   </aboutInfo>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    12
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    13
   <configIni use="default">
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    14
   </configIni>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    15
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    16
   <launcherArgs>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    17
      <vmArgs>-Xms40m
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    18
-Xmx1024m
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    19
-XX:MaxPermSize=96M</vmArgs>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    20
      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    21
   </launcherArgs>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    22
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    23
   <windowImages i16="icons/Carbide_c_icon_16x16.png" i32="icons/Carbide_c_icon_32x32.png" i48="icons/Carbide_c_icon_48x48.png"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    24
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    25
   <splash
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    26
      location="com.nokia.carbide.cpp"
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    27
      startupProgressRect="0,244,469,21"
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    28
      startupMessageRect="12,190,441,15"
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    29
      startupForegroundColor="777777" />
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    30
   <launcher name="Carbide.c++.${CARBIDE_VERSION_2DIGITS}">
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    31
      <solaris/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    32
      <win useIco="true">
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    33
         <ico path="/com.nokia.carbide.cpp/icons/Carbide_c_flat.ico"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    34
         <bmp/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    35
      </win>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    36
   </launcher>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    37
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    38
   <intro introId="com.nokia.carbide.cpp.intro"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    39
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    40
   <vm>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    41
   </vm>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    42
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    43
   <plugins>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    44
      <plugin id="org.eclipse.ui.views.log"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    45
   </plugins>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    46
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    47
   <features>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    48
      <feature id="org.eclipse.cdt.platform" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    49
      <feature id="org.eclipse.cdt.gnu.build" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    50
      <feature id="org.eclipse.cdt.gnu.debug" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    51
      <feature id="org.eclipse.cdt" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    52
      <feature id="com.nokia.carbide.cpp" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    53
      <feature id="com.nokia.carbide.cpp.sdk" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    54
      <feature id="com.nokia.carbide.cpp.capabilityScanner" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    55
      <feature id="com.nokia.carbide.cpp.codescanner" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    56
      <feature id="com.nokia.carbide.search.system" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    57
      <feature id="com.nokia.carbide.bugreport" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    58
      <feature id="com.nokia.carbide.cpp.pi" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    59
      <feature id="com.nokia.sdt.uidesigner" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    60
      <feature id="com.nokia.carbide.cpp.uiq.ui" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    61
      <feature id="org.eclipse.cvs" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    62
      <feature id="org.eclipse.dd.debug.memory.renderings" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    63
      <feature id="org.eclipse.platform" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    64
      <feature id="org.eclipse.rcp" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    65
      <feature id="org.eclipse.draw2d" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    66
      <feature id="org.eclipse.emf.common" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    67
      <feature id="org.eclipse.emf.common.ui" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    68
      <feature id="org.eclipse.emf.databinding" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    69
      <feature id="org.eclipse.emf.databinding.edit" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    70
      <feature id="org.eclipse.emf.ecore" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    71
      <feature id="org.eclipse.emf.ecore.edit" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    72
      <feature id="org.eclipse.emf.ecore.editor" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    73
      <feature id="org.eclipse.emf.ecore.sdo" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    74
      <feature id="org.eclipse.emf.ecore.sdo.edit" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    75
      <feature id="org.eclipse.emf.edit" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    76
      <feature id="org.eclipse.emf.edit.ui" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    77
      <feature id="org.eclipse.emf.mapping" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    78
      <feature id="org.eclipse.emf.mapping.ecore" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    79
      <feature id="org.eclipse.emf.mapping.ecore.editor" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    80
      <feature id="org.eclipse.emf.mapping.ui" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    81
      <feature id="org.eclipse.gef" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    82
      <feature id="org.eclipse.help" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    83
      <feature id="org.eclipse.xsd" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    84
      <feature id="org.eclipse.xsd.edit" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    85
      <feature id="org.eclipse.xsd.editor" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    86
      <feature id="org.eclipse.xsd.mapping" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    87
      <feature id="org.eclipse.xsd.mapping.editor" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    88
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    89
      <!-- Public Extensions -->
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    90
      <feature id="com.nokia.s60tools.extensions.framework" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    91
      <feature id="com.nokia.carbide.extensions.appdep" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    92
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    93
      <!-- ADT Extensions -->
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    94
      <feature id="com.nokia.carbide.extensions.apiquery" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    95
      <feature id="com.nokia.carbide.extensions.symbianfoundationtemplates" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    96
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    97
      <!-- PDT Extensions -->
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    98
      <feature id="com.nokia.carbide.extensions.compatibilityanalyser" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
    99
      <feature id="com.nokia.carbide.extensions.imaker" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   100
      <feature id="com.nokia.carbide.extensions.metadataeditor" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   101
      <feature id="com.nokia.carbide.extensions.stif" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   102
      <feature id="com.nokia.carbide.extensions.hticonnection" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   103
      <feature id="com.nokia.carbide.extensions.remotecontrol" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   104
      <feature id="com.nokia.carbide.extensions.creator" version="0.0.0"/>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   105
   </features>
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   106
aca45c77e587 add Symbian Foundation build scripts
cawthron
parents:
diff changeset
   107
</product>