Changeset 342454f in rtems-eclipse-plug-in
- Timestamp:
- Mar 31, 2009, 1:53:12 PM (12 years ago)
- Branches:
- master
- Children:
- fab93ba
- Parents:
- ee7d7a4
- Location:
- org.rtems.cdt.feature
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
org.rtems.cdt.feature/feature.properties
ree7d7a4 r342454f 12 12 13 13 # "updateSiteName" property - label for the update site 14 updateSiteName=RTEMS CDT PluginUpdate Site14 updateSiteName=RTEMS CDT Support Update Site 15 15 16 16 # "description" property - description of the feature … … 19 19 # copyright 20 20 copyright=\ 21 Copyright (c) 2008 Embedded Brains GmbH and others.\n\22 All rights reserved. This program and the accompanying materials\n\21 Copyright (c) 2008, 2009 embedded brains GmbH and others.\n\ 22 All rights reserved. This program and the accompanying materials\n\ 23 23 are made available under the terms of the Eclipse Public License v1.0\n\ 24 24 which accompanies this distribution, and is available at\n\ 25 http://www.eclipse.org/legal/epl-v10.html 25 http://www.eclipse.org/legal/epl-v10.html. 26 26 27 27 # "licenseURL" property - URL of the "Feature License" -
org.rtems.cdt.feature/feature.xml
ree7d7a4 r342454f 3 3 id="org.rtems.cdt" 4 4 label="%featureName" 5 version="1. 2.0"5 version="1.3.0" 6 6 provider-name="%providerName"> 7 7 … … 19 19 20 20 <url> 21 <update label="%updateSiteName" url="http://www.rtems.org/ftp/pub/rtems/eclipse/updates /"/>21 <update label="%updateSiteName" url="http://www.rtems.org/ftp/pub/rtems/eclipse/updates"/> 22 22 </url> 23 23 … … 39 39 download-size="0" 40 40 install-size="0" 41 version="1. 2.0"41 version="1.3.0" 42 42 unpack="false"/> 43 43
Note: See TracChangeset
for help on using the changeset viewer.