public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Fixed: BUILDR-100 Directory structure documentation needs updating.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@675331 
13f79535-47bb-0310-9956-ffa450edef68
assaf (author)
Wed Jul 09 13:04:46 -0700 2008
commit  bc526e3b77144b7b7b53c688533709bf19b87a90
tree    3e77e45af2d01d4eb128067c10ba42261e36559d
parent  49dff18259a9d1c35dddd5ab8a8d5dca7ab62601
...
18
19
20
 
21
22
23
...
18
19
20
21
22
23
24
0
@@ -18,6 +18,7 @@ abstract classes.
0
 * Fixed: BUILDR-91 When doing a release, buildr should spawn the same version of buildr
0
 * Fixed: BUILDR-92 IDEA 7x: add resources directories to classpath.
0
 * Fixed: Installation instructions updated for RubyGems 1.2.0.
0
+* Fixed: BUILDR-100 Directory structure documentation needs updating.
0
 
0
 1.3.1.1 (2008-06-04)
0
 * Fixed: BUILDR-78 Broken dependency on Rubyforge Gem.
...
79
80
81
82
83
84
 
 
 
85
86
87
...
79
80
81
 
 
 
82
83
84
85
86
87
0
@@ -79,9 +79,9 @@ projects.
0
 
0
 Java projects are laid out so the source files are in the @src/main/java@
0
 directory and compile into the @target/classes@ directory. Resource files go
0
-in the @src/main/resources@ directory, also copied over to @target/classes@.
0
-Likewise, unit tests come from @src/test/java@ and @src/test/resources@, and
0
-end life in @target/test/classes@.
0
+in the @src/main/resources@ directory, and copied over to @target/resources@.
0
+Likewise, tests come from @src/test/java@ and @src/test/resources@, and end
0
+life in @target/test/classes@ and @target/test/resources@, respectively.
0
 
0
 WAR packages pick up additional files from the aptly named @src/main/webapp@.
0
 And most stuff, including generated source files are parked under the @target@

Comments

    No one has commented yet.