creatorextension/com.nokia.carbide.extension.creator/feature.xml
author Matti Hagman <ext-matti.hagman@nokia.com>
Tue, 21 Sep 2010 13:50:51 +0300
changeset 29 f48eb66e9604
parent 25 eb17a7f7f320
permissions -rw-r--r--
Creator Carbide Extension 1.3.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<feature
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
      id="com.nokia.carbide.extensions.creator"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
      label="Carbide.c++ Extensions - Creator Script Editor"
29
f48eb66e9604 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 25
diff changeset
     5
      version="1.3.0.qualifier"
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
      provider-name="Nokia"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
      plugin="com.nokia.s60tools.creator">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
   <description>
25
eb17a7f7f320 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 0
diff changeset
    10
      Creator Script Editor is an editor for creating scripts to S60 RnD
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
application Creator.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
   </description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
   <copyright>
25
eb17a7f7f320 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 0
diff changeset
    15
      Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
      All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
   </copyright>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
   <license url="license.txt">
25
eb17a7f7f320 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 0
diff changeset
    20
      Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
under the terms of &quot;Eclipse Public License v1.0&quot;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
   </license>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
   <requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
      <import plugin="org.eclipse.ui"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
      <import plugin="org.eclipse.core.runtime"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
      <import plugin="org.eclipse.jface.text"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
      <import plugin="org.eclipse.core.resources"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
      <import plugin="org.eclipse.ui.editors"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
      <import plugin="org.eclipse.ui.ide"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
      <import plugin="org.eclipse.ui.console"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
      <import plugin="org.eclipse.swt"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
      <import plugin="org.eclipse.jface"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
      <import plugin="com.nokia.carbide.cdt.builder" version="2.0.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
      <import plugin="org.eclipse.help"/>
25
eb17a7f7f320 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 0
diff changeset
    39
      <import feature="com.nokia.s60tools.extensions.framework" version="1.1.9" match="greaterOrEqual"/>
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
   </requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
         id="com.nokia.s60tools.creator"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
         id="com.nokia.s60tools.creator.help"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
</feature>