carbidecpp22devenv/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/plugin.xml
author cawthron
Fri, 04 Dec 2009 11:45:07 -0600
changeset 612 563ac445e417
parent 583 a71202386420
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
583
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<plugin>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
   <extension-point id="fetchFactories" name="%fetchFactories.name" schema="schema/fetchFactories.exsd"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<!-- Tasks -->
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
         point="org.eclipse.ant.core.antTasks">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
            name="eclipse.brand"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
            class="org.eclipse.pde.internal.build.tasks.BrandTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
      		library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
      		name="eclipse.brand.p2.artifacts"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
      		class="org.eclipse.pde.internal.build.publisher.BrandP2Task">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
      		library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      		name="eclipse.gatherBundle"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
      		class="org.eclipse.pde.internal.build.publisher.GatherBundleTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
      		library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
      		name="eclipse.gatherFeature"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
      		class="org.eclipse.pde.internal.build.publisher.GatherFeatureTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
            name="eclipse.fetch"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
            class="org.eclipse.pde.internal.build.tasks.FetchTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
            name="eclipse.buildScript"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
            class="org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
            name="eclipse.generateFeature"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
            class="org.eclipse.pde.internal.build.tasks.FeatureGeneratorTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
            name="eclipse.buildManifest"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
            class="org.eclipse.pde.internal.build.tasks.BuildManifestTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
            name="eclipse.assembler"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
            class="org.eclipse.pde.internal.build.tasks.PackagerTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
            name="eclipse.idReplacer"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
            class="org.eclipse.pde.internal.build.tasks.IdReplaceTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    60
            name="eclipse.jnlpGenerator"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    61
            class="org.eclipse.pde.internal.build.tasks.JNLPGeneratorTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    62
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    63
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    64
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    65
            name="eclipse.unzipperBuilder"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    66
            class="org.eclipse.pde.internal.build.tasks.UnzipperGeneratorTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    67
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    68
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    69
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    70
            name="eclipse.fetchFilesGenerator"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    71
            class="org.eclipse.pde.internal.build.tasks.FetchFileGeneratorTask">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    72
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    73
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    74
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    75
            name="eclipse.versionReplacer"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    76
            class="org.eclipse.pde.internal.build.tasks.GenericVersionReplacer">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    77
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    78
      <antTask
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    79
            class="org.eclipse.pde.internal.build.publisher.FeaturesAndBundlesTask"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    80
            library="lib/pdebuild-ant.jar"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    81
            name="eclipse.publish.featuresAndBundles">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    82
      </antTask>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    83
      
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    84
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    85
<!-- Extra Classpath -->
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    86
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    87
         point="org.eclipse.ant.core.extraClasspathEntries">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    88
      <extraClasspathEntry
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    89
            library="lib/pdebuild-ant.jar">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    90
      </extraClasspathEntry>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    91
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    92
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    93
         id="buildtimesite"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    94
         point="org.eclipse.update.core.siteTypes">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    95
      <site-factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    96
            class="org.eclipse.pde.internal.build.site.BuildTimeSiteFactory">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    97
      </site-factory>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    98
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
    99
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   100
         id="BuildTimeFeatureFactory"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   101
         point="org.eclipse.update.core.featureTypes">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   102
      <feature-factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   103
            class="org.eclipse.pde.internal.build.site.BuildTimeFeatureFactory">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   104
      </feature-factory>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   105
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   106
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   107
         id="Build"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   108
         point="org.eclipse.core.runtime.applications">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   109
      <application>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   110
         <run class="org.eclipse.pde.internal.build.BuildApplication"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   111
      </application>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   112
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   113
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   114
   <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   115
         point="org.eclipse.pde.build.fetchFactories">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   116
      <factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   117
            class="org.eclipse.pde.internal.build.fetch.CVSFetchTaskFactory"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   118
            id="CVS"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   119
      <factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   120
            class="org.eclipse.pde.internal.build.fetch.COPYFetchTasksFactory"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   121
            id="COPY"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   122
		<factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   123
			class="org.eclipse.pde.internal.build.fetch.GETFetchFactory"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   124
			id="GET"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   125
		<factory
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   126
			class="org.eclipse.pde.internal.build.fetch.P2IUFetchFactory"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   127
			id="p2IU"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   128
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   129
   
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   130
    <extension
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   131
         point="org.eclipse.ant.core.antProperties">
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   132
      <antProperty
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   133
            class="org.eclipse.pde.internal.build.properties.PDEProperties"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   134
            eclipseRuntime="false"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   135
            headless="true"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   136
            name="eclipse.pdebuild.home"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   137
      <antProperty
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   138
            class="org.eclipse.pde.internal.build.properties.PDEProperties"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   139
            eclipseRuntime="false"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   140
            headless="true"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   141
            name="eclipse.pdebuild.scripts"/>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   142
      <antProperty
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   143
            class="org.eclipse.pde.internal.build.properties.PDEProperties"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   144
            eclipseRuntime="false"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   145
            headless="true"
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   146
            name="eclipse.pdebuild.templates"/>                        
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   147
   </extension>
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   148
a71202386420 add files for RCL_2_2
cawthron
parents:
diff changeset
   149
</plugin>