svn commit: r1675238 - /ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1675238 - /ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

doogie-3
Author: doogie
Date: Wed Apr 22 01:18:04 2015
New Revision: 1675238

URL: http://svn.apache.org/r1675238
Log:
Change the reporting location; nothing seems to use this yet, but see
the next commit.

Modified:
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1675238&r1=1675237&r2=1675238&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Wed Apr 22 01:18:04 2015
@@ -342,7 +342,7 @@ under the License.
   </build>
 
   <reporting>
-    <outputDirectory>target/site</outputDirectory>
+    <outputDirectory>build/site</outputDirectory>
   </reporting>
 
 </project>