Author: assaf
Date: Wed Jul  9 13:04:46 2008
New Revision: 675331

URL: http://svn.apache.org/viewvc?rev=675331&view=rev
Log:
Fixed: BUILDR-100 Directory structure documentation needs updating.

Modified:
    incubator/buildr/trunk/CHANGELOG
    incubator/buildr/trunk/doc/pages/projects.textile

Modified: incubator/buildr/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=675331&r1=675330&r2=675331&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Wed Jul  9 13:04:46 2008
@@ -18,6 +18,7 @@
 * Fixed: BUILDR-91 When doing a release, buildr should spawn the same version 
of buildr
 * Fixed: BUILDR-92 IDEA 7x: add resources directories to classpath.
 * Fixed: Installation instructions updated for RubyGems 1.2.0.
+* Fixed: BUILDR-100 Directory structure documentation needs updating.
 
 1.3.1.1 (2008-06-04)
 * Fixed: BUILDR-78 Broken dependency on Rubyforge Gem.

Modified: incubator/buildr/trunk/doc/pages/projects.textile
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/projects.textile?rev=675331&r1=675330&r2=675331&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/projects.textile (original)
+++ incubator/buildr/trunk/doc/pages/projects.textile Wed Jul  9 13:04:46 2008
@@ -79,9 +79,9 @@
 
 Java projects are laid out so the source files are in the @src/main/java@
 directory and compile into the @target/classes@ directory.  Resource files go
-in the @src/main/resources@ directory, also copied over to @target/[EMAIL 
PROTECTED]
-Likewise, unit tests come from @src/test/java@ and @src/test/resources@, and
-end life in @target/test/[EMAIL PROTECTED]
+in the @src/main/resources@ directory, and copied over to @target/[EMAIL 
PROTECTED]
+Likewise, tests come from @src/test/java@ and @src/test/resources@, and end
+life in @target/test/classes@ and @target/test/resources@, respectively.
 
 WAR packages pick up additional files from the aptly named @src/main/[EMAIL 
PROTECTED]
 And most stuff, including generated source files are parked under the @target@


Reply via email to