mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
[408205] update source features
This commit is contained in:
parent
bc6d7ffb2f
commit
7c1eb35a97
4 changed files with 135 additions and 31 deletions
17
rse/features/org.eclipse.rse.core.source/.project
Normal file
17
rse/features/org.eclipse.rse.core.source/.project
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.rse.core.source</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2011 IBM Corporation and others.
|
||||
# Copyright (c) 2006, 2013 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
|
||||
|
@ -21,7 +21,7 @@ featureName=RSE Core Source
|
|||
providerName=Eclipse TM Project
|
||||
|
||||
# "tmUpdateSiteName" property - label for the update site
|
||||
tmUpdateSiteName=Target Management 3.3 Updates
|
||||
tmUpdateSiteName=Target Management 3.5 Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Remote System Explorer (RSE) core including \
|
||||
|
@ -31,7 +31,7 @@ user documentation.
|
|||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.\n\
|
||||
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.\n\
|
||||
\n\
|
||||
This program and the accompanying materials are made available under the terms\n\
|
||||
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\
|
||||
|
|
|
@ -1,29 +1,116 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature id="org.eclipse.rse.core.source" version="3.4.0.qualifier" label="%featureName" provider-name="%providerName" >
|
||||
<description >
|
||||
%description
|
||||
</description>
|
||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||
%copyright
|
||||
</copyright>
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
<url>
|
||||
<update url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
|
||||
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
|
||||
</url>
|
||||
<plugin id="org.eclipse.rse.core.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.efs.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.efs.ui.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.importexport.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.files.ui.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.processes.ui.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.services.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.shells.ui.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.subsystems.files.core.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.subsystems.processes.core.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.subsystems.processes.shell.linux.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.subsystems.shells.core.source" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.eclipse.rse.ui.source" version="0.0.0" unpack="false"/>
|
||||
<feature
|
||||
id="org.eclipse.rse.core.source"
|
||||
label="%featureName"
|
||||
version="3.4.100.qualifier"
|
||||
provider-name="%providerName">
|
||||
|
||||
<description>
|
||||
%description
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
|
||||
</url>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.core.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.efs.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.efs.ui.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.importexport.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.files.ui.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.processes.ui.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.services.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.shells.ui.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.files.core.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.processes.core.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.processes.shell.linux.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.shells.core.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.ui.source"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.rse.core.source</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.4.100-SNAPSHOT</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue