components/grails/patches/skip-tests.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 05 Aug 2015 02:55:12 -0700
changeset 4739 fe9f7b631d54
parent 413 1a6d7a739179
permissions -rw-r--r--
PSARC 2015/216 The R Project for Statistical Computing 15802265 SUNBT7182198 include r programming language in solaris 21265403 "gmake test" failures for R
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
413
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- grails-1.0.3/ant/build/bundle.xml	Thu Aug 21 12:00:00 2008
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ grails-1.0.3/ant/build/bundle.xml	Thu Aug 21 12:00:00 2008
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -124,7 +124,7 @@
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
         </tar>
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
     </target>
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-    <target name="package" depends="clean,test,jar,javadoc" description="Create the release archives for Grails.">
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+    <target name="package" depends="clean,jar,javadoc" description="Create the release archives for Grails.">
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
     	<delete failonerror="true">
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 		    <fileset dir="${grails.dist}">
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
                 <include name="*.zip"/>