1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Add Eclipse Java Compiler support for the scripting service

Adds support for the ECJ in the scripting service. Now it is possible to
choose which implementation to use to compile Java scripts.
This commit is contained in:
2011-10-10 14:15:54 -03:00
parent 8b787349d4
commit fe882c4467
18 changed files with 952 additions and 322 deletions

View File

@@ -217,5 +217,10 @@
<version>2.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
<version>3.7.1</version>
</dependency>
</dependencies>
</project>