epugh       2004/10/05 14:05:44

  Modified:    i18n     project.xml
  Log:
  The current extend project.xml is broken in that it won't allow javadocs to be 
generated.
  probably should fix the parent!  But this gets javadocs working for i18n.
  
  Revision  Changes    Path
  1.2       +2 -3      jakarta-commons-sandbox/i18n/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       4 Oct 2004 13:41:10 -0000       1.1
  +++ project.xml       5 Oct 2004 21:05:44 -0000       1.2
  @@ -1,6 +1,5 @@
   <?xml version="1.0"?>
   <project>
  -  <extend>../sandbox-build/project.xml</extend>
     <name>Commons I18n</name>
     <id>commons-i18n</id>
     <logo>/images/i18n-logo-white.png</logo>
  @@ -38,8 +37,8 @@
     </dependencies>
   
     <build>
  -    <unitTest>
  -    </unitTest>
  +    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  +    <sourceDirectory>src/java</sourceDirectory>
     </build>
   
     <reports>
  
  
  

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

Reply via email to