Skip to content

Commit 7aadcac

Browse files
committed
V2.10.0
1 parent 80ffda7 commit 7aadcac

668 files changed

Lines changed: 6092 additions & 2143 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

com.arm.cmsis.config.tests/.classpath

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="maven.pomderived" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src/">
9+
<classpathentry kind="src" output="target/classes" path="src">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
616
<attributes>
7-
<attribute name="test" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
818
</attributes>
919
</classpathentry>
1020
<classpathentry kind="output" path="target/classes"/>

com.arm.cmsis.config.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Tests
44
Bundle-SymbolicName: com.arm.cmsis.config.tests
55
Automatic-Module-Name: com.arm.cmsis.config.tests
6-
Bundle-Version: 2.9.0.qualifier
6+
Bundle-Version: 2.10.0.qualifier
77
Bundle-Vendor: Arm Limited
88
Fragment-Host: com.arm.cmsis.config
99
Bundle-RequiredExecutionEnvironment: JavaSE-11

com.arm.cmsis.config.tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
<parent>
99
<groupId>com.arm.cmsis</groupId>
1010
<artifactId>com.arm.cmsis.parent</artifactId>
11-
<version>2.9.0-SNAPSHOT</version>
11+
<version>2.10.0-SNAPSHOT</version>
1212
<relativePath>../com.arm.cmsis.parent</relativePath>
1313
</parent>
1414
<properties>
15-
<tycho-version>2.5.0</tycho-version>
1615
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1716
</properties>
1817

@@ -34,7 +33,7 @@
3433
<artifact>
3534
<groupId>com.arm.cmsis</groupId>
3635
<artifactId>com.arm.cmsis.tests.target</artifactId>
37-
<version>2.9.0-SNAPSHOT</version>
36+
<version>2.10.0-SNAPSHOT</version>
3837
</artifact>
3938
</target>
4039
<environments>

com.arm.cmsis.config.tests/src/com/arm/cmsis/config/tests/ConfigWizardTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2016 ARM Ltd. and others
33
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
4+
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
6+
* https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
79
*
810
* Contributors:
911
* ARM Ltd and ARM Germany GmbH - Initial API and implementation

com.arm.cmsis.config/.classpath

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con"
4-
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" />
5-
<classpathentry kind="con"
6-
path="org.eclipse.pde.core.requiredPlugins" />
7-
<classpathentry kind="src" path="src" />
8-
<classpathentry kind="output" path="target/classes" />
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="maven.pomderived" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" output="target/classes" path="src">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
16+
<attributes>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry kind="output" path="target/classes"/>
921
</classpath>

com.arm.cmsis.config/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: CMSIS Config
4-
Bundle-SymbolicName: com.arm.cmsis.config;singleton:=true
4+
Bundle-SymbolicName: com.arm.cmsis.config;singleton:=true
55
Automatic-Module-Name: com.arm.cmsis.config
6-
Bundle-Version: 2.9.0.qualifier
6+
Bundle-Version: 2.10.0.qualifier
77
Bundle-Activator: com.arm.cmsis.config.ConfigPlugIn
88
Bundle-Vendor: Arm Limited
99
Require-Bundle: org.eclipse.ui,

com.arm.cmsis.config/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?eclipse version="3.4"?>
3-
<!DOCTYPE xml>
43
<plugin>
54
<extension
65
point="org.eclipse.ui.editors">

com.arm.cmsis.config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.arm.cmsis</groupId>
99
<artifactId>com.arm.cmsis.parent</artifactId>
10-
<version>2.9.0-SNAPSHOT</version>
10+
<version>2.10.0-SNAPSHOT</version>
1111
<relativePath>../com.arm.cmsis.parent</relativePath>
1212
</parent>
1313
</project>

com.arm.cmsis.config/src/com/arm/cmsis/config/ConfigPlugIn.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2021 ARM Ltd. and others
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License 2.0
5+
* which accompanies this distribution, and is available at
6+
* https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*
10+
* Contributors:
11+
* ARM Ltd and ARM Germany GmbH - Initial API and implementation
12+
*******************************************************************************/
13+
114
package com.arm.cmsis.config;
215

316
import org.eclipse.jface.resource.ImageDescriptor;

com.arm.cmsis.config/src/com/arm/cmsis/config/IHelpContextIds.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*******************************************************************************
22
* Copyright (c) 2021 ARM Ltd. and others
33
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
4+
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
7-
*
6+
* https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*
810
* Contributors:
911
* ARM Ltd and ARM Germany GmbH - Initial API and implementation
1012
*******************************************************************************/

0 commit comments

Comments
 (0)