Skip to content

Commit

Permalink
Variuos minor fixes to Systeminfo tests. (#2182)
Browse files Browse the repository at this point in the history
Includes:
- renamed source directory;
- removed empty test;
- removed exported package;
- replaced incorrect header;
- replaced .java class with .groovy.

Signed-off-by: Svilen Valkanov <[email protected]>
  • Loading branch information
Svilen authored and martinvw committed Apr 26, 2017
1 parent cfd7596 commit 713ccc7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins" />
<classpathentry kind="src" path="src/main/java" />
<classpathentry kind="src" path="src/main/groovy" />
<classpathentry kind="src" path="src/test/groovy" />
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT" />
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT" />
<classpathentry kind="output" path="target/classes" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Import-Package: groovy.json,
org.hamcrest;core=split,
org.junit;version="4.11",
org.junit.experimental.categories,
org.openhab.binding.systeminfo.test,
org.osgi.framework,
org.osgi.service.component,
org.slf4j,
org.eclipse.smarthome.config.discovery.inbox
Export-Package: org.openhab.binding.systeminfo.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/main/java/,\
src/main/groovy
source.. = src/test/groovy
output.. = target/classes
bin.includes = META-INF/,\
.,\
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others.
* Copyright (c) 2010-2017 by the respective copyright holders.
*
* 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
Expand Down

0 comments on commit 713ccc7

Please sign in to comment.