Author: tcurdt
Date: Sun Apr  1 04:42:49 2007
New Revision: 524585

URL: http://svn.apache.org/viewvc?view=rev&rev=524585
Log:
updated TODO
changed URLs to proper
latest version of the janino 2.4 branch


Modified:
    jakarta/commons/proper/jci/trunk/TODO.txt
    jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml
    jakarta/commons/proper/jci/trunk/pom.xml

Modified: jakarta/commons/proper/jci/trunk/TODO.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/TODO.txt?view=diff&rev=524585&r1=524584&r2=524585
==============================================================================
--- jakarta/commons/proper/jci/trunk/TODO.txt (original)
+++ jakarta/commons/proper/jci/trunk/TODO.txt Sun Apr  1 04:42:49 2007
@@ -11,5 +11,5 @@
 o ability to add (contents of) jars to the store ...and be able to remove them 
again
 o maven plugin to compile with any of the compilers -> codehaus.org/mojo
 o compiler discovery via META-INF
-o common compiler configuration
-o build javac classpath from provided classloader
\ No newline at end of file
+o finish common configuration for some compilers
+o build javac classpath from provided classloader

Modified: jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml?view=diff&rev=524585&r1=524584&r2=524585
==============================================================================
--- jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml Sun Apr  1 
04:42:49 2007
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>janino</groupId>
             <artifactId>janino</artifactId>
-            <version>2.4.1</version>
+            <version>2.4.3</version>
         </dependency>
     </dependencies>
 </project>

Modified: jakarta/commons/proper/jci/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=524585&r1=524584&r2=524585
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Sun Apr  1 04:42:49 2007
@@ -11,7 +11,7 @@
     <artifactId>commons-jci</artifactId>
     <version>1.0-SNAPSHOT</version>
     <name>Commons JCI</name>
-    <url>http://jakarta.apache.org/commons/sandbox/jci/</url>
+    <url>http://jakarta.apache.org/commons/jci/</url>
     <description>
         Common java compiler interface
     </description>
@@ -38,7 +38,7 @@
         </snapshotRepository>
         <site>
             <id>website</id>
-            
<url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/jci/</url>
+            
<url>scpexe://people.apache.org/www/jakarta.apache.org/commons/jci/</url>
         </site>
     </distributionManagement>
     <developers>
@@ -68,12 +68,27 @@
         </contributor>
     </contributors>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk/</connection>
-        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/jci/trunk/</developerConnection>
-        
<url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/</connection>
+        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/</developerConnection>
+        
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/</url>
     </scm>
     <build>
         <plugins>
+            <!--
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-gpg-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>sign-artifacts</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to