Skip to content

Commit 3adc362

Browse files
author
Luis de la Garza
committed
Adding second batch of changes
1 parent ea2decd commit 3adc362

38 files changed

Lines changed: 3032 additions & 79 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.class
2+
.DS_Store
23

34
# Package Files #
45
*.jar

build.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.
Lines changed: 179 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,196 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feature
33
id="com.genericworkflownodes.knime.workflowexporter.feature"
4-
label="WorkflowExporter"
4+
label="KNIME Workflow Exporter"
55
version="0.1.0.qualifier"
6-
provider-name="The GenericWorkflowNodes Project">
6+
provider-name="Freie Universitaet Berlin, Universitaet Tuebingen, and the GenericWorkflowNodes Team">
77

8-
<description url="http://www.example.com/description">
9-
[Enter Feature Description here.]
8+
<description url="https://github.com/genericworkflownodes/KnimeWorkflowExporter">
9+
This feature provides the com.genericworkflownodes.knime.workflowexporter plugin, which provides capabilities to export KNIME workflows to other formats, such as gUSE / WSPGRADE.
10+
11+
See https://github.com/genericworkflownodes/KnimeWorkflowExporter
1012
</description>
1113

12-
<copyright url="http://www.example.com/copyright">
13-
[Enter Copyright Description here.]
14+
<copyright>
15+
Copyright (c) 2011-2013, Stephan Aiche, Luis de la Garza, Björn Kahlert and Marc Röttig.
1416
</copyright>
1517

16-
<license url="http://www.example.com/license">
17-
[Enter License Description here.]
18+
<license url="http://www.gnu.org/copyleft/lesser.html">
19+
GNU LESSER GENERAL PUBLIC LICENSE
20+
Version 3, 29 June 2007
21+
22+
Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
23+
Everyone is permitted to copy and distribute verbatim copies
24+
of this license document, but changing it is not allowed.
25+
26+
27+
This version of the GNU Lesser General Public License incorporates
28+
the terms and conditions of version 3 of the GNU General Public
29+
License, supplemented by the additional permissions listed below.
30+
31+
0. Additional Definitions.
32+
33+
As used herein, &quot;this License&quot; refers to version 3 of the GNU Lesser
34+
General Public License, and the &quot;GNU GPL&quot; refers to version 3 of the GNU
35+
General Public License.
36+
37+
&quot;The Library&quot; refers to a covered work governed by this License,
38+
other than an Application or a Combined Work as defined below.
39+
40+
An &quot;Application&quot; is any work that makes use of an interface provided
41+
by the Library, but which is not otherwise based on the Library.
42+
Defining a subclass of a class defined by the Library is deemed a mode
43+
of using an interface provided by the Library.
44+
45+
A &quot;Combined Work&quot; is a work produced by combining or linking an
46+
Application with the Library. The particular version of the Library
47+
with which the Combined Work was made is also called the &quot;Linked
48+
Version&quot;.
49+
50+
The &quot;Minimal Corresponding Source&quot; for a Combined Work means the
51+
Corresponding Source for the Combined Work, excluding any source code
52+
for portions of the Combined Work that, considered in isolation, are
53+
based on the Application, and not on the Linked Version.
54+
55+
The &quot;Corresponding Application Code&quot; for a Combined Work means the
56+
object code and/or source code for the Application, including any data
57+
and utility programs needed for reproducing the Combined Work from the
58+
Application, but excluding the System Libraries of the Combined Work.
59+
60+
1. Exception to Section 3 of the GNU GPL.
61+
62+
You may convey a covered work under sections 3 and 4 of this License
63+
without being bound by section 3 of the GNU GPL.
64+
65+
2. Conveying Modified Versions.
66+
67+
If you modify a copy of the Library, and, in your modifications, a
68+
facility refers to a function or data to be supplied by an Application
69+
that uses the facility (other than as an argument passed when the
70+
facility is invoked), then you may convey a copy of the modified
71+
version:
72+
73+
a) under this License, provided that you make a good faith effort to
74+
ensure that, in the event an Application does not supply the
75+
function or data, the facility still operates, and performs
76+
whatever part of its purpose remains meaningful, or
77+
78+
b) under the GNU GPL, with none of the additional permissions of
79+
this License applicable to that copy.
80+
81+
3. Object Code Incorporating Material from Library Header Files.
82+
83+
The object code form of an Application may incorporate material from
84+
a header file that is part of the Library. You may convey such object
85+
code under terms of your choice, provided that, if the incorporated
86+
material is not limited to numerical parameters, data structure
87+
layouts and accessors, or small macros, inline functions and templates
88+
(ten or fewer lines in length), you do both of the following:
89+
90+
a) Give prominent notice with each copy of the object code that the
91+
Library is used in it and that the Library and its use are
92+
covered by this License.
93+
94+
b) Accompany the object code with a copy of the GNU GPL and this license
95+
document.
96+
97+
4. Combined Works.
98+
99+
You may convey a Combined Work under terms of your choice that,
100+
taken together, effectively do not restrict modification of the
101+
portions of the Library contained in the Combined Work and reverse
102+
engineering for debugging such modifications, if you also do each of
103+
the following:
104+
105+
a) Give prominent notice with each copy of the Combined Work that
106+
the Library is used in it and that the Library and its use are
107+
covered by this License.
108+
109+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
110+
document.
111+
112+
c) For a Combined Work that displays copyright notices during
113+
execution, include the copyright notice for the Library among
114+
these notices, as well as a reference directing the user to the
115+
copies of the GNU GPL and this license document.
116+
117+
d) Do one of the following:
118+
119+
0) Convey the Minimal Corresponding Source under the terms of this
120+
License, and the Corresponding Application Code in a form
121+
suitable for, and under terms that permit, the user to
122+
recombine or relink the Application with a modified version of
123+
the Linked Version to produce a modified Combined Work, in the
124+
manner specified by section 6 of the GNU GPL for conveying
125+
Corresponding Source.
126+
127+
1) Use a suitable shared library mechanism for linking with the
128+
Library. A suitable mechanism is one that (a) uses at run time
129+
a copy of the Library already present on the user&apos;s computer
130+
system, and (b) will operate properly with a modified version
131+
of the Library that is interface-compatible with the Linked
132+
Version.
133+
134+
e) Provide Installation Information, but only if you would otherwise
135+
be required to provide such information under section 6 of the
136+
GNU GPL, and only to the extent that such information is
137+
necessary to install and execute a modified version of the
138+
Combined Work produced by recombining or relinking the
139+
Application with a modified version of the Linked Version. (If
140+
you use option 4d0, the Installation Information must accompany
141+
the Minimal Corresponding Source and Corresponding Application
142+
Code. If you use option 4d1, you must provide the Installation
143+
Information in the manner specified by section 6 of the GNU GPL
144+
for conveying Corresponding Source.)
145+
146+
5. Combined Libraries.
147+
148+
You may place library facilities that are a work based on the
149+
Library side by side in a single library together with other library
150+
facilities that are not Applications and are not covered by this
151+
License, and convey such a combined library under terms of your
152+
choice, if you do both of the following:
153+
154+
a) Accompany the combined library with a copy of the same work based
155+
on the Library, uncombined with any other library facilities,
156+
conveyed under the terms of this License.
157+
158+
b) Give prominent notice with the combined library that part of it
159+
is a work based on the Library, and explaining where to find the
160+
accompanying uncombined form of the same work.
161+
162+
6. Revised Versions of the GNU Lesser General Public License.
163+
164+
The Free Software Foundation may publish revised and/or new versions
165+
of the GNU Lesser General Public License from time to time. Such new
166+
versions will be similar in spirit to the present version, but may
167+
differ in detail to address new problems or concerns.
168+
169+
Each version is given a distinguishing version number. If the
170+
Library as you received it specifies that a certain numbered version
171+
of the GNU Lesser General Public License &quot;or any later version&quot;
172+
applies to it, you have the option of following the terms and
173+
conditions either of that published version or of any later version
174+
published by the Free Software Foundation. If the Library as you
175+
received it does not specify a version number of the GNU Lesser
176+
General Public License, you may choose any version of the GNU Lesser
177+
General Public License ever published by the Free Software Foundation.
178+
179+
If the Library as you received it specifies that a proxy can decide
180+
whether future versions of the GNU Lesser General Public License shall
181+
apply, that proxy&apos;s public statement of acceptance of any version is
182+
permanent authorization for you to choose that version for the
183+
Library.
18184
</license>
19185

