]> gerrit.simantics Code Review - simantics/3d.git/commit
Included old javax.vecmath 1.5.2 to org.simantics.g3d.feature release/1.33.0 release/1.34.0 release/1.34.1 release/1.34.2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 14 Feb 2018 22:36:53 +0000 (00:36 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 14 Feb 2018 22:36:53 +0000 (00:36 +0200)
commit16ec8075f708c6589937f8e760f8074ba27d86c4
tree228d37e19f54184caec438c89d96ff08d7526e92
parent471c46e9a685e20de958d77166461aebc7a7b6ee
Included old javax.vecmath 1.5.2 to org.simantics.g3d.feature

The library is used as is without modifications under the
terms of the "CLASSPATH" EXCEPTION TO THE GPL so it is OK
to include it here in this otherwise EPL'ed software.
61 files changed:
javax.vecmath/.classpath [new file with mode: 0644]
javax.vecmath/.project [new file with mode: 0644]
javax.vecmath/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
javax.vecmath/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
javax.vecmath/COPYRIGHT.txt [new file with mode: 0644]
javax.vecmath/LICENSE-SPEC.html [new file with mode: 0644]
javax.vecmath/LICENSE.txt [new file with mode: 0644]
javax.vecmath/META-INF/MANIFEST.MF [new file with mode: 0644]
javax.vecmath/README.txt [new file with mode: 0644]
javax.vecmath/build.properties [new file with mode: 0644]
javax.vecmath/pom.xml [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/AxisAngle4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/AxisAngle4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Color3b.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Color3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Color4b.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Color4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/ExceptionStrings.properties [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/GMatrix.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/GVector.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Matrix3d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Matrix3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Matrix4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Matrix4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/MismatchedSizeException.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point2d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point2f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point2i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point3d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point3i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Point4i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Quat4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Quat4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/SingularMatrixException.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/TexCoord2f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/TexCoord3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/TexCoord4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple2d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple2f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple2i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple3b.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple3d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple3i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple4b.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple4f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Tuple4i.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/VecMathI18N.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/VecMathUtil.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector2d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector2f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector3d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector3f.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector4d.java [new file with mode: 0644]
javax.vecmath/src/javax/vecmath/Vector4f.java [new file with mode: 0644]
org.simantics.g3d.feature/feature.xml
pom.xml