Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-09-04 18:09:37 +0000
committerJeff Johnston2012-09-04 20:44:42 +0000
commit182549656af8afba78a5e88b685552dc67a1dafd (patch)
treece155769b1c5b371369571985174d5c5fe3455b8
parent600c3b1b329e2607e48bf67705f9978b43c13d88 (diff)
downloadorg.eclipse.cdt-182549656af8afba78a5e88b685552dc67a1dafd.tar.gz
org.eclipse.cdt-182549656af8afba78a5e88b685552dc67a1dafd.tar.xz
org.eclipse.cdt-182549656af8afba78a5e88b685552dc67a1dafd.zip
Bug 388600: Invalid comment delimiter (/*) used in
PropertyResourceBundle https://bugs.eclipse.org/bugs/show_bug.cgi?id=388600 Change-Id: I90cc56b18e1ba004abb501ab7aa022a5c652c73a Reviewed-on: https://git.eclipse.org/r/7611 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties20
1 files changed, 10 insertions, 10 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties
index fb05be9799b..edff44f1420 100644
--- a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties
+++ b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties
@@ -1,13 +1,13 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2011 Red Hat, Inc.
- * 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:
- * Red Hat Incorporated - initial API and implementation
- *******************************************************************************/
+################################################################################
+# Copyright (c) 2009, 2011, 2012 Red Hat, Inc.
+# 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:
+# Red Hat Incorporated - initial API and implementation
+################################################################################
Option.configure.configure=configure
Option.configure.general=General
Option.configure.builddir=Build directory

Back to the top