1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 08:15:48 +02:00

Bug 564349 - rename packages & projects o.e.cdt.cmake.is to o.e.cdt.jsoncdb

Change-Id: I29e4e0fdc988b6d9cdccfb50f73ad16591645fa4
Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
Martin Weber 2021-07-02 22:57:03 +02:00
parent 6df1d75c4c
commit 422835d273
318 changed files with 600 additions and 583 deletions

View file

@ -45,20 +45,20 @@
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.cdt.cmake.is.core" id="org.eclipse.cdt.jsoncdb.core"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.cdt.cmake.is.core.doc" id="org.eclipse.cdt.jsoncdb.core.doc"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.0.0"/>
<plugin <plugin
id="org.eclipse.cdt.cmake.is.core.ui" id="org.eclipse.cdt.jsoncdb.core.ui"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="0.0.0"

View file

@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core;bundle-version="5.12.0", org.eclipse.cdt.core;bundle-version="5.12.0",
org.eclipse.tools.templates.freemarker;bundle-version="1.0.0";visibility:=reexport, org.eclipse.tools.templates.freemarker;bundle-version="1.0.0";visibility:=reexport,
com.google.gson, com.google.gson,
org.eclipse.cdt.cmake.is.core, org.eclipse.cdt.jsoncdb.core,
org.yaml.snakeyaml;bundle-version="1.14.0" org.yaml.snakeyaml;bundle-version="1.14.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -31,9 +31,9 @@ import org.eclipse.cdt.cmake.core.properties.CMakeGenerator;
import org.eclipse.cdt.cmake.core.properties.ICMakeProperties; import org.eclipse.cdt.cmake.core.properties.ICMakeProperties;
import org.eclipse.cdt.cmake.core.properties.ICMakePropertiesController; import org.eclipse.cdt.cmake.core.properties.ICMakePropertiesController;
import org.eclipse.cdt.cmake.core.properties.IOsOverrides; import org.eclipse.cdt.cmake.core.properties.IOsOverrides;
import org.eclipse.cdt.cmake.is.core.CompileCommandsJsonParser; import org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser;
import org.eclipse.cdt.cmake.is.core.IIndexerInfoConsumer; import org.eclipse.cdt.jsoncdb.core.IIndexerInfoConsumer;
import org.eclipse.cdt.cmake.is.core.ParseRequest; import org.eclipse.cdt.jsoncdb.core.ParseRequest;
import org.eclipse.cdt.core.CommandLauncherManager; import org.eclipse.cdt.core.CommandLauncherManager;
import org.eclipse.cdt.core.ConsoleOutputStream; import org.eclipse.cdt.core.ConsoleOutputStream;
import org.eclipse.cdt.core.ErrorParserManager; import org.eclipse.cdt.core.ErrorParserManager;

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/supported-compilers.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
</contentExtension>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.cdt.cmake.is.core.internal.ParserPreferencesAccess">
<service>
<provide interface="org.eclipse.cdt.cmake.is.core.IParserPreferencesAccess"/>
</service>
<implementation class="org.eclipse.cdt.cmake.is.core.internal.ParserPreferencesAccess"/>
</scr:component>

View file

@ -1,10 +0,0 @@
#Properties file for org.eclipse.cdt.cmake.is.hpenonstop.tests
Bundle-Name = org.eclipse.cdt.cmake.is.hpenonstop.tests
Bundle-Vendor = Eclipse CDT
Bundle-Copyright = 2020 Martin Weber\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
which is available at https://www.eclipse.org/legal/epl-2.0/\n\
\n\
SPDX-License-Identifier: EPL-2.0\n\

View file

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.cdt.cmake.is.hpenonstop</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

View file

