You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/05/18 01:32:03 UTC

cvs commit: db-ojb build.properties

arminw      2004/05/17 16:32:02

  Modified:    .        build.properties
  Log:
  do line wrap for api-package property
  (not sure, can all system handle this?)
  
  Revision  Changes    Path
  1.54      +21 -3     db-ojb/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.properties,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.properties	4 May 2004 14:16:26 -0000	1.53
  +++ build.properties	17 May 2004 23:32:02 -0000	1.54
  @@ -116,9 +116,27 @@
   # build.compiler=modern
   deprecation=true
   
  +#
   # Javadoc properties
  -apipackagenames=org.apache.ojb.broker,org.apache.ojb.broker.core,org.apache.ojb.broker.metadata,org.apache.ojb.broker.accesslayer.conversions,org.apache.ojb.broker.util.sequence,org.apache.ojb.broker.query,org.odmg,org.apache.ojb.odmg,org.odbms
  -#allpackagenames=org.apache.ojb.broker,org.apache.ojb.broker.accesslayer,org.apache.ojb.broker.cache,org.apache.ojb.broker.metadata,org.apache.ojb.broker.platforms,org.apache.ojb.broker.query,org.apache.ojb.broker.core,org.apache.ojb.broker.util,org.apache.ojb.broker.util.logging,org.apache.ojb.broker.util.collections,org.apache.ojb.broker.util.sequence,org.odmg,org.apache.ojb.odmg,org.apache.ojb.odmg.collections,org.apache.ojb.odmg.locking,org.apache.ojb.odmg.oql,org.apache.ojb.odmg.states,org.apache.ojb.broker,org.apache.ojb.ejb,org.apache.ojb.odmg,org.apache.ojb.tutorial1,org.apache.ojb.tutorial2,org.odbms,org.apache.ojb.soda
  +#
  +# api package names
  +apipackagenames=org.apache.ojb.broker,\
  +org.apache.ojb.broker.core.*,\
  +org.apache.ojb.broker.metadata,\
  +org.apache.ojb.broker.metadata.fieldaccess,\
  +org.apache.ojb.broker.accesslayer.conversions,\
  +org.apache.ojb.broker.cache,\
  +org.apache.ojb.broker.util,\
  +org.apache.ojb.broker.util.sequence,\
  +org.apache.ojb.broker.util.collections,\
  +org.apache.ojb.broker.query,\
  +org.apache.ojb.broker.platforms,\
  +org.apache.ojb.broker.transaction.*,\
  +org.odmg,\
  +org.apache.ojb.odmg,\
  +org.odbms
  +#
  +# all classes
   allpackagenames=org.*
   copyright=(C) 2002 - 2004 Apache Software Foundation <br>All rights reserved. Published under the Apache License 2.0. <br> <a href="http://db.apache.org/ojb">http://db.apache.org/ojb</a>
   icon=<img src="../images/ojb-200.png" alt="ObJectRelationalBridge">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org