Blob Blame History Raw
--- CheckstylePlugin/build/build.xml	2007-05-11 15:39:03.000000000 -0400
+++ CheckstylePlugin/build/build.xml	2007-05-11 16:13:26.000000000 -0400
@@ -77,7 +91,9 @@
 		<mkdir dir="${dist.basedir.tmpdir}/binnls" />
 
 		<!-- read the eclipse classpath -->
+<!--
 		<getEclipseClasspath workspace="${workspace}" projectName="${project.name}" classpathId="build.classpath" />
+-->
 
 		<!-- compile -->
 		<javac srcdir="${basedir}/src" destdir="${dist.basedir.tmpdir}/bin" classpathref="build.classpath" source="1.4" />
@@ -107,7 +109,6 @@
 		<!-- copy the plugin contents to the tmp dir -->
 		<copy todir="${dist.basedir.tmpdir}/">
 			<fileset dir="${basedir}">
-				<include name="${checkstyle.jar}" />
 				<include name="extension-libraries/**" />
 				<include name="plugin.xml" />
 				<include name="*.properties" />