From: <jsa...@us...> - 2009-06-06 19:24:48
|
Revision: 163 http://flexotask.svn.sourceforge.net/flexotask/?rev=163&view=rev Author: jsauerbach Date: 2009-06-06 19:24:18 +0000 (Sat, 06 Jun 2009) Log Message: ----------- Increment version to 2.0.1 preparatory to release. Also, change logic for handshaking with the VM provider so that it is possible for the VM provider to be up-level as well as down-level to the Flexotask core version (only the down-level case was supported before). Modified Paths: -------------- trunk/flexotask-tuningfork-feature/feature.xml Modified: trunk/flexotask-tuningfork-feature/feature.xml =================================================================== --- trunk/flexotask-tuningfork-feature/feature.xml 2009-06-06 10:59:53 UTC (rev 162) +++ trunk/flexotask-tuningfork-feature/feature.xml 2009-06-06 19:24:18 UTC (rev 163) @@ -1,16 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="com.ibm.realtime.flexotask.tuningfork" - label="Flexotask Tuningfork Tracing" - version="2.0.0" - provider-name="IBM Research"> - - <description> +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="com.ibm.realtime.flexotask.tuningfork" + label="Flexotask Tuningfork Tracing" + version="2.0.1" + provider-name="IBM Research"> + + <description> Uses the JavaTraceGenerationViaNative capability of TuningFork -to provide a tracing capability for Flexotask schedulers. - </description> - - <copyright> +to provide a tracing capability for Flexotask schedulers. + </description> + + <copyright> Copyright (c) 2006 - 2008 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 @@ -18,10 +18,10 @@ http://www.eclipse.org/legal/epl-v10.html Contributors: - IBM Corporation - initial API and implementation - </copyright> - - <license> + IBM Corporation - initial API and implementation + </copyright> + + <license> Eclipse Public License -v 1.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE @@ -243,44 +243,48 @@ intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights -to a jury trial in any resulting litigation. - </license> - - <url> - <update label="Flexible Task Graphs" url="http://flexotask.sourceforge.net/update-site"/> - </url> - - <requires> - <import plugin="com.ibm.tuningfork.traceGeneration"/> - <import plugin="com.ibm.realtime.flexotask"/> - <import plugin="com.ibm.tuningfork.traceGeneration.vianative"/> - <import plugin="com.ibm.realtime.analysis"/> - <import feature="com.ibm.realtime.flexotask.feature" version="2.0.0" match="greaterOrEqual"/> - <import plugin="com.ibm.realtime.flexotask.editor"/> - <import plugin="org.eclipse.core.runtime"/> - <import plugin="org.eclipse.jdt.core"/> - </requires> - - <plugin - id="com.ibm.tuningfork.traceGeneration" - download-size="0" - install-size="0" - version="2.0.0" - unpack="false"/> - - <plugin - id="com.ibm.tuningfork.traceGeneration.vianative" - download-size="0" - install-size="0" - version="2.0.0" - unpack="false"/> - - <plugin - id="com.ibm.realtime.flexotask.tuningfork" - download-size="0" - install-size="0" - version="2.0.0"/> - - <plugin id="com.ibm.realtime.flexotask.tuningfork.source" version="2.0.0"/> - -</feature> +to a jury trial in any resulting litigation. + </license> + + <url> + <update label="Flexible Task Graphs" url="http://flexotask.sourceforge.net/update-site"/> + </url> + + <requires> + <import plugin="com.ibm.tuningfork.traceGeneration"/> + <import plugin="com.ibm.realtime.flexotask"/> + <import plugin="com.ibm.tuningfork.traceGeneration.vianative"/> + <import plugin="com.ibm.realtime.analysis"/> + <import feature="com.ibm.realtime.flexotask.feature" version="2.0.1" match="greaterOrEqual"/> + <import plugin="com.ibm.realtime.flexotask.editor"/> + <import plugin="org.eclipse.core.runtime"/> + <import plugin="org.eclipse.jdt.core"/> + </requires> + + <plugin + id="com.ibm.tuningfork.traceGeneration" + download-size="0" + install-size="0" + version="2.0.0" + unpack="false"/> + + <plugin + id="com.ibm.tuningfork.traceGeneration.vianative" + download-size="0" + install-size="0" + version="2.0.0" + unpack="false"/> + + <plugin + id="com.ibm.realtime.flexotask.tuningfork" + download-size="0" + install-size="0" + version="2.0.1"/> + + <plugin + id="com.ibm.realtime.flexotask.tuningfork.source" + download-size="0" + install-size="0" + version="2.0.1"/> + +</feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |