From 4e112eca7750a4f530c986be55c178c43c16d3ea Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Sat, 26 Jun 2010 22:27:34 -0400 Subject: Update codan plugins to CDT 7.0. * org.eclipse.cdt.codan.checkers.ui: Updated. * org.eclipse.cdt.codan.checkers: Updated. * org.eclipse.cdt.codan.core: Updated. * org.eclipse.cdt.codan.ui: Updated. * org.eclipse.cdt.codan.core.cxx: Added. * org.eclipse.cdt.codan.extension/META-INF/MANIFEST.MF: Import org.eclipse.cdt.codan.core.cxx.model. * org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/checkers/AbstractPropSimChecker.java: Superclass moved. --- org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Entries | 1 + .../OSGI-INF/l10n/CVS/Repository | 1 + org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Root | 1 + org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Tag | 1 + .../OSGI-INF/l10n/bundle.properties | 19 +++++++++++++++++++ 5 files changed, 23 insertions(+) create mode 100644 org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Entries create mode 100644 org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Repository create mode 100644 org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Root create mode 100644 org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Tag create mode 100644 org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties (limited to 'org.eclipse.cdt.codan.core/OSGI-INF/l10n') diff --git a/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Entries b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Entries new file mode 100644 index 0000000..3c7dd91 --- /dev/null +++ b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Entries @@ -0,0 +1 @@ +/bundle.properties/1.2/Thu Jun 3 17:01:53 2010//TCDT_7_0_0 diff --git a/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Repository b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Repository new file mode 100644 index 0000000..dcc0604 --- /dev/null +++ b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Repository @@ -0,0 +1 @@ +org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/OSGI-INF/l10n diff --git a/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Root b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Root new file mode 100644 index 0000000..04efa23 --- /dev/null +++ b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@dev.eclipse.org:/cvsroot/tools diff --git a/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Tag b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Tag new file mode 100644 index 0000000..49a449a --- /dev/null +++ b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/CVS/Tag @@ -0,0 +1 @@ +NCDT_7_0_0 diff --git a/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties new file mode 100644 index 0000000..88acd6e --- /dev/null +++ b/org.eclipse.cdt.codan.core/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,19 @@ +############################################################################### +# Copyright (c) 2010 Alena Laskavaia 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: +# Alena Laskavaia - initial API and implementation +############################################################################### +#Properties file for org.eclipse.cdt.codan.core +Bundle-Vendor = Eclipse CDT +Bundle-Name = Code Analysis Core +extension.name.Builder = Code Analysis Project Builder +extension.name.Nature = Code Analysis Nature +extension.name.Marker = Code Analysis Problem +category.name.ProgrammingErrors = Potential programming problems +category.name.CodeStyle = Coding Style +extension-point.name.CodeAnalysis = Code Analysis Checkers \ No newline at end of file -- cgit