Jasper javac compiler extension for Eclipse JDT.
Here is the list of declaration for jasper-jdt. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>jasper-jdt</artifactId> <version>6.0.14</version> </dependency>
If you think this Maven repository POM file listing for jasper-jdt is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the jasper-jdt-6.0.14.jar
org.eclipse.jdt.core.compiler org.eclipse.jdt.internal.compiler org.eclipse.jdt.internal.compiler.ast org.eclipse.jdt.internal.compiler.batch org.eclipse.jdt.internal.compiler.classfmt org.eclipse.jdt.internal.compiler.codegen org.eclipse.jdt.internal.compiler.env org.eclipse.jdt.internal.compiler.flow org.eclipse.jdt.internal.compiler.impl org.eclipse.jdt.internal.compiler.lookup org.eclipse.jdt.internal.compiler.parser org.eclipse.jdt.internal.compiler.parser.diagnose org.eclipse.jdt.internal.compiler.problem org.eclipse.jdt.internal.compiler.util org.eclipse.jdt.internal.core.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.tomcat</groupId> <artifactId>jasper-jdt</artifactId> <version>6.0.14</version> <description>Jasper javac compiler extension for Eclipse JDT</description> </project>