You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/02/14 17:55:28 UTC

cvs commit: incubator-geronimo/modules/naming maven.xml

djencks     2004/02/14 08:55:28

  Added:       modules/naming maven.xml
  Log:
  Forgot one
  
  Revision  Changes    Path
  1.1                  incubator-geronimo/modules/naming/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!-- $Revision: 1.1 $ $Date: 2004/02/14 16:55:28 $ -->
  
  <project default="default"
      xmlns:xmlbeans="geronimo:xmlbeans">
  
      <preGoal name="java:compile">
          <xmlbeans:schema2java
              sourcedir="${basedir}/src"
              sourceschema="schema/geronimo-naming.xsd"
              xmlconfigs="${basedir}/src/schema/xmlconfig.xml"
              targetdir="${basedir}/target/xmlbeans"
              cataloglocation="${basedir}/../../specs/schema/src/catalog/resolver-catalog.xml"/>
      </preGoal>
  
  </project>