You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2006/04/26 16:43:21 UTC

svn commit: r397206 - in /jakarta/commons/sandbox/jci/trunk: ./ compilers/commons-jci-eclipse/ compilers/commons-jci-groovy/ compilers/commons-jci-janino/ compilers/eclipse/ compilers/groovy/ compilers/janino/ compilers/janino/src/java/org/apache/commo...

Author: tcurdt
Date: Wed Apr 26 07:43:20 2006
New Revision: 397206

URL: http://svn.apache.org/viewcvs?rev=397206&view=rev
Log:
short name for the compiler sub dirs

Added:
    jakarta/commons/sandbox/jci/trunk/compilers/eclipse/
      - copied from r396752, jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-eclipse/
    jakarta/commons/sandbox/jci/trunk/compilers/groovy/
      - copied from r396752, jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-groovy/
    jakarta/commons/sandbox/jci/trunk/compilers/janino/
      - copied from r396752, jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-janino/
    jakarta/commons/sandbox/jci/trunk/compilers/janino/src/java/org/apache/commons/jci/compilers/JaninoJavaCompiler.java
      - copied unchanged from r396840, jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-janino/src/java/org/apache/commons/jci/compilers/JaninoJavaCompiler.java
Removed:
    jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-eclipse/
    jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-groovy/
    jakarta/commons/sandbox/jci/trunk/compilers/commons-jci-janino/
Modified:
    jakarta/commons/sandbox/jci/trunk/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=397206&r1=397205&r2=397206&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Wed Apr 26 07:43:20 2006
@@ -27,9 +27,9 @@
 
   <modules>
     <module>core</module>
-    <module>compilers/commons-jci-eclipse</module>
-    <module>compilers/commons-jci-janino</module>
-    <module>compilers/commons-jci-groovy</module>
+    <module>compilers/eclipse</module>
+    <module>compilers/janino</module>
+    <module>compilers/groovy</module>
     <module>tests</module>
     <module>examples</module>
   </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org