@ -1,14 +0,0 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.hpenonstop;singleton:=true
Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",
org.eclipse.help,
org.eclipse.cdt.cmake.is.core;bundle-version="1.0.0"
Automatic-Module-Name: org.eclipse.cdt.cmake.is.hpenonstop

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/supported-compilers.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
</contentExtension>

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>10.4.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.cdt.cmake.is.hpenonstop</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
<version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/supported-compilers.xhtml#extra_detection_participant_list"/>
<!-- built-ins detection is not supported
<contribution content="doc/compiler.xhtml#builtins"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
-->
</contentExtension>

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>10.4.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.cdt.cmake.is.microsoft</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) -->
<version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/supported-compilers.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
<contribution content="doc/compiler.xhtml#builtins_enhanced"
path="/org.eclipse.cdt.cmake.is.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_enhanced_list"/>
</contentExtension>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.eclipse.cdt.cmake.is.arm.tests</name> <name>org.eclipse.cdt.jsoncdb.arm.tests</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

@ -1,11 +1,11 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Copyright: %Bundle-Copyright Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.arm.tests Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.arm.tests
Bundle-Version: 1.0.100.qualifier Bundle-Version: 1.0.100.qualifier
Bundle-Vendor: %Bundle-Vendor Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.cdt.cmake.is.arm Fragment-Host: org.eclipse.cdt.jsoncdb.arm
Import-Package: org.junit Import-Package: org.junit
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.cdt.cmake.is.arm.tests Automatic-Module-Name: org.eclipse.cdt.jsoncdb.arm.tests
Bundle-Name: %Bundle-Name Bundle-Name: %Bundle-Name

View file

@ -1,5 +1,5 @@
#Properties file for org.eclipse.cdt.cmake.is.arm.tests #Properties file for org.eclipse.cdt.jsoncdb.arm.tests
Bundle-Name = org.eclipse.cdt.cmake.is.arm.tests Bundle-Name = org.eclipse.cdt.jsoncdb.arm.tests
Bundle-Vendor = Eclipse CDT Bundle-Vendor = Eclipse CDT
Bundle-Copyright = 2020 Martin Weber\n\ Bundle-Copyright = 2020 Martin Weber\n\
\n\ \n\

View file

@ -19,7 +19,7 @@
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>org.eclipse.cdt.cmake.is.arm.tests</artifactId> <artifactId>org.eclipse.cdt.jsoncdb.arm.tests</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin <!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) --> to a maven repo. (The repository version is a different thing) -->
<version>1.0.100-SNAPSHOT</version> <version>1.0.100-SNAPSHOT</version>

View file

