1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 18:55:38 +02:00

[releng] build individual source plugins

This commit is contained in:
Martin Oberhuber 2009-02-08 23:07:16 +00:00
parent 7d48cd6865
commit 78fcc81410
8 changed files with 48 additions and 19 deletions

View file

@ -1,5 +1,5 @@
################################################################################ ################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. and others. # Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -13,4 +13,5 @@ bin.includes = feature.xml,\
license.html,\ license.html,\
epl-v10.html,\ epl-v10.html,\
eclipse_update_120.jpg eclipse_update_120.jpg
generate.plugin@org.eclipse.rse.examples.source=org.eclipse.rse.examples generate.plugin@org.eclipse.rse.examples.daytime.source=org.eclipse.rse.examples.daytime
generate.plugin@org.eclipse.rse.examples.tutorial.source=org.eclipse.rse.examples.tutorial

View file

@ -2,7 +2,7 @@
<feature <feature
id="org.eclipse.rse.examples" id="org.eclipse.rse.examples"
label="%featureName" label="%featureName"
version="3.0.0.qualifier" version="3.1.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.rse.examples.tutorial" plugin="org.eclipse.rse.examples.tutorial"
image="eclipse_update_120.jpg"> image="eclipse_update_120.jpg">
@ -52,9 +52,17 @@
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.rse.examples.source" id="org.eclipse.rse.examples.daytime.source"
download-size="51" download-size="0"
install-size="212" install-size="0"
version="0.0.0"/> version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.examples.tutorial.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature> </feature>

View file

@ -54,6 +54,7 @@
id="org.eclipse.rse.remotecdt.source" id="org.eclipse.rse.remotecdt.source"
download-size="24" download-size="24"
install-size="29" install-size="29"
version="0.0.0"/> version="0.0.0"
unpack="false"/>
</feature> </feature>

View file

@ -51,6 +51,7 @@
id="org.eclipse.rse.useractions.source" id="org.eclipse.rse.useractions.source"
download-size="281" download-size="281"
install-size="284" install-size="284"
version="0.0.0"/> version="0.0.0"
unpack="false"/>
</feature> </feature>

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2005, 2008 IBM Corporation and others. # Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -17,3 +17,4 @@ src.includes = epl-v10.html,\
license.html license.html
root=rootfiles root=rootfiles
generate.plugin@org.eclipse.rse.tests.source=org.eclipse.rse.tests generate.plugin@org.eclipse.rse.tests.source=org.eclipse.rse.tests
generate.plugin@org.eclipse.rse.tests.framework.source=org.eclipse.rse.tests.framework

View file

@ -76,8 +76,16 @@
<plugin <plugin
id="org.eclipse.rse.tests.source" id="org.eclipse.rse.tests.source"
download-size="167" download-size="0"
install-size="172" install-size="0"
version="0.0.0"/> version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.tests.framework.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature> </feature>

View file

@ -1,5 +1,5 @@
################################################################################ ################################################################################
# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. # Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -13,5 +13,6 @@ bin.includes = feature.xml,\
license.html,\ license.html,\
epl-v10.html,\ epl-v10.html,\
eclipse_update_120.jpg eclipse_update_120.jpg
generate.plugin@org.eclipse.rse.wince.source=org.eclipse.rse.wince generate.plugin@org.eclipse.rse.subsystems.wince.source=org.eclipse.rse.subsystems.wince
generate.plugin@org.eclipse.tm.rapi.source=org.eclipse.tm.rapi

View file

@ -49,9 +49,17 @@
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.rse.wince.source" id="org.eclipse.rse.subsystems.wince.source"
download-size="44" download-size="0"
install-size="55" install-size="0"
version="0.0.0"/> version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.tm.rapi.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature> </feature>