Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2011-09-01 02:07:35 +0000
committerkhussey2011-09-01 02:07:35 +0000
commitc8f5556266427ace4ed68db846a7018546352e9e (patch)
treecd85cb8d10a6435a3b088d4583d4cdab55b5a781 /plugins/org.eclipse.emf.oda
parent2d71313ad358222b82b66129457a698016e4416d (diff)
downloadorg.eclipse.emf-c8f5556266427ace4ed68db846a7018546352e9e.tar.gz
org.eclipse.emf-c8f5556266427ace4ed68db846a7018546352e9e.tar.xz
org.eclipse.emf-c8f5556266427ace4ed68db846a7018546352e9e.zip
[356416] Avoiding class cast exceptions when converting date types.
Diffstat (limited to 'plugins/org.eclipse.emf.oda')
-rwxr-xr-xplugins/org.eclipse.emf.oda/META-INF/MANIFEST.MF2
-rwxr-xr-xplugins/org.eclipse.emf.oda/about.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.oda/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.oda/META-INF/MANIFEST.MF
index 9ced1c3cf..93d58a0cb 100755
--- a/plugins/org.eclipse.emf.oda/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.oda/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.oda;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Eclipse-LazyStart: true
diff --git a/plugins/org.eclipse.emf.oda/about.properties b/plugins/org.eclipse.emf.oda/about.properties
index a3808362b..21d3e9df7 100755
--- a/plugins/org.eclipse.emf.oda/about.properties
+++ b/plugins/org.eclipse.emf.oda/about.properties
@@ -1,7 +1,7 @@
# /**
# * <copyright>
# *
-# * Copyright (c) 2010 Kenn Hussey and others.
+# * Copyright (c) 2010-2011 Kenn Hussey 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
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: about.properties,v 1.2 2010/12/15 16:11:43 khussey Exp $
+# * $Id: about.properties,v 1.3 2011/09/01 02:07:35 khussey Exp $
# */
# NLS_MESSAGEFORMAT_VAR
@@ -23,7 +23,7 @@ featureText=Eclipse Modeling Framework Driver for Open Data Access\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others. 2010. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others. 2010, 2011. All rights reserved.\n\
\n\
EMF is a Java/XML framework for generating tools and other\n\
applications based on simple class models.\n\

Back to the top