]> rtime.felk.cvut.cz Git - orte.git/commitdiff
ROBOT_DEMO: move to contribs
authorMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Tue, 8 Apr 2014 09:09:11 +0000 (11:09 +0200)
committerMartin Vajnar <martin@martin-HP-ProBook-4330s.(none)>
Tue, 8 Apr 2014 09:09:11 +0000 (11:09 +0200)
37 files changed:
orte/contrib/Robot_Demo/.classpath [moved from orte/Robot_Demo/.classpath with 100% similarity]
orte/contrib/Robot_Demo/.project [moved from orte/Robot_Demo/.project with 100% similarity]
orte/contrib/Robot_Demo/.settings/org.eclipse.jdt.core.prefs [moved from orte/Robot_Demo/.settings/org.eclipse.jdt.core.prefs with 100% similarity]
orte/contrib/Robot_Demo/AndroidManifest.xml [moved from orte/Robot_Demo/AndroidManifest.xml with 100% similarity]
orte/contrib/Robot_Demo/build.xml [moved from orte/Robot_Demo/build.xml with 100% similarity]
orte/contrib/Robot_Demo/ic_launcher-web.png [moved from orte/Robot_Demo/ic_launcher-web.png with 100% similarity]
orte/contrib/Robot_Demo/proguard-project.txt [moved from orte/Robot_Demo/proguard-project.txt with 100% similarity]
orte/contrib/Robot_Demo/project.properties [moved from orte/Robot_Demo/project.properties with 92% similarity]
orte/contrib/Robot_Demo/res/drawable-hdpi/ic_launcher.png [moved from orte/Robot_Demo/res/drawable-hdpi/ic_launcher.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable-ldpi/ic_launcher.png [moved from orte/Robot_Demo/res/drawable-ldpi/ic_launcher.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable-mdpi/ic_launcher.png [moved from orte/Robot_Demo/res/drawable-mdpi/ic_launcher.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable-xhdpi/ic_launcher.png [moved from orte/Robot_Demo/res/drawable-xhdpi/ic_launcher.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable-xxhdpi/ic_launcher.png [moved from orte/Robot_Demo/res/drawable-xxhdpi/ic_launcher.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable/logo_cvut.png [moved from orte/Robot_Demo/res/drawable/logo_cvut.png with 100% similarity]
orte/contrib/Robot_Demo/res/drawable/logo_flamingos.png [moved from orte/Robot_Demo/res/drawable/logo_flamingos.png with 100% similarity]
orte/contrib/Robot_Demo/res/layout/about_dialog.xml [moved from orte/Robot_Demo/res/layout/about_dialog.xml with 100% similarity]
orte/contrib/Robot_Demo/res/layout/hokuyo_view.xml [moved from orte/Robot_Demo/res/layout/hokuyo_view.xml with 100% similarity]
orte/contrib/Robot_Demo/res/layout/managers_view.xml [moved from orte/Robot_Demo/res/layout/managers_view.xml with 100% similarity]
orte/contrib/Robot_Demo/res/layout/status_dialog.xml [moved from orte/Robot_Demo/res/layout/status_dialog.xml with 100% similarity]
orte/contrib/Robot_Demo/res/menu/activity_main.xml [moved from orte/Robot_Demo/res/menu/activity_main.xml with 100% similarity]
orte/contrib/Robot_Demo/res/values-v11/styles.xml [moved from orte/Robot_Demo/res/values-v11/styles.xml with 100% similarity]
orte/contrib/Robot_Demo/res/values-v14/styles.xml [moved from orte/Robot_Demo/res/values-v14/styles.xml with 100% similarity]
orte/contrib/Robot_Demo/res/values/strings.xml [moved from orte/Robot_Demo/res/values/strings.xml with 100% similarity]
orte/contrib/Robot_Demo/res/values/styles.xml [moved from orte/Robot_Demo/res/values/styles.xml with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/DataTypes/CraneCmdType.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/DataTypes/CraneCmdType.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/DataTypes/HokuyoScanType.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/DataTypes/HokuyoScanType.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/DataTypes/MagnetCmdType.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/DataTypes/MagnetCmdType.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/DataTypes/PwrVoltageType.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/DataTypes/PwrVoltageType.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/DataTypes/SpeedMotionType.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/DataTypes/SpeedMotionType.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/GUI/HokuyoView.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/GUI/HokuyoView.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/GUI/MainActivity.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/GUI/MainActivity.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Publishers/CraneCmdPublish.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Publishers/CraneCmdPublish.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Publishers/MagnetCmdPublish.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Publishers/MagnetCmdPublish.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Publishers/MotionSpeedPublish.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Publishers/MotionSpeedPublish.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Subscribers/HokuyoScanSubscribe.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Subscribers/HokuyoScanSubscribe.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Subscribers/MotionSpeedSubscribe.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Subscribers/MotionSpeedSubscribe.java with 100% similarity]
orte/contrib/Robot_Demo/src/org/ocera/orte/demo/Subscribers/PwrVoltageSubscribe.java [moved from orte/Robot_Demo/src/org/ocera/orte/demo/Subscribers/PwrVoltageSubscribe.java with 100% similarity]

similarity index 92%
rename from orte/Robot_Demo/project.properties
rename to orte/contrib/Robot_Demo/project.properties
index 09ed830856a2a1b051798a9bc345f9ed7545385c..f5a9ea3992c759f2bf6642ca2ebecf99eb280dbc 100644 (file)
@@ -12,4 +12,4 @@
 
 # Project target.
 target=android-15
-android.library.reference.1=../libaorte
+android.library.reference.1=../../libaorte