mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
Adding build properties to generate source features.
This commit is contained in:
parent
7f1e97a9be
commit
c08f853e36
8 changed files with 8 additions and 4 deletions
|
@ -2,3 +2,4 @@ bin.includes = feature.xml,\
|
||||||
license.html,\
|
license.html,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
generate.feature@org.eclipse.rse.core.source=org.eclipse.rse.core
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/**
|
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/
|
||||||
sourcePlugin = true
|
sourcePlugin = true
|
|
@ -2,3 +2,4 @@ bin.includes = feature.xml,\
|
||||||
license.html,\
|
license.html,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
generate.feature@org.eclipse.rse.dstore.source=org.eclipse.rse.dstore
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/**
|
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/
|
||||||
sourcePlugin = true
|
sourcePlugin = true
|
|
@ -2,3 +2,4 @@ bin.includes = feature.xml,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
license.html,\
|
license.html,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
generate.feature@org.eclipse.rse.ftp.source=org.eclipse.rse.ftp
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/**
|
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/
|
||||||
sourcePlugin = true
|
sourcePlugin = true
|
|
@ -2,3 +2,4 @@ bin.includes = feature.xml,\
|
||||||
feature.properties,\
|
feature.properties,\
|
||||||
license.html,\
|
license.html,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
generate.feature@org.eclipse.rse.local.source=org.eclipse.rse.local
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/**
|
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.gif, plugin.properties, plugin.xml, src/
|
||||||
sourcePlugin = true
|
sourcePlugin = true
|
Loading…
Add table
Reference in a new issue