summaryrefslogtreecommitdiff
path: root/ldtp
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2012-06-08 17:32:52 -0700
committerNagappan Alagappan <nagappan@gmail.com>2012-06-08 17:32:52 -0700
commit9fc50dcbe0b829d143b148e4dc9e46c3f5a4b77f (patch)
tree2be1db8095ad3e2c5d194d876c4d3d69f8505c1d /ldtp
parent2a18a5ce8f57046f285b78799a8ea1be579365e4 (diff)
Added eclipse files
Diffstat (limited to 'ldtp')
-rw-r--r--ldtp/JavaLDTP/.classpath10
-rw-r--r--ldtp/JavaLDTP/.project17
-rw-r--r--ldtp/JavaLDTP/.settings/org.eclipse.jdt.core.prefs11
3 files changed, 38 insertions, 0 deletions
diff --git a/ldtp/JavaLDTP/.classpath b/ldtp/JavaLDTP/.classpath
new file mode 100644
index 0000000..672bfd3
--- /dev/null
+++ b/ldtp/JavaLDTP/.classpath
@@ -0,0 +1,10 @@
+<?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/commons-codec-1.6.jar"/>
+ <classpathentry kind="lib" path="lib/ws-commons-util-1.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/xmlrpc-client-3.1.3.jar"/>
+ <classpathentry kind="lib" path="lib/xmlrpc-common-3.1.3.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/ldtp/JavaLDTP/.project b/ldtp/JavaLDTP/.project
new file mode 100644
index 0000000..0781901
--- /dev/null
+++ b/ldtp/JavaLDTP/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>LDTP</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/ldtp/JavaLDTP/.settings/org.eclipse.jdt.core.prefs b/ldtp/JavaLDTP/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..8000cd6
--- /dev/null
+++ b/ldtp/JavaLDTP/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6