You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/09/26 17:41:58 UTC

svn commit: r1627812 - in /ofbiz/trunk/applications/securityext: build.xml src/META-INF/services/

Author: jacopoc
Date: Fri Sep 26 15:41:58 2014
New Revision: 1627812

URL: http://svn.apache.org/r1627812
Log:
The "authz" code was removed long ago in rev. 1360283

Removed:
    ofbiz/trunk/applications/securityext/src/META-INF/services/
Modified:
    ofbiz/trunk/applications/securityext/build.xml

Modified: ofbiz/trunk/applications/securityext/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/build.xml?rev=1627812&r1=1627811&r2=1627812&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/build.xml (original)
+++ ofbiz/trunk/applications/securityext/build.xml Fri Sep 26 15:41:58 2014
@@ -58,11 +58,6 @@ under the License.
 
     <target name="jar" depends="classes">
         <main-jar/>
-        <test-jar>
-            <test-selector>
-                <filename name="META-INF/services"/>
-                <filename name="META-INF/services/*"/>
-            </test-selector>
-        </test-jar>
+        <test-jar/>
     </target>
 </project>