]> source.dussan.org Git - javassist.git/commitdiff
Remove the JDK vendor specfic class from the eclipse compilation
authoradrian <adrian@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 30 Jan 2006 10:14:15 +0000 (10:14 +0000)
committeradrian <adrian@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 30 Jan 2006 10:14:15 +0000 (10:14 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@238 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

.classpath

index a838c8dc1c274e67fdf9e1efbfa53a1146e9db0b..6552f293a0d049875a287dcf9b6ed519708bc71a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src/main"/>
+       <classpathentry excluding="javassist/util/HotSwapper.java" kind="src" path="src/main"/>
        <classpathentry kind="src" path="local/src"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="build/classes"/>