186+
<requires>
187+
<import plugin="org.knime.workbench.editor"/>
188+
</requires>
189+
20190
<plugin
21191
id="com.genericworkflownodes.knime.workflowexporter"
22192
download-size="0"
23193
install-size="0"
24-
version="0.0.0"
25-
unpack="false"/>
194+
version="0.0.1.qualifier"/>
26195

27196
</feature>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-1.6"/>
43
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
54
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

com.genericworkflownodes.knime.workflowexporter/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

com.genericworkflownodes.knime.workflowexporter/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: WorkflowExporter
4-
Bundle-SymbolicName: com.genericworkflownodes.knime.workflowexporter
5-
Bundle-Version: 0.1.0.qualifier
6-
Bundle-Activator: com.genericworkflownodes.knime.workflowexporter.Activator
7-
Bundle-Vendor: The GenericWorkflowNodes Project
8-
Require-Bundle: org.eclipse.ui,
9-
org.eclipse.core.runtime,
10-
com.genericworkflownodes.knime;bundle-version="0.7.0"
3+
Bundle-Name: KNIME Workflow Exporter
4+
Bundle-SymbolicName: com.genericworkflownodes.knime.workflowexporter;singleton:=true
5+
Bundle-Version: 1.0.0.qualifier
6+
Bundle-Activator: com.genericworkflownodes.knime.workflowexporter.KnimeWorkflowExporterActivator
7+
Bundle-Vendor: Freie Universität Berlin, Universität Tübingen and the Generic Workflow Nodes Team
8+
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
9+
org.knime.workbench.core;bundle-version="2.7.0",
10+
org.apache.commons.lang;bundle-version="2.4.0",
11+
org.knime.workbench.editor;bundle-version="2.7.2",
12+
org.eclipse.core.resources;bundle-version="3.7.101",
13+
org.knime.workbench.ui;bundle-version="2.7.1",
14+
com.genericworkflownodes.knime;bundle-version="0.7.0",
15+
org.knime.workbench.repository;bundle-version="2.7.1",
16+
org.knime.product
1117
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
1218
Bundle-ActivationPolicy: lazy
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
source.. = src/
22
output.. = bin/
3-
bin.includes = META-INF/,\
4-
.
3+
bin.includes = plugin.xml,\
4+
META-INF/,\
5+
.,\
6+
icons/,\
7+
contexts.xml,\
8+
html/,\
9+
*.xml,\
10+
intro/,\
11+
images/
12+
src.includes = src/
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
3+
<html>
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6+
<title>Main Topic</title>
7+
</head>
8+
9+
<body>
10+
<h1>Main Topic</h1>
11+
Please enter your text here.
12+
</body>
13+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
3+
<html>
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6+
<title>Sub Topic</title>
7+
</head>
8+
9+
<body>
10+
<h1>Sub Topic</h1>
11+
Please enter your text here.
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)