From b49dcc82a395d0eaa321af10439650c9a7d669af Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 30 Jun 2008 14:48:58 +0000 Subject: [PATCH] [238773] Rev up RAPI version numbers --- releng/org.eclipse.rse.updatesite/site.xml | 2 +- wince/org.eclipse.rse.wince-feature/feature.xml | 2 +- wince/org.eclipse.tm.rapi/META-INF/MANIFEST.MF | 2 +- .../src/org/eclipse/tm/rapi/IRapiSession.java | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/site.xml b/releng/org.eclipse.rse.updatesite/site.xml index 600eb9f0db4..8bf01b4bba0 100644 --- a/releng/org.eclipse.rse.updatesite/site.xml +++ b/releng/org.eclipse.rse.updatesite/site.xml @@ -386,7 +386,7 @@ - + diff --git a/wince/org.eclipse.rse.wince-feature/feature.xml b/wince/org.eclipse.rse.wince-feature/feature.xml index d380966d7f2..c11b9499ffd 100644 --- a/wince/org.eclipse.rse.wince-feature/feature.xml +++ b/wince/org.eclipse.rse.wince-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/wince/org.eclipse.tm.rapi/META-INF/MANIFEST.MF b/wince/org.eclipse.tm.rapi/META-INF/MANIFEST.MF index f6adb104a6c..4808b29a95a 100644 --- a/wince/org.eclipse.tm.rapi/META-INF/MANIFEST.MF +++ b/wince/org.eclipse.tm.rapi/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.tm.rapi -Bundle-Version: 0.1.0.qualifier +Bundle-Version: 0.2.0.qualifier Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86)) Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/IRapiSession.java b/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/IRapiSession.java index 2c0491af185..4b78d56639a 100644 --- a/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/IRapiSession.java +++ b/wince/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/IRapiSession.java @@ -292,6 +292,7 @@ public abstract class IRapiSession extends IUnknown { * @return byte array returned from the native function; the length and the content of the returned array * corresponds to *outLen and *out respectively * @throws RapiException if an error occurs. + * @since org.eclipse.tm.rapi 0.2 */ public abstract byte[] invoke(String dllPath, String funcName, byte[] input) throws RapiException; }