Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Beehive Wiki" for 
change notification.

The following page has been changed by EddieOneil:
http://wiki.apache.org/beehive/For_Beehive_Developers

The comment on the change is:
Remove .cgi links into SVN and replace with direct links

------------------------------------------------------------------------------
    cd beehive
    svn checkout https://svn.apache.org/repos/asf/beehive/trunk
  }}}
-  * follow the instructions in 
[http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/BUILDING.txt?root=Apache-SVN
 BUILDING.txt]
+  * follow the instructions in 
[http://svn.apache.org/repos/asf/beehive/trunk/BUILDING.txt 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-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.
@@ -42, +42 @@

  
  The top-level `ant/` directory contains source and Ant files that are shared 
among components.  This includes Ant which can be used to start / stop Tomcat 
(the default Servlet container for Beehive) and to deploy / undeploy / build a 
Beehive web application.  The Ant files used to perform these operations are:
  
-  * 
[http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/beehive-tools.xml?root=Apache-SVN
 beehive-tools.xml]
+  * [http://svn.apache.org/repos/asf/beehive/trunk/ant/beehive-tools.xml 
beehive-tools.xml]
-  * 
[http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/buildWebapp.xml?root=Apache-SVN
 buildWebapp.xml]
+  * [http://svn.apache.org/repos/asf/beehive/trunk/ant/buildWebapp.xml 
buildWebapp.xml]
-  * 
[http://cvs.apache.org/viewcvs.cgi/*checkout*/beehive/trunk/ant/tomcat-importsxml?root=Apache-SVN
 runTomcat.xml]
+  * [http://svn.apache.org/repos/asf/beehive/trunk/ant/tomcat-imports.xml 
runTomcat.xml]
  
  and are defined as top-level properties in the beehive.properties file so 
that components need not reference the build files directly.
  

Reply via email to