You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2015/03/21 05:55:27 UTC

svn commit: r1668194 - in /ofbiz/trunk: build.xml specialpurpose/build.xml

Author: deepak
Date: Sat Mar 21 04:55:27 2015
New Revision: 1668194

URL: http://svn.apache.org/r1668194
Log:
OFBIZ-6195: Removed appserver entry from build.xml file.

Modified:
    ofbiz/trunk/build.xml
    ofbiz/trunk/specialpurpose/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1668194&r1=1668193&r2=1668194&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Mar 21 04:55:27 2015
@@ -1309,7 +1309,7 @@ under the License.
         </exec>
         <xmlproperty file="runtime/svninfo_tmp.xml"/>
 
-        <property name="sonar.sources" value="specialpurpose/appserver/src, framework/base/src, framework/bi/src,
+        <property name="sonar.sources" value="framework/base/src, framework/bi/src,
             framework/catalina/src, framework/common/src, framework/datafile/src, framework/entity/src, framework/entityext/src,
             framework/example/src, framework/geronimo/src, framework/jetty/src,
             framework/minilang/src, framework/security/src, framework/service/src, framework/start/src,

Modified: ofbiz/trunk/specialpurpose/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/build.xml?rev=1668194&r1=1668193&r2=1668194&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/build.xml (original)
+++ ofbiz/trunk/specialpurpose/build.xml Sat Mar 21 04:55:27 2015
@@ -21,7 +21,6 @@
 <project name="OFBiz Special Purpose Applications Build" default="build" basedir=".">
     <filelist id="specialpurpose-builds" dir="specialpurpose"
         files="
-        appserver/build.xml,
         assetmaint/build.xml,
         birt/build.xml,
         ebay/build.xml,