Skip to content

Commit 679f6fe

Browse files
committed
removing the timmestamp from the episode files as well
1 parent 3f36405 commit 679f6fe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

GenerateXMLClasses.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ do
1919
sed -i '/Generated on\:/d' $VARIABLE
2020
sed -i -e 's/{@link PropertyPath}//g' $VARIABLE
2121
done
22+
sed -i '/Generated on\:/d' src/main/java/META-INF/*.episode
23+
2224

2325
#./gradlew javadoc
2426

src/main/java/META-INF/jaxb-interfaces.episode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
66
See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2024.03.15 at 07:41:31 PM EDT
98
109
--></bindings>
1110

src/main/java/META-INF/sun-jaxb.episode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
66
See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2024.03.15 at 07:41:31 PM EDT
98
109
-->
1110
<jaxb:bindings if-exists="true" scd="x-schema::">

0 commit comments

Comments
 (0)