Skip to content

Commit a0c3d0c

Browse files
committed
Updating the generated code to add the new attribute
deleting the generated on line to make it easier to version control
1 parent e9d1dad commit a0c3d0c

File tree

150 files changed

+23
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+23
-455
lines changed

GenerateXMLClasses.sh

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
#cd ../
88

9-
mvn generate-sources
9+
#mvn generate-sources
10+
11+
#echo "Error! the generated sources needed extensive hand edits to work correctly!";return 1
12+
13+
14+
15+
FILES=$(grep -r -l "// Generated on: " src/main/java/org/mujoco/xml/)
16+
17+
for VARIABLE in $FILES
18+
do
19+
sed -i '/Generated on\:/d' $VARIABLE
20+
done
21+
22+
#./gradlew javadoc
1023

11-
#echo Error! the generated sources needed extensive hand edits to work correctly!

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.14 at 02:05:12 PM EDT
8+
Generated on: 2024.03.15 at 07:17:29 PM EDT
99
1010
--></bindings>
1111

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

Lines changed: 1 addition & 4 deletions
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.14 at 02:05:12 PM EDT
8+
Generated on: 2024.03.15 at 07:17:29 PM EDT
99
1010
-->
1111
<jaxb:bindings if-exists="true" scd="x-schema::">
@@ -197,9 +197,6 @@ Generated on: 2024.03.14 at 02:05:12 PM EDT
197197
<jaxb:schemaBindings map="false">
198198
<jaxb:package name="org.mujoco.xml.body"/>
199199
</jaxb:schemaBindings>
200-
<jaxb:bindings if-exists="true" scd="~tns:body">
201-
<jaxb:class ref="org.mujoco.xml.body.Body"/>
202-
</jaxb:bindings>
203200
<jaxb:bindings if-exists="true" scd="~tns:bodyType">
204201
<jaxb:class ref="org.mujoco.xml.body.BodyType"/>
205202
</jaxb:bindings>

src/main/java/org/mujoco/xml/BodyarchType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/DefaultType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/MuJoCoDefault/CameraType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/MuJoCoDefault/CylinderType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/MuJoCoDefault/DefaultType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/MuJoCoDefault/DefaultmainType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

src/main/java/org/mujoco/xml/MuJoCoDefault/EqualityType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2024.03.14 at 02:05:12 PM EDT
65
//
76

87

0 commit comments

Comments
 (0)