Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XMLSchemaCompiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Nilsson
XMLSchemaCompiler
Commits
9e419eff
Commit
9e419eff
authored
Feb 26, 2009
by
Anders Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Included jme.jar and corrected README
parent
60903c1a
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+2
-2
2 additions, 2 deletions
README
examples/x3d/build.xml
+1
-1
1 addition, 1 deletion
examples/x3d/build.xml
tools/Copyright.txt
+29
-0
29 additions, 0 deletions
tools/Copyright.txt
tools/jme.jar
+0
-0
0 additions, 0 deletions
tools/jme.jar
with
32 additions
and
3 deletions
README
+
2
−
2
View file @
9e419eff
...
@@ -36,7 +36,7 @@ the jme package from http://www.jmonkeyengine.com/
...
@@ -36,7 +36,7 @@ the jme package from http://www.jmonkeyengine.com/
There are two main programs supplied:
There are two main programs supplied:
$ java PrettyPrint ../workpiece.x3d
$ java PrettyPrint ../workpiece.x3d
will just print out an x3d representation.
will just print out an x3d representation.
$ java OBB ../workpiece.x3d
$ java
-cp ../../tools/jme.jar
OBB ../workpiece.x3d
will compute bounding boxes (both AABB and OBB) and print out the
will compute bounding boxes (both AABB and OBB) and print out the
characteristics.
characteristics.
...
...
This diff is collapsed.
Click to expand it.
examples/x3d/build.xml
+
1
−
1
View file @
9e419eff
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<!-- compile sources -->
<!-- compile sources -->
<target
name=
"build"
depends=
"gen"
>
<target
name=
"build"
depends=
"gen"
>
<javac
debug=
"true"
nowarn=
"true"
srcdir=
"."
includes=
"**/*.java"
excludes=
"tools/** siaras/**"
classpath=
".:${tools}/beaver-rt.jar:${tools}/junit.jar"
/>
<javac
debug=
"true"
nowarn=
"true"
srcdir=
"."
includes=
"**/*.java"
excludes=
"tools/** siaras/**"
classpath=
".:${tools}/beaver-rt.jar:${tools}/junit.jar
:${tools}/jme.jar
"
/>
</target>
</target>
<!-- generate compiler source files -->
<!-- generate compiler source files -->
...
...
This diff is collapsed.
Click to expand it.
tools/Copyright.txt
0 → 100644
+
29
−
0
View file @
9e419eff
Copyright (c) 2003-2009 jMonkeyEngine
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Neither the name of 'jMonkeyEngine' nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tools/jme.jar
0 → 100644
+
0
−
0
View file @
9e419eff
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment