mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
[releng] build individual source plugins
This commit is contained in:
parent
7d48cd6865
commit
78fcc81410
8 changed files with 48 additions and 19 deletions
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -13,4 +13,5 @@ bin.includes = feature.xml,\
|
|||
license.html,\
|
||||
epl-v10.html,\
|
||||
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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.eclipse.rse.examples"
|
||||
label="%featureName"
|
||||
version="3.0.0.qualifier"
|
||||
version="3.1.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.rse.examples.tutorial"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
@ -52,9 +52,17 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.source"
|
||||
download-size="51"
|
||||
install-size="212"
|
||||
version="0.0.0"/>
|
||||
id="org.eclipse.rse.examples.daytime.source"
|
||||
download-size="0"
|
||||
install-size="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>
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
id="org.eclipse.rse.remotecdt.source"
|
||||
download-size="24"
|
||||
install-size="29"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
id="org.eclipse.rse.useractions.source"
|
||||
download-size="281"
|
||||
install-size="284"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -17,3 +17,4 @@ src.includes = epl-v10.html,\
|
|||
license.html
|
||||
root=rootfiles
|
||||
generate.plugin@org.eclipse.rse.tests.source=org.eclipse.rse.tests
|
||||
generate.plugin@org.eclipse.rse.tests.framework.source=org.eclipse.rse.tests.framework
|
||||
|
|
|
@ -76,8 +76,16 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.tests.source"
|
||||
download-size="167"
|
||||
install-size="172"
|
||||
version="0.0.0"/>
|
||||
download-size="0"
|
||||
install-size="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>
|
||||
|
|
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -13,5 +13,6 @@ bin.includes = feature.xml,\
|
|||
license.html,\
|
||||
epl-v10.html,\
|
||||
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
|
||||
|
|
@ -49,9 +49,17 @@
|
|||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.wince.source"
|
||||
download-size="44"
|
||||
install-size="55"
|
||||
version="0.0.0"/>
|
||||
id="org.eclipse.rse.subsystems.wince.source"
|
||||
download-size="0"
|
||||
install-size="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>
|
||||
|
|
Loading…
Add table
Reference in a new issue