Skip to content

Commit 7f7806a

Browse files
DEVOPS-507: Added changelogs to binary builds
DEVOPS-507 (Add changelog to every plug-in during build) https://knime-com.atlassian.net/browse/DEVOPS-507
1 parent 337c78c commit 7f7806a

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
*/build/
44
*.pyc*
55
**/.pydevproject
6-
.flattened-pom.xml
7-
org.knime.dl.keras/knime-dl-keras.jar
8-
org.knime.dl.python/knime-dl-python.jar
6+
**/.flattened-pom.xml
7+
*/*.jar
8+
**/CHANGELOG.md

org.knime.dl.core.tests/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
bin.includes = fragment.xml,\
22
META-INF/,\
33
.,\
4-
LICENSE.txt
4+
LICENSE.txt,\
5+
CHANGELOG.md
56
source.. = src/
67
output.. = bin/
78
src.includes = LICENSE.txt

org.knime.dl.keras.tests/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ bin.includes = fragment.xml,\
22
META-INF/,\
33
.,\
44
data/,\
5-
LICENSE.txt
5+
LICENSE.txt,\
6+
CHANGELOG.md
67
jars.compile.order = knime-dl-core.jar
78
source.. = src/
89
output.. = bin/

org.knime.dl.keras/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ bin.includes = META-INF/,\
77
libs/gentyref-1.2.0.jar,\
88
libs/miglayout-3.7.4.jar,\
99
libs/scijava-common-2.73.1.jar,\
10-
LICENSE.txt
10+
LICENSE.txt,\
11+
CHANGELOG.md
1112
jars.compile.order = knime-dl-keras.jar
1213
src.includes = LICENSE.txt,\
1314
external-licenses/

org.knime.dl.python.tests/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ bin.includes = fragment.xml,\
22
META-INF/,\
33
.,\
44
py/,\
5-
LICENSE.txt
5+
LICENSE.txt,\
6+
CHANGELOG.md
67
source.. = src/
78
output.. = bin/
89
src.includes = LICENSE.txt

org.knime.dl.python/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ bin.includes = plugin.xml,\
44
knime-dl-python.jar,\
55
schema/,\
66
icons/,\
7-
LICENSE.txt
7+
LICENSE.txt,\
8+
CHANGELOG.md
89
jars.compile.order = knime-dl-python.jar
910
src.includes = LICENSE.txt,\
1011
external-licenses/

org.knime.dl/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ bin.includes = plugin.xml,\
33
schema/,\
44
.,\
55
icons/,\
6-
LICENSE.txt
6+
LICENSE.txt,\
7+
CHANGELOG.md
78
jars.compile.order = knime-dl-core.jar
89
source.. = src/
910
output.. = bin/
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
bin.includes = feature.xml
1+
bin.includes = feature.xml,\
2+
CHANGELOG.md

0 commit comments

Comments
 (0)