add client
authorSon Hyunjun <hj79.son@samsung.com>
Thu, 15 Mar 2012 04:15:38 +0000 (13:15 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Thu, 15 Mar 2012 04:15:38 +0000 (13:15 +0900)
tizen/src/skin/client/.classpath [new file with mode: 0644]
tizen/src/skin/client/.gitignore [new file with mode: 0644]
tizen/src/skin/client/.project [new file with mode: 0644]
tizen/src/skin/client/emulator-skin.jar [deleted file]

diff --git a/tizen/src/skin/client/.classpath b/tizen/src/skin/client/.classpath
new file mode 100644 (file)
index 0000000..e62f0e6
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+       <classpathentry kind="lib" path="lib/swt/gtk-linux/swt.jar" sourcepath="lib/swt/gtk-linux/src.zip"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/tizen/src/skin/client/.gitignore b/tizen/src/skin/client/.gitignore
new file mode 100644 (file)
index 0000000..466d711
--- /dev/null
@@ -0,0 +1,2 @@
+bin
+emulator-skin.jar
\ No newline at end of file
diff --git a/tizen/src/skin/client/.project b/tizen/src/skin/client/.project
new file mode 100644 (file)
index 0000000..cdb4a9e
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>EmulatorSkin</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/tizen/src/skin/client/emulator-skin.jar b/tizen/src/skin/client/emulator-skin.jar
deleted file mode 100644 (file)
index 461dcf0..0000000
Binary files a/tizen/src/skin/client/emulator-skin.jar and /dev/null differ