Skip to content

Commit 71c0e90

Browse files
authored
Remove obsolete MANIFEST.MF and build.properties checks (#433)
These checks have became obsolete after switching to Bnd for building bundles. The build.properties file is no longer used and the MANIFEST.MF is generated which prevents the human errors that were found by the checks. Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 350b014 commit 71c0e90

310 files changed

Lines changed: 19 additions & 6228 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.

custom-checks/checkstyle/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,11 @@
5353
<artifactId>flexmark-all</artifactId>
5454
<version>${flexmark.version}</version>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.apache.ivy</groupId>
58-
<artifactId>ivy</artifactId>
59-
<version>${org.apache.ivy.version}</version>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.jsoup</groupId>
6358
<artifactId>jsoup</artifactId>
6459
<version>${org.jsoup.version}</version>
6560
</dependency>
66-
<dependency>
67-
<groupId>org.eclipse.pde</groupId>
68-
<artifactId>org.eclipse.pde.core</artifactId>
69-
<version>${pde.core.version}</version>
70-
</dependency>
7161
<dependency>
7262
<groupId>org.eclipse.jdt</groupId>
7363
<artifactId>org.eclipse.jdt.annotation</artifactId>

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/AnnotationDependencyCheck.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/BuildPropertiesCheck.java

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)