Skip to content

Commit 91164e2

Browse files
committed
#0000 Content: Added snake.html as example abd little gimmick
1 parent 6a8f065 commit 91164e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BF: Service: Correction of the configuration for on-premises
44
BF: Build: Correction of the version number distribution
55
Dockerfile was forgotten.
66
CR: Build: Added build and publish the Docker images
7+
CR: Content: Added snake.html as example abd little gimmick
78

89
1.5.0 20241027
910
BF: Build: Review and optimization

development/build.xml

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
<include name="openAPI.yaml"/>
115115
</fileset>
116116
</copy>
117+
<copy todir="${workspace.build}/content">
118+
<fileset dir="${workspace.test}">
119+
<include name="snake.html"/>
120+
</fileset>
121+
</copy>
117122
<copy todir="${workspace.build}/manual">
118123
<fileset dir="${workspace.manual}" includes="**"/>
119124
</copy>

0 commit comments

Comments
 (0)