Skip to content

Commit 3f36405

Browse files
committed
Auto-cleanup of the generated code to adhere to the version control
1 parent a0c3d0c commit 3f36405

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

GenerateXMLClasses.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#cd ../
88

9-
#mvn generate-sources
9+
mvn generate-sources
1010

1111
#echo "Error! the generated sources needed extensive hand edits to work correctly!";return 1
1212

@@ -17,6 +17,7 @@ FILES=$(grep -r -l "// Generated on: " src/main/java/org/mujoco/xml/)
1717
for VARIABLE in $FILES
1818
do
1919
sed -i '/Generated on\:/d' $VARIABLE
20+
sed -i -e 's/{@link PropertyPath}//g' $VARIABLE
2021
done
2122

2223
#./gradlew javadoc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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:17:29 PM EDT
8+
Generated on: 2024.03.15 at 07:41:31 PM EDT
99
1010
--></bindings>
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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:17:29 PM EDT
8+
Generated on: 2024.03.15 at 07:41:31 PM EDT
99
1010
-->
1111
<jaxb:bindings if-exists="true" scd="x-schema::">

0 commit comments

Comments
 (0)