You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/04 12:14:54 UTC

svn commit: r572603 - in /geronimo/sandbox/gshell/trunk/gshell-plugin: pom.xml src/main/mdo/plugin.mdo

Author: jdillon
Date: Tue Sep  4 03:14:48 2007
New Revision: 572603

URL: http://svn.apache.org/viewvc?rev=572603&view=rev
Log:
Notes and drop the other muck

Modified:
    geronimo/sandbox/gshell/trunk/gshell-plugin/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-plugin/src/main/mdo/plugin.mdo

Modified: geronimo/sandbox/gshell/trunk/gshell-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-plugin/pom.xml?rev=572603&r1=572602&r2=572603&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-plugin/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-plugin/pom.xml Tue Sep  4 03:14:48 2007
@@ -83,6 +83,11 @@
                     </execution>
                 </executions>
             </plugin>
+
+            <!--
+            FIXME: For this to work correctly with abstract classes for xpp3-reader generation
+                   we need to get modello patched up...
+            -->
             
             <plugin>
                 <groupId>org.codehaus.modello</groupId>

Modified: geronimo/sandbox/gshell/trunk/gshell-plugin/src/main/mdo/plugin.mdo
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-plugin/src/main/mdo/plugin.mdo?rev=572603&r1=572602&r2=572603&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-plugin/src/main/mdo/plugin.mdo (original)
+++ geronimo/sandbox/gshell/trunk/gshell-plugin/src/main/mdo/plugin.mdo Tue Sep  4 03:14:48 2007
@@ -38,12 +38,7 @@
          <!--
          FIXME: This should really be abstract :-(
          -->
-        <class java.abstract="true"
-               java.generate-add="false"
-               java.generate-remove="false"
-               java.generate-break="false"
-               java.generate-create="false">
-            
+        <class java.abstract="true">
             <name>Element</name>
             <version>1.0.0+</version>
             <description>TODO</description>