Initialize
authorSungho Park <chywoo.park@samsung.com>
Mon, 27 Feb 2012 12:19:43 +0000 (21:19 +0900)
committerSungho Park <chywoo.park@samsung.com>
Mon, 27 Feb 2012 12:19:43 +0000 (21:19 +0900)
commit46ca54bc0b6677080d5fe76e0c3c315d023ac75b
treec51598e0dcb1ca12e51c791390add8b36fbf9030
Initialize
187 files changed:
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
build.sh [new file with mode: 0755]
builder/build.properties.clean [new file with mode: 0644]
builder/customTargets.xml [new file with mode: 0644]
builder/metadata/data/IDE/plugins/org.tizen.telephony.call_1.3.20.201202101837.jar [new file with mode: 0644]
builder/metadata/data/IDE/plugins/org.tizen.telephony.sms_1.3.20.201202101837.jar [new file with mode: 0644]
builder/metadata/pkginfo.manifest [new file with mode: 0644]
builder/metadata/web/pkginfo.manifest [new file with mode: 0644]
org.tizen.device/.classpath [new file with mode: 0644]
org.tizen.device/.project [new file with mode: 0644]
org.tizen.device/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.device/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.device/build.properties [new file with mode: 0644]
org.tizen.device/plugin.xml [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/battery/Battery.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/battery/page/BatteryConstants.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/battery/page/BatteryPage.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/earjack/Earjack.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/earjack/page/EarjackConstants.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/earjack/page/EarjackPage.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/rssi/Rssi.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/rssi/page/RssiPage.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/usb/Usb.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/usb/page/UsbConstants.java [new file with mode: 0644]
org.tizen.device/src/org/tizen/device/usb/page/UsbPage.java [new file with mode: 0644]
org.tizen.eventinjector.feature/.project [new file with mode: 0644]
org.tizen.eventinjector.feature/build.properties [new file with mode: 0644]
org.tizen.eventinjector.feature/feature.properties [new file with mode: 0644]
org.tizen.eventinjector.feature/feature.xml [new file with mode: 0644]
org.tizen.injector/.classpath [new file with mode: 0644]
org.tizen.injector/.project [new file with mode: 0644]
org.tizen.injector/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.tizen.injector/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.injector/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.injector/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.injector/build.properties [new file with mode: 0644]
org.tizen.injector/icons/connect.png [new file with mode: 0644]
org.tizen.injector/icons/disconnect.png [new file with mode: 0644]
org.tizen.injector/icons/injector_view.png [new file with mode: 0644]
org.tizen.injector/plugin.xml [new file with mode: 0644]
org.tizen.injector/schema/injectorItemProvider.exsd [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/DebugLog.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/Injector.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/AbstractGA.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/AbstractItem.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/ByteArrayItem.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/IntItem.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/InvalidTypeException.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/ItemType.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/StructureGA.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/sensor/AbstractSenserMessage.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/protocol/sensor/TestSensorMessage.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/provider/AbstractInjectorItem.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/provider/AbstractInjectorPage.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/receiver/AbstractInjectorReceiver.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/socket/LocationSocket.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/socket/SensorTCPSocket.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/socket/SensorUDPSocket.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/socket/TelephonySocket.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/sourceProvider/InjectorStateProvider.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/util/ByteUtil.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/util/FormPageUtil.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/util/StringUtil.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/view/InjectorView.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/view/Messages.java [new file with mode: 0644]
org.tizen.injector/src/org/tizen/injector/view/messages.properties [new file with mode: 0644]
org.tizen.location.core/.classpath [new file with mode: 0644]
org.tizen.location.core/.project [new file with mode: 0644]
org.tizen.location.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.tizen.location.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.location.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.location.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.location.core/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.location.core/build.properties [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/injector/DebugLog.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/injector/LocationInjector.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/model/GeoLocationVO.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/AbstractNMEA0183.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/GeoLocation.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/IdentifiersConstants.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/Messages.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/NMEA0183_GPGGA.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/NMEA0183_GPGSA.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/NMEA0183_GPGSV.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/NMEA0183_GPRMC.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/SatelliteInfo.java [new file with mode: 0644]
org.tizen.location.core/src/org/tizen/location/core/protocol/messages.properties [new file with mode: 0644]
org.tizen.location.log/.classpath [new file with mode: 0644]
org.tizen.location.log/.project [new file with mode: 0644]
org.tizen.location.log/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.tizen.location.log/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.location.log/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.location.log/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.location.log/build.properties [new file with mode: 0644]
org.tizen.location.log/plugin.xml [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/Log.java [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/Messages.java [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/messages.properties [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/page/LogFile.java [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/page/Messages.java [new file with mode: 0644]
org.tizen.location.log/src/org/tizen/location/log/page/messages.properties [new file with mode: 0644]
org.tizen.location.manual/.classpath [new file with mode: 0644]
org.tizen.location.manual/.project [new file with mode: 0644]
org.tizen.location.manual/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.tizen.location.manual/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.location.manual/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.location.manual/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.location.manual/build.properties [new file with mode: 0644]
org.tizen.location.manual/plugin.xml [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/Manual.java [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/Messages.java [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/messages.properties [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/page/Coordinate.java [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/page/Messages.java [new file with mode: 0644]
org.tizen.location.manual/src/org/tizen/location/manual/page/messages.properties [new file with mode: 0644]
org.tizen.location.map/.classpath [new file with mode: 0644]
org.tizen.location.map/.project [new file with mode: 0644]
org.tizen.location.map/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.tizen.location.map/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.location.map/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.location.map/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.location.map/build.properties [new file with mode: 0644]
org.tizen.location.map/html/googleMap.html [new file with mode: 0644]
org.tizen.location.map/plugin.xml [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/Map.java [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/Messages.java [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/messages.properties [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/page/MapImage.java [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/page/Messages.java [new file with mode: 0644]
org.tizen.location.map/src/org/tizen/location/map/page/messages.properties [new file with mode: 0644]
org.tizen.nfc/.classpath [new file with mode: 0644]
org.tizen.nfc/.project [new file with mode: 0644]
org.tizen.nfc/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.nfc/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.nfc/build.properties [new file with mode: 0644]
org.tizen.nfc/plugin.xml [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/Nfc.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NDEFRecord.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NfcCommand.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NfcDialog.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NfcMimeType.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NfcPage.java [new file with mode: 0644]
org.tizen.nfc/src/org/tizen/nfc/page/NfcStringResource.java [new file with mode: 0644]
org.tizen.sensor.accelerometer/.classpath [new file with mode: 0644]
org.tizen.sensor.accelerometer/.project [new file with mode: 0644]
org.tizen.sensor.accelerometer/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.tizen.sensor.accelerometer/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.sensor.accelerometer/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.sensor.accelerometer/build.properties [new file with mode: 0644]
org.tizen.sensor.accelerometer/plugin.xml [new file with mode: 0644]
org.tizen.sensor.accelerometer/src/org/tizen/sensor/accelerometer/Sensor.java [new file with mode: 0644]
org.tizen.sensor.accelerometer/src/org/tizen/sensor/accelerometer/page/Accelerometer.java [new file with mode: 0644]
org.tizen.sensor.accelerometer/src/org/tizen/sensor/accelerometer/page/MobilePanel.java [new file with mode: 0644]
org.tizen.sensor.accelerometer/src/org/tizen/sensor/accelerometer/page/Vector.java [new file with mode: 0644]
org.tizen.sensor.accelerometer/src/org/tizen/sensor/magnetic/Magnetic.java [new file with mode: 0644]
org.tizen.sensor.light/.classpath [new file with mode: 0644]
org.tizen.sensor.light/.project [new file with mode: 0644]
org.tizen.sensor.light/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.sensor.light/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.sensor.light/build.properties [new file with mode: 0644]
org.tizen.sensor.light/plugin.xml [new file with mode: 0644]
org.tizen.sensor.light/src/org/tizen/sensor/light/Light.java [new file with mode: 0644]
org.tizen.sensor.light/src/org/tizen/sensor/light/page/LightPage.java [new file with mode: 0644]
org.tizen.sensor.motion/.classpath [new file with mode: 0644]
org.tizen.sensor.motion/.project [new file with mode: 0644]
org.tizen.sensor.motion/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.sensor.motion/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.sensor.motion/build.properties [new file with mode: 0644]
org.tizen.sensor.motion/plugin.xml [new file with mode: 0644]
org.tizen.sensor.motion/src/org/tizen/sensor/motion/Motion.java [new file with mode: 0644]
org.tizen.sensor.motion/src/org/tizen/sensor/motion/page/MotionPage.java [new file with mode: 0644]
org.tizen.sensor.proximity/.classpath [new file with mode: 0644]
org.tizen.sensor.proximity/.project [new file with mode: 0644]
org.tizen.sensor.proximity/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.tizen.sensor.proximity/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.sensor.proximity/build.properties [new file with mode: 0644]
org.tizen.sensor.proximity/plugin.xml [new file with mode: 0644]
org.tizen.sensor.proximity/src/org/tizen/sensor/proximity/Proximity.java [new file with mode: 0644]
org.tizen.sensor.proximity/src/org/tizen/sensor/proximity/page/ProximityConstants.java [new file with mode: 0644]
org.tizen.sensor.proximity/src/org/tizen/sensor/proximity/page/ProximityPage.java [new file with mode: 0644]
package/build.linux [new file with mode: 0755]
package/build.windows [new file with mode: 0755]
package/pkginfo.manifest [new file with mode: 0644]
packaging_eventinjector.sh [new file with mode: 0755]
packaging_eventinjector_wac.sh [new file with mode: 0755]