mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Enter Feature Download & Install sizes as per 1.0RC2. Add Feature Copyrights.
This commit is contained in:
parent
e994148d2b
commit
496b3313c7
4 changed files with 39 additions and 17 deletions
|
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
|
|||
description=Remote System Explorer (RSE) DataStore is an extensible tooling\
|
||||
communication layer.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2000, 2006 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\
|
||||
available at http://www.eclipse.org/legal/epl-v10.html\n
|
||||
################ end of copyright property ####################################
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
@ -28,57 +32,57 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.dstore.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="52"
|
||||
install-size="154"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.dstore.extra"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="4"
|
||||
install-size="13"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.connectorservice.dstore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="16"
|
||||
install-size="40"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.services.dstore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="59"
|
||||
install-size="156"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.files.dstore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="14"
|
||||
install-size="42"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.processes.dstore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="5"
|
||||
install-size="10"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.shells.dstore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="5"
|
||||
install-size="10"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.dstore.security"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="20"
|
||||
install-size="56"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
|
|
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
|
|||
description=Remote System Explorer (RSE) DataStore is an extensible tooling\
|
||||
communication layer.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2000, 2006 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\
|
||||
available at http://www.eclipse.org/legal/epl-v10.html\n
|
||||
################ end of copyright property ####################################
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer DStore Services\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
|
||||
(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/dsdp/tm
|
Loading…
Add table
Reference in a new issue