You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ay...@apache.org on 2007/01/30 10:59:58 UTC

svn commit: r501361 - /harmony/enhanced/classlib/trunk/make/build-java.xml

Author: ayza
Date: Tue Jan 30 01:59:57 2007
New Revision: 501361

URL: http://svn.apache.org/viewvc?view=rev&rev=501361
Log:
Enabling the new exclude lists model for accessibility, annotation, applet, archive, auth and awt modules. This commit relates to HARMONY-2970.

Modified:
    harmony/enhanced/classlib/trunk/make/build-java.xml

Modified: harmony/enhanced/classlib/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?view=diff&rev=501361&r1=501360&r2=501361
==============================================================================
--- harmony/enhanced/classlib/trunk/make/build-java.xml (original)
+++ harmony/enhanced/classlib/trunk/make/build-java.xml Tue Jan 30 01:59:57 2007
@@ -150,7 +150,9 @@
             <src path="modules/misc/src/main/java" />
             <src path="modules/nio/src/main/java" />
             <src path="modules/nio_char/src/main/java" />
-            <src path="modules/pack200/src/main/java" />
+            <!-- pack200 uses customized build script and 
+                 should not be built from top-level build.xml -->
+            <!--src path="modules/pack200/src/main/java" /-->
             <src path="modules/prefs/src/main/java" />
             <src path="modules/print/src/main/java/${hy.os.family}" />
             <src path="modules/print/src/main/java/common" />



Re: svn commit: r501361 - /harmony/enhanced/classlib/trunk/make/build-java.xml

Posted by Alexei Zakharov <al...@gmail.com>.
Sorry for the confusing commit message. The real message should be
"Removing pack200 source folder from the list of folders that should
be built from top-level build.xml. This is a rollback for changes made
in r495959"

Regards,

2007/1/30, ayza@apache.org <ay...@apache.org>:
> Author: ayza
> Date: Tue Jan 30 01:59:57 2007
> New Revision: 501361
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=501361
> Log:
> Enabling the new exclude lists model for accessibility, annotation, applet, archive, auth and awt modules. This commit relates to HARMONY-2970.
>
> Modified:
>     harmony/enhanced/classlib/trunk/make/build-java.xml
>
> Modified: harmony/enhanced/classlib/trunk/make/build-java.xml
> URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?view=diff&rev=501361&r1=501360&r2=501361
> ==============================================================================
> --- harmony/enhanced/classlib/trunk/make/build-java.xml (original)
> +++ harmony/enhanced/classlib/trunk/make/build-java.xml Tue Jan 30 01:59:57 2007
> @@ -150,7 +150,9 @@
>              <src path="modules/misc/src/main/java" />
>              <src path="modules/nio/src/main/java" />
>              <src path="modules/nio_char/src/main/java" />
> -            <src path="modules/pack200/src/main/java" />
> +            <!-- pack200 uses customized build script and
> +                 should not be built from top-level build.xml -->
> +            <!--src path="modules/pack200/src/main/java" /-->
>              <src path="modules/prefs/src/main/java" />
>              <src path="modules/print/src/main/java/${hy.os.family}" />
>              <src path="modules/print/src/main/java/common" />
>
>
>


-- 
Alexei Zakharov,
Intel ESSD