summaryrefslogtreecommitdiffstats
path: root/jack-launcher/.classpath
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2015-04-14 10:59:21 +0200
committerYohann Roussel <yroussel@google.com>2015-04-14 21:45:40 +0200
commit6909f869f245885370755490be2a6cbf99db5216 (patch)
treeb930339534debb829b9c48bd38ea165d59987acb /jack-launcher/.classpath
parent97fcd1f2f8d4a6f15dc56e04107817283bc521c4 (diff)
downloadtoolchain_jack-6909f869f245885370755490be2a6cbf99db5216.zip
toolchain_jack-6909f869f245885370755490be2a6cbf99db5216.tar.gz
toolchain_jack-6909f869f245885370755490be2a6cbf99db5216.tar.bz2
A launcher protecting for classpath entries deletion
Allows to run application loaded in a classloader resistant to classpath entries deletion. Bug: 20132430 Change-Id: If6f999956b2230651d2ca1aea073848cfd8ff60d
Diffstat (limited to 'jack-launcher/.classpath')
-rw-r--r--jack-launcher/.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/jack-launcher/.classpath b/jack-launcher/.classpath
new file mode 100644
index 0000000..c9fa283
--- /dev/null
+++ b/jack-launcher/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="libs/jsr305-lib.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="src" path=".apt_generated">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>