Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-26 21:49:34 +0000
committerEike Stepper2011-05-26 21:49:34 +0000
commit1b28542a2005cbae1004078e4042a57a2ff8d29d (patch)
treee0ab187664ad78d0e490a33433d353a96381ae9a
parenta08506b7fdd7c933c4f8ecfd1baa09ff257a0824 (diff)
downloadcdo-1b28542a2005cbae1004078e4042a57a2ff8d29d.tar.gz
cdo-1b28542a2005cbae1004078e4042a57a2ff8d29d.tar.xz
cdo-1b28542a2005cbae1004078e4042a57a2ff8d29d.zip
fixed package name
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db4o/OSGI-INF/l10n/bundle.properties25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db4o/OSGI-INF/l10n/bundle.properties b/plugins/org.eclipse.emf.cdo.tests.db4o/OSGI-INF/l10n/bundle.properties
deleted file mode 100644
index 2f7ba6647e..0000000000
--- a/plugins/org.eclipse.emf.cdo.tests.db4o/OSGI-INF/l10n/bundle.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Victor Roldan Betancort - initial API and implementation
-
-# NLS_MESSAGEFORMAT_VAR
-
-# ==============================================================================
-# Do not change the properties between this line and the last line containing:
-# %%% END OF TRANSLATED PROPERTIES %%%
-# Instead, either redefine an existing property, or create a new property,
-# append it to the end of the file, and change the code to use the new name.
-# ==============================================================================
-
-Bundle-Name = DB4O CDO Store Test-Suite
-Bundle-Vendor = Eclipse Modeling Project
-
-# ==============================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# The above properties have been shipped for translation.
-# ============================================================================== \ No newline at end of file

Back to the top