You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2007/10/02 21:12:50 UTC

svn commit: r581352 - in /geronimo/devtools/j2g/trunk: eclipse/pom.xml plugins/org.apache.geronimo.j2g.sources/.classpath plugins/org.apache.geronimo.j2g.sources/pom.xml pom.xml

Author: linsun
Date: Tue Oct  2 12:12:49 2007
New Revision: 581352

URL: http://svn.apache.org/viewvc?rev=581352&view=rev
Log:
(GERONIMODEVTOOLS-224) j2g compile errors

Modified:
    geronimo/devtools/j2g/trunk/eclipse/pom.xml
    geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/.classpath
    geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/pom.xml
    geronimo/devtools/j2g/trunk/pom.xml

Modified: geronimo/devtools/j2g/trunk/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/eclipse/pom.xml?rev=581352&r1=581351&r2=581352&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/eclipse/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/eclipse/pom.xml Tue Oct  2 12:12:49 2007
@@ -42,7 +42,7 @@
                         <configuration>
                             <tasks>
                                 <property name="LOCAL_M2_REPO" value="${settings.localRepository}"/>
-                                <ant antfile="${basedir}/eclipse-3.3RC2.xml">
+                                <ant antfile="${basedir}/eclipse-3.3.xml">
                                     <target name="${eclipsePlatformFamily}"></target>
                                 </ant>
                             </tasks>

Modified: geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/.classpath?rev=581352&r1=581351&r2=581352&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/.classpath (original)
+++ geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/.classpath Tue Oct  2 12:12:49 2007
@@ -9,7 +9,7 @@
   <classpathentry kind="var" path="M2_REPO/commons-el/commons-el/1.0/commons-el-1.0.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-jsp_2.0_spec/1.1/geronimo-jsp_2.0_spec-1.1.jar"/>
   <classpathentry kind="var" path="M2_REPO/logkit/logkit/1.0.1/logkit-1.0.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/eclipse/jdt/core/3.1.1/core-3.1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/eclipse/jdt/core/3.2.0.666/core-3.2.0.666.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-servlet_2.4_spec/1.1.1/geronimo-servlet_2.4_spec-1.1.1.jar"/>
   <classpathentry kind="var" path="M2_REPO/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar"/>
   <classpathentry kind="src" path="/org.apache.geronimo.j2g.common"/>
@@ -19,4 +19,4 @@
   <classpathentry kind="var" path="M2_REPO/javax/servlet/jsp-api/2.0/jsp-api-2.0.jar"/>
   <classpathentry kind="var" path="M2_REPO/tomcat/jasper-compiler-jdt/5.5.15/jasper-compiler-jdt-5.5.15.jar"/>
   <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
-</classpath>
\ No newline at end of file
+</classpath>

Modified: geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/pom.xml?rev=581352&r1=581351&r2=581352&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.j2g.sources/pom.xml Tue Oct  2 12:12:49 2007
@@ -121,5 +121,9 @@
             <artifactId>org.apache.geronimo.j2g.common</artifactId>
            	<version>${version}</version>
        	</dependency>
+       	<dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>core</artifactId>
+       	</dependency>
     </dependencies>
 </project>

Modified: geronimo/devtools/j2g/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/pom.xml?rev=581352&r1=581351&r2=581352&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/pom.xml Tue Oct  2 12:12:49 2007
@@ -215,6 +215,11 @@
                 <artifactId>pull-parser</artifactId>
                 <version>2.1.10</version>
             </dependency>
+            <dependency>
+                <groupId>org.eclipse.jdt</groupId>
+                <artifactId>core</artifactId>
+                <version>3.2.0.666</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>