From e22c3f0349cc11190bdd79d118fd659fd29f8048 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Mon, 11 Apr 2011 21:40:39 +0000 Subject: [PATCH] - make remys life easier git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7232 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../bullet/control/{ragdoll => }/HumanoidRagdollPreset.java | 2 +- engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java | 2 -- .../com/jme3/bullet/control/{ragdoll => }/RagdollPreset.java | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) rename engine/src/jbullet/com/jme3/bullet/control/{ragdoll => }/HumanoidRagdollPreset.java (98%) rename engine/src/jbullet/com/jme3/bullet/control/{ragdoll => }/RagdollPreset.java (98%) diff --git a/engine/src/jbullet/com/jme3/bullet/control/ragdoll/HumanoidRagdollPreset.java b/engine/src/jbullet/com/jme3/bullet/control/HumanoidRagdollPreset.java similarity index 98% rename from engine/src/jbullet/com/jme3/bullet/control/ragdoll/HumanoidRagdollPreset.java rename to engine/src/jbullet/com/jme3/bullet/control/HumanoidRagdollPreset.java index 24e8b90b5..c3455760c 100644 --- a/engine/src/jbullet/com/jme3/bullet/control/ragdoll/HumanoidRagdollPreset.java +++ b/engine/src/jbullet/com/jme3/bullet/control/HumanoidRagdollPreset.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.jme3.bullet.control.ragdoll; +package com.jme3.bullet.control; import com.jme3.math.FastMath; diff --git a/engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java b/engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java index 48018a7dc..3c755eedc 100644 --- a/engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java +++ b/engine/src/jbullet/com/jme3/bullet/control/RagdollControl.java @@ -1,7 +1,5 @@ package com.jme3.bullet.control; -import com.jme3.bullet.control.ragdoll.RagdollPreset; -import com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset; import com.jme3.animation.AnimControl; import com.jme3.animation.Bone; import com.jme3.animation.Skeleton; diff --git a/engine/src/jbullet/com/jme3/bullet/control/ragdoll/RagdollPreset.java b/engine/src/jbullet/com/jme3/bullet/control/RagdollPreset.java similarity index 98% rename from engine/src/jbullet/com/jme3/bullet/control/ragdoll/RagdollPreset.java rename to engine/src/jbullet/com/jme3/bullet/control/RagdollPreset.java index ad332ac1b..415b719fa 100644 --- a/engine/src/jbullet/com/jme3/bullet/control/ragdoll/RagdollPreset.java +++ b/engine/src/jbullet/com/jme3/bullet/control/RagdollPreset.java @@ -2,7 +2,7 @@ * To change this template, choose Tools | Templates * and open the template in the editor. */ -package com.jme3.bullet.control.ragdoll; +package com.jme3.bullet.control; import com.jme3.bullet.joints.SixDofJoint; import java.util.HashMap;