File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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/)
1717for VARIABLE in $FILES
1818do
1919 sed -i ' /Generated on\:/d' $VARIABLE
20+ sed -i -e ' s/{@link PropertyPath}//g' $VARIABLE
2021done
2122
2223# ./gradlew javadoc
Original file line number Diff line number Diff line change 55This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
66See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77Any 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
Original file line number Diff line number Diff line change 55This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
66See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77Any 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::" >
You can’t perform that action at this time.
0 commit comments