Date: 2005-01-22T11:01:54 Editor: EddieOneil Wiki: Apache Beehive Wiki Page: For Beehive Developers URL: http://wiki.apache.org/beehive/For Beehive Developers
fix typos while tests run... Change Log: ------------------------------------------------------------------------------ @@ -17,7 +17,7 @@ * follow the instructions in [http://cvs.apache.org/viewcvs.cgi/*checkout*/incubator/beehive/trunk/BUILDING.txt?root=Apache-SVN BUILDING.txt] = Build Conventions = -The Beehive build is structured such that the Beehive components are peers and have a location in which to reference shared components. Artifacts of these shared components are defined as properties in the `/beehive.properties` file, which can be included by any downstream Ant build file. Some of these artifacts include references to the XMLBeans JAR, the Servlet and JSP API JARs, and the common JUnit JAR. The motivation behind this is to minimize the number of properties used to refer to the same resource, and when possible, these common properties should be used in component projects. +The Beehive build is structured such that the Beehive components are peers and have a location in which to reference shared components. Artifacts of these shared components are defined as properties in the `/beehive-imports.xml` file, which can be included by any downstream Ant build file. Some of these artifacts include references to the XMLBeans JAR, the Servlet and JSP API JARs, and the JUnit JAR. The motivation behind this is to minimize the number of properties used to refer to the same resource, and when possible, these common properties should be used in component projects. The structure of the Beehive source tree from ${beehive.home}/ is: {{{
