Revision: 5607
Author: [email protected]
Date: Thu Sep 26 21:39:39 2013 UTC
Log: explicitly build deprecated classes
https://codereview.appspot.com/13944043
The recently @Deprecated classes are not used any more by Caja, so
they are no longer compiled automatically via transitive dependency,
so they never end up in the caja jar file, which breaks external
packages that still use those classes.
This CL adds a rule to explicitly build the deprecated classes.
I'm keeping this short and simple because I don't expect us to need
any more such classes, and I'm hoping that the external references
will be deleted soon anyway.
R=kpreid2
http://code.google.com/p/google-caja/source/detail?r=5607
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Sat Sep 21 22:20:38 2013 UTC
+++ /trunk/build.xml Thu Sep 26 21:39:39 2013 UTC
@@ -571,6 +571,10 @@
<include name="com/google/caja/plugin/*Main.java"/>
<!-- used by Closure Compiler JsonMLConversionTest -->
<include name="com/google/caja/parser/js/JsonMLParser.java"/>
+ <!-- deprecated classes. TODO(felix8a): delete sometime -->
+ <include name="com/google/caja/util/Lists.java"/>
+ <include name="com/google/caja/util/Maps.java"/>
+ <include name="com/google/caja/util/Sets.java"/>
</javac>
<copy todir="${lib}">
<fileset dir="${src}">
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.