We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8f065 commit 91164e2Copy full SHA for 91164e2
CHANGES
@@ -4,6 +4,7 @@ BF: Service: Correction of the configuration for on-premises
4
BF: Build: Correction of the version number distribution
5
Dockerfile was forgotten.
6
CR: Build: Added build and publish the Docker images
7
+CR: Content: Added snake.html as example abd little gimmick
8
9
1.5.0 20241027
10
BF: Build: Review and optimization
development/build.xml
@@ -114,6 +114,11 @@
114
<include name="openAPI.yaml"/>
115
</fileset>
116
</copy>
117
+ <copy todir="${workspace.build}/content">
118
+ <fileset dir="${workspace.test}">
119
+ <include name="snake.html"/>
120
+ </fileset>
121
+ </copy>
122
<copy todir="${workspace.build}/manual">
123
<fileset dir="${workspace.manual}" includes="**"/>
124
0 commit comments