make/CopyIntoClasses.gmk

Print this page




   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Copy icu and _dict files used by the text break iterator
  27 
  28 COPY_PATTERNS := .icu _dict .dat _options .js aliasmap .spp .wav .css \
  29     .png .gif .xml .dtd .txt oqlhelp.html
  30 
  31 # These directories should not be copied at all
  32 EXCLUDES += \
  33     com/sun/org/apache/xml/internal/security/resource/schema \
  34     java/awt/doc-files \
  35     java/lang/doc-files \
  36     javax/swing/doc-files \
  37     javax/swing/text/doc-files \
  38     javax/swing/plaf/synth/doc-files \
  39     javax/swing/undo/doc-files \
  40     sun/awt/X11/doc-files \
  41     sun/util/cldr/resources \
  42     #
  43 
  44 # These files should never be included
  45 EXFILES += build.xml README.txt version.txt
  46 
  47 # These icons are handled in GensrcIcons.gmk
  48 EXFILES += \
  49     sun/awt/X11/java-icon16.png \




   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Copy icu and _dict files used by the text break iterator
  27 
  28 COPY_PATTERNS := .icu _dict .dat _options .js aliasmap .spp .wav .css \
  29     .png .gif .xml .dtd .txt oqlhelp.html content-types.properties
  30 
  31 # These directories should not be copied at all
  32 EXCLUDES += \
  33     com/sun/org/apache/xml/internal/security/resource/schema \
  34     java/awt/doc-files \
  35     java/lang/doc-files \
  36     javax/swing/doc-files \
  37     javax/swing/text/doc-files \
  38     javax/swing/plaf/synth/doc-files \
  39     javax/swing/undo/doc-files \
  40     sun/awt/X11/doc-files \
  41     sun/util/cldr/resources \
  42     #
  43 
  44 # These files should never be included
  45 EXFILES += build.xml README.txt version.txt
  46 
  47 # These icons are handled in GensrcIcons.gmk
  48 EXFILES += \
  49     sun/awt/X11/java-icon16.png \