Add classpath and Eclipse project file 03/20203/1 master tizen_2.3 web-tct_2.2.1_r1
authorshaofeng <shaofeng.tang@intel.com>
Tue, 29 Apr 2014 08:37:28 +0000 (16:37 +0800)
committershaofeng <shaofeng.tang@intel.com>
Tue, 29 Apr 2014 08:37:28 +0000 (16:37 +0800)
Change-Id: If8915baa7f100b4ad737cccfd353ad205e4e44a7

.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]

diff --git a/.classpath b/.classpath
new file mode 100644 (file)
index 0000000..fdabb0d
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src_jaxb"/>
+       <classpathentry kind="src" path="test"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="lib" path="lib/jaxb-api.jar"/>
+       <classpathentry kind="lib" path="lib/jaxb-xjc.jar"/>
+       <classpathentry kind="lib" path="lib/jaxb-impl.jar"/>
+       <classpathentry kind="lib" path="lib/junit-4.10.jar"/>
+       <classpathentry kind="lib" path="lib/jdom-1.1.2.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib/commons-io-2.4-sources.jar"/>
+       <classpathentry kind="lib" path="lib/appFramework-1.0.jar"/>
+       <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
+       <classpathentry kind="lib" path="lib/json_simple-1.1.jar"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ceaeda1
--- /dev/null
@@ -0,0 +1,3 @@
+/bin
+/src_jaxb/org
+/build
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..46b4aec
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>tct-mgr-app</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>