Author: ebourg
Date: Tue Oct  8 14:39:12 2013
New Revision: 1530295

URL: http://svn.apache.org/r1530295
Log:
Removed the references to the javac compiler

Modified:
    commons/proper/jci/trunk/TODO.txt
    commons/proper/jci/trunk/src/assembly/bin.xml
    commons/proper/jci/trunk/src/assembly/src.xml
    commons/proper/jci/trunk/src/site/xdoc/index.xml

Modified: commons/proper/jci/trunk/TODO.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/TODO.txt?rev=1530295&r1=1530294&r2=1530295&view=diff
==============================================================================
--- commons/proper/jci/trunk/TODO.txt (original)
+++ commons/proper/jci/trunk/TODO.txt Tue Oct  8 14:39:12 2013
@@ -3,7 +3,6 @@ ORDER BY IMPORTANCE
 o simplify the maven build (right now uses custom modules and so on ... which 
always caused problems)
 o update the maven build (bring it in line with the latest commons pom, 
plugins etc
 o finish common configuration for some compilers
-o deprecate javac
 o finish implementation of jsr199 compiler
 
 o removing of anonymous classes if parent class is being removed (could 
require interface changes)

Modified: commons/proper/jci/trunk/src/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/assembly/bin.xml?rev=1530295&r1=1530294&r2=1530295&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/assembly/bin.xml (original)
+++ commons/proper/jci/trunk/src/assembly/bin.xml Tue Oct  8 14:39:12 2013
@@ -63,11 +63,6 @@
             <includes><include>*.jar</include></includes>
         </fileSet>
         <fileSet>
-            <directory>compilers/javac/target</directory>
-            <outputDirectory>lib</outputDirectory>
-            <includes><include>*.jar</include></includes>
-        </fileSet>
-        <fileSet>
             <directory>compilers/rhino/target</directory>
             <outputDirectory>lib</outputDirectory>
             <includes><include>*.jar</include></includes>

Modified: commons/proper/jci/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/assembly/src.xml?rev=1530295&r1=1530294&r2=1530295&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/assembly/src.xml (original)
+++ commons/proper/jci/trunk/src/assembly/src.xml Tue Oct  8 14:39:12 2013
@@ -85,13 +85,6 @@
             </includes>
         </fileSet>
         <fileSet>
-            <directory>compilers/javac</directory>
-            <includes>
-                <include>src/**</include>
-                <include>pom.xml</include>
-            </includes>
-        </fileSet>
-        <fileSet>
             <directory>compilers/jsr199</directory>
             <includes>
                 <include>src/**</include>

Modified: commons/proper/jci/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/index.xml?rev=1530295&r1=1530294&r2=1530295&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/index.xml Tue Oct  8 14:39:12 2013
@@ -26,7 +26,7 @@
             <p>
                 JCI is a java compiler interface. It can be used to either 
compile java (or any other language that can be
                 compiled to java classes like e.g. groovy or javascript) to 
java. It is well integrated with a FAM (FilesystemAlterationMonitor)
-                that can be used with the JCI compiling/reloading classloader. 
All the currently supported compilers (even javac before java6)
+                that can be used with the JCI compiling/reloading classloader. 
All the currently supported compilers
                 feature in-memory compilation.
             </p>
             <p>The current implementation supports compilation via the 
following compilers:</p>
@@ -34,7 +34,6 @@
                 <li>eclipse</li>
                 <li>janino</li>
                 <li>groovy</li>
-                <li>javac</li>
                 <li>rhino</li>
             </ul>
         </section>


Reply via email to