You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2003/09/02 05:43:57 UTC

cvs commit: jakarta-commons-sandbox/naming/core project.properties project.xml

psteitz     2003/09/01 20:43:57

  Added:       naming/core project.properties project.xml
  Log:
  added files to support maven subproject build
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/naming/core/project.properties
  
  Index: project.properties
  ===================================================================
  maven.checkstyle.properties=${basedir}/../checkstyle.xml
  maven.junit.fork=true
  maven.xdoc.date = left
  maven.checkstyle.header.file=${basedir}/../LICENSE.txt
  
  
  
  1.1                  jakarta-commons-sandbox/naming/core/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0"?>
  <project>
     <extend>${basedir}/../project.xml</extend>  
     <id>commons-naming-core</id>
     <name>commons-naming-core</name>
     <currentVersion>SNAPSHOT</currentVersion>
     <dependencies>        
     </dependencies>
  </project>