@ -6,15 +6,15 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.arm; package org.eclipse.cdt.jsoncdb.arm;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
import java.util.Locale; import java.util.Locale;
import org.eclipse.cdt.cmake.is.core.participant.IToolDetectionParticipant; import org.eclipse.cdt.jsoncdb.core.participant.IToolDetectionParticipant;
import org.eclipse.cdt.cmake.is.core.participant.ParticipantTestUtil; import org.eclipse.cdt.jsoncdb.core.participant.ParticipantTestUtil;
import org.junit.Test; import org.junit.Test;
/** /**

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.eclipse.cdt.cmake.is.arm</name> <name>org.eclipse.cdt.jsoncdb.arm</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %bundleName Bundle-Name: %bundleName
Bundle-Copyright: %Bundle-Copyright Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.arm;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.arm;singleton:=true
Bundle-Version: 1.0.200.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1", Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",
org.eclipse.help, org.eclipse.help,
org.eclipse.cdt.cmake.is.core;bundle-version="1.0.0" org.eclipse.cdt.jsoncdb.core;bundle-version="1.0.0"
Automatic-Module-Name: org.eclipse.cdt.cmake.is.arm Automatic-Module-Name: org.eclipse.cdt.jsoncdb.arm

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentExtension>
<contribution content="doc/compiler.xhtml#lsp"
path="/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml#extra_detection_participant_list"/>
<contribution content="doc/compiler.xhtml#builtins"
path="/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml#extra_detection_participant_builtins_list"/>
</contentExtension>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?> <?eclipse version="3.4"?>
<plugin> <plugin>
<extension point="org.eclipse.cdt.cmake.is.core.detectionParticipant"> <extension point="org.eclipse.cdt.jsoncdb.core.detectionParticipant">
<tool class="org.eclipse.cdt.cmake.is.arm.ArmccToolDetectionParticipant" <tool class="org.eclipse.cdt.jsoncdb.arm.ArmccToolDetectionParticipant"
displayName="ARM.com armcc, C &amp; C++"/> displayName="ARM.com armcc, C &amp; C++"/>
<tool class="org.eclipse.cdt.cmake.is.arm.ArmClangToolDetectionParticipant" <tool class="org.eclipse.cdt.jsoncdb.arm.ArmClangToolDetectionParticipant"
displayName="ARM.com armclang, C &amp; C++"/> displayName="ARM.com armclang, C &amp; C++"/>
</extension> </extension>
<extension <extension

View file

@ -19,10 +19,10 @@
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>org.eclipse.cdt.cmake.is.arm</artifactId> <artifactId>org.eclipse.cdt.jsoncdb.arm</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin <!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) --> to a maven repo. (The repository version is a different thing) -->
<version>1.0.200-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>

View file

@ -7,13 +7,13 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.arm; package org.eclipse.cdt.jsoncdb.arm;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.DefaultToolCommandlineParser; import org.eclipse.cdt.jsoncdb.core.participant.DefaultToolCommandlineParser;
import org.eclipse.cdt.cmake.is.core.participant.DefaultToolDetectionParticipant; import org.eclipse.cdt.jsoncdb.core.participant.DefaultToolDetectionParticipant;
import org.eclipse.cdt.cmake.is.core.participant.IArglet; import org.eclipse.cdt.jsoncdb.core.participant.IArglet;
import org.eclipse.cdt.cmake.is.core.participant.ResponseFileArglets; import org.eclipse.cdt.jsoncdb.core.participant.ResponseFileArglets;
/** /**
* armclang C & C++. * armclang C & C++.

View file

@ -7,14 +7,14 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.arm; package org.eclipse.cdt.jsoncdb.arm;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
import org.eclipse.cdt.cmake.is.core.participant.builtins.GccOutputProcessor; import org.eclipse.cdt.jsoncdb.core.participant.builtins.GccOutputProcessor;
import org.eclipse.cdt.cmake.is.core.participant.builtins.IBuiltinsDetectionBehavior; import org.eclipse.cdt.jsoncdb.core.participant.builtins.IBuiltinsDetectionBehavior;
import org.eclipse.cdt.cmake.is.core.participant.builtins.IBuiltinsOutputProcessor; import org.eclipse.cdt.jsoncdb.core.participant.builtins.IBuiltinsOutputProcessor;
/** /**
* The {link IBuiltinsDetectionBehavior} for the ARM C or C++ version 5 * The {link IBuiltinsDetectionBehavior} for the ARM C or C++ version 5

View file

@ -7,12 +7,12 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.arm; package org.eclipse.cdt.jsoncdb.arm;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.DefaultToolCommandlineParser; import org.eclipse.cdt.jsoncdb.core.participant.DefaultToolCommandlineParser;
import org.eclipse.cdt.cmake.is.core.participant.DefaultToolDetectionParticipant; import org.eclipse.cdt.jsoncdb.core.participant.DefaultToolDetectionParticipant;
import org.eclipse.cdt.cmake.is.core.participant.IArglet; import org.eclipse.cdt.jsoncdb.core.participant.IArglet;
/** /**
* armcc C & C++. * armcc C & C++.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.eclipse.cdt.cmake.is.core.doc</name> <name>org.eclipse.cdt.jsoncdb.core.doc</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName Bundle-Name: %bundleName
Bundle-Description: %Bundle-Description Bundle-Description: %Bundle-Description
Bundle-Copyright: %Bundle-Copyright Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core.doc;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.core.doc;singleton:=true
Bundle-Version: 1.0.200.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11

View file

@ -19,9 +19,9 @@
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>org.eclipse.cdt.cmake.is.core.doc</artifactId> <artifactId>org.eclipse.cdt.jsoncdb.core.doc</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin <!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) --> to a maven repo. (The repository version is a different thing) -->
<version>1.0.200-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.eclipse.cdt.cmake.is.core.tests</name> <name>org.eclipse.cdt.jsoncdb.core.tests</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

@ -1,11 +1,11 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Copyright: %Bundle-Copyright Bundle-Copyright: %Bundle-Copyright
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core.tests Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.core.tests
Bundle-Version: 1.0.100.qualifier Bundle-Version: 1.0.100.qualifier
Bundle-Vendor: %Bundle-Vendor Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.cdt.cmake.is.core Fragment-Host: org.eclipse.cdt.jsoncdb.core
Import-Package: org.junit Import-Package: org.junit
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.cdt.cmake.is.core.tests Automatic-Module-Name: org.eclipse.cdt.jsoncdb.core.tests
Bundle-Name: %Bundle-Name Bundle-Name: %Bundle-Name

View file

@ -1,5 +1,5 @@
#Properties file for org.eclipse.cdt.cmake.is.core.tests #Properties file for org.eclipse.cdt.jsoncdb.core.tests
Bundle-Name = org.eclipse.cdt.cmake.is.core.tests Bundle-Name = org.eclipse.cdt.jsoncdb.core.tests
Bundle-Vendor = Eclipse CDT Bundle-Vendor = Eclipse CDT
Bundle-Copyright = 2020 Martin Weber\n\ Bundle-Copyright = 2020 Martin Weber\n\
\n\ \n\

View file

@ -19,7 +19,7 @@
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>org.eclipse.cdt.cmake.is.core.tests</artifactId> <artifactId>org.eclipse.cdt.jsoncdb.core.tests</artifactId>
<!-- always use .qualifier in manifest, we do not plan to publish this plugin <!-- always use .qualifier in manifest, we do not plan to publish this plugin
to a maven repo. (The repository version is a different thing) --> to a maven repo. (The repository version is a different thing) -->
<version>1.0.100-SNAPSHOT</version> <version>1.0.100-SNAPSHOT</version>

View file

@ -6,12 +6,12 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.LangStd_GCC; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.LangStd_GCC;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,12 +6,12 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.Sysroot_GCC; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.Sysroot_GCC;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,11 +6,11 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.IncludeFile_GCC; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.IncludeFile_GCC;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,12 +6,12 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.IncludePath_C_POSIX; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.IncludePath_C_POSIX;
import org.eclipse.cdt.cmake.is.core.participant.IArglet.IArgumentCollector; import org.eclipse.cdt.jsoncdb.core.participant.IArglet.IArgumentCollector;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,15 +6,15 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import java.util.Map; import java.util.Map;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.MacroDefine_C_POSIX; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.MacroDefine_C_POSIX;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,12 +6,12 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.MacroUndefine_C_POSIX; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.MacroUndefine_C_POSIX;
import org.eclipse.cdt.cmake.is.core.participant.IArglet.IArgumentCollector; import org.eclipse.cdt.jsoncdb.core.participant.IArglet.IArgumentCollector;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,11 +6,11 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.MacrosFile_GCC; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.MacrosFile_GCC;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,7 +6,7 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
@ -23,7 +23,7 @@ public class ParserDetectionTest {
/** /**
* Test method for * Test method for
* {@link org.eclipse.cdt.cmake.is.core.internal.ParserDetection#determineDetector(String, String,boolean)} * {@link org.eclipse.cdt.jsoncdb.core.internal.ParserDetection#determineDetector(String, String,boolean)}
* . * .
*/ */
@Test @Test
@ -49,7 +49,7 @@ public class ParserDetectionTest {
/** /**
* Test method for * Test method for
* {@link org.eclipse.cdt.cmake.is.core.internal.ParserDetection#determineDetector(String, String,boolean)} * {@link org.eclipse.cdt.jsoncdb.core.internal.ParserDetection#determineDetector(String, String,boolean)}
* . <a href="https://wiki.osdev.org/Target_Triplet"/> * . <a href="https://wiki.osdev.org/Target_Triplet"/>
*/ */
@Test @Test

View file

@ -6,7 +6,7 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
@ -16,7 +16,7 @@ import org.junit.Test;
public class ParserLookupResultTest { public class ParserLookupResultTest {
/** /**
* Test method for * Test method for
* {@link org.eclipse.cdt.cmake.is.core.internal.ParserDetection#determineDetector(String, String,boolean)} * {@link org.eclipse.cdt.jsoncdb.core.internal.ParserDetection#determineDetector(String, String,boolean)}
*/ */
@Test @Test
public void testCanParse() { public void testCanParse() {
@ -32,7 +32,7 @@ public class ParserLookupResultTest {
/** /**
* Test method for * Test method for
* {@link org.eclipse.cdt.cmake.is.core.internal.ParserDetection.ParserDetectionResult#getReducedCommandLine()}. * {@link org.eclipse.cdt.jsoncdb.core.internal.ParserDetection.ParserDetectionResult#getReducedCommandLine()}.
*/ */
@Test @Test
public void testGetReducedCommandLine() { public void testGetReducedCommandLine() {
@ -56,7 +56,7 @@ public class ParserLookupResultTest {
/** /**
* Test method for * Test method for
* {@link org.eclipse.cdt.cmake.is.core.internal.ParserDetection.ParserDetectionResult#getCommandLine()}. * {@link org.eclipse.cdt.jsoncdb.core.internal.ParserDetection.ParserDetectionResult#getCommandLine()}.
*/ */
@Test @Test
public void testGetCommandLine() { public void testGetCommandLine() {

View file

@ -6,13 +6,13 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.IncludePath_C_POSIX; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.IncludePath_C_POSIX;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.SystemIncludePath_C; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.SystemIncludePath_C;
import org.eclipse.cdt.cmake.is.core.participant.IArglet.IArgumentCollector; import org.eclipse.cdt.jsoncdb.core.participant.IArglet.IArgumentCollector;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Before; import org.junit.Before;

View file

@ -6,11 +6,11 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.eclipse.cdt.cmake.is.core.participant.Arglets.SystemIncludePath_armcc; import org.eclipse.cdt.jsoncdb.core.participant.Arglets.SystemIncludePath_armcc;
import org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry; import org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;

View file

@ -6,7 +6,7 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal; package org.eclipse.cdt.jsoncdb.core.internal;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
@ -16,10 +16,10 @@ import java.nio.file.Files;
import java.nio.file.Paths; import java.nio.file.Paths;
import java.nio.file.StandardOpenOption; import java.nio.file.StandardOpenOption;
import org.eclipse.cdt.cmake.is.core.participant.Arglets; import org.eclipse.cdt.jsoncdb.core.participant.Arglets;
import org.eclipse.cdt.cmake.is.core.participant.DefaultToolCommandlineParser; import org.eclipse.cdt.jsoncdb.core.participant.DefaultToolCommandlineParser;
import org.eclipse.cdt.cmake.is.core.participant.IToolCommandlineParser; import org.eclipse.cdt.jsoncdb.core.participant.IToolCommandlineParser;
import org.eclipse.cdt.cmake.is.core.participant.ResponseFileArglets; import org.eclipse.cdt.jsoncdb.core.participant.ResponseFileArglets;
import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
import org.junit.Test; import org.junit.Test;

View file

@ -7,7 +7,7 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.cmake.is.core.internal.builtins; package org.eclipse.cdt.jsoncdb.core.internal.builtins;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
@ -16,8 +16,8 @@ import static org.junit.Assert.assertTrue;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import org.eclipse.cdt.cmake.is.core.participant.builtins.GccOutputProcessor; import org.eclipse.cdt.jsoncdb.core.participant.builtins.GccOutputProcessor;
import org.eclipse.cdt.cmake.is.core.participant.builtins.OutputSniffer; import org.eclipse.cdt.jsoncdb.core.participant.builtins.OutputSniffer;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore; import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.eclipse.cdt.cmake.is.core.ui</name> <name>org.eclipse.cdt.jsoncdb.core.ui</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

Some files were not shown because too many files have changed in this diff Show more