Skip to content

Commit b9e70ec

Browse files
committed
Merge pull request #12 from knime-ip/scripting-fixes
Scijava fixes and project renaming
2 parents de2a7a9 + 2ec948a commit b9e70ec

108 files changed

Lines changed: 262 additions & 284 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.

org.knime.knip.scijava.commands/src/org/knime/knip/scijava/commands/adapter/AbstractInputAdapterService.java

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

org.knime.knip.scijava.commands.testing.feature/.project renamed to org.knime.scijava.commands.testing.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.knime.knip.scijava.commands.testing.feature</name>
3+
<name>org.knime.scijava.commands.testing.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

org.knime.knip.scijava.commands.testing.feature/build.properties renamed to org.knime.scijava.commands.testing.feature/build.properties

File renamed without changes.

org.knime.knip.scijava.commands.testing.feature/feature.xml renamed to org.knime.scijava.commands.testing.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feature
3-
id="org.knime.knip.scijava.commands.testing.feature"
3+
id="org.knime.scijava.commands.testing.feature"
44
label="Feature"
55
version="1.0.0.qualifier">
66

@@ -17,7 +17,7 @@
1717
</license>
1818

1919
<plugin
20-
id="org.knime.knip.scijava.commands.testing"
20+
id="org.knime.scijava.commands.testing"
2121
download-size="0"
2222
install-size="0"
2323
version="0.0.0"
File renamed without changes.
File renamed without changes.

org.knime.knip.scijava.commands.testing/.project renamed to org.knime.scijava.commands.testing/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.knime.knip.scijava.commands.testing</name>
3+
<name>org.knime.scijava.commands.testing</name>
44
<comment></comment>
55
<projects>
66
</projects>

org.knime.knip.scijava.commands.testing/.settings/org.eclipse.jdt.core.prefs renamed to org.knime.scijava.commands.testing/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4-
org.eclipse.jdt.core.compiler.compliance=1.7
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.compliance=1.8
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7-
org.eclipse.jdt.core.compiler.source=1.7
7+
org.eclipse.jdt.core.compiler.source=1.8

org.knime.knip.scijava.commands.testing/META-INF/MANIFEST.MF renamed to org.knime.scijava.commands.testing/META-INF/MANIFEST.MF

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: KNIP Scijava Commands Testing
4-
Bundle-SymbolicName: org.knime.knip.scijava.commands.testing;singleton:=true
4+
Bundle-SymbolicName: org.knime.scijava.commands.testing;singleton:=true
55
Bundle-Version: 1.0.0.qualifier
6-
Fragment-Host: org.knime.knip.scijava.commands;bundle-version="0.1.0"
7-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
6+
Fragment-Host: org.knime.scijava.commands;bundle-version="0.1.0"
7+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Eclipse-BuddyPolicy: registered
99
Require-Bundle: org.knime.testing;bundle-version="3.0.0",
1010
org.knime.core;bundle-version="3.0.0",
1111
slf4j-log4j12;bundle-version="1.7.10",
12-
org.knime.knip.scijava.core;bundle-version="0.2.0",
1312
org.junit;bundle-version="4.12.0",
1413
scijava-common,
15-
org.knime.knip.scijava.commands
14+
org.knime.scijava.commands,
15+
org.knime.scijava.core;bundle-version="0.2.0"

org.knime.knip.scijava.commands.testing/build.properties renamed to org.knime.scijava.commands.testing/build.properties

File renamed without changes.

0 commit comments

Comments
 (0)