|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. |
| 4 | +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| 5 | +
|
| 6 | +This code is free software; you can redistribute it and/or modify it |
| 7 | +under the terms of the GNU General Public License version 2 only, as |
| 8 | +published by the Free Software Foundation. Sun designates this |
| 9 | +particular file as subject to the "Classpath" exception as provided |
| 10 | +by Sun in the LICENSE file that accompanied this code. |
| 11 | +
|
| 12 | +This code is distributed in the hope that it will be useful, but WITHOUT |
| 13 | +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 14 | +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 15 | +version 2 for more details (a copy is included in the LICENSE file that |
| 16 | +accompanied this code). |
| 17 | +
|
| 18 | +You should have received a copy of the GNU General Public License version |
| 19 | +2 along with this work; if not, write to the Free Software Foundation, |
| 20 | +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
| 21 | +
|
| 22 | +Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
| 23 | +CA 95054 USA or visit www.sun.com if you need additional information or |
| 24 | +have any questions. |
| 25 | + --> |
| 26 | +<project name="JSearchIndexer" default="default" basedir="."> |
| 27 | + <description>Builds, tests, and runs the project JSearchIndexer.</description> |
| 28 | + <import file="nbproject/build-impl.xml"/> |
| 29 | + |
| 30 | + <target name="-post-jar"> |
| 31 | + <echo> |
| 32 | +Creating merged jsearch.jar |
| 33 | + </echo> |
| 34 | + <copy todir="${basedir}/build/classes"> |
| 35 | + <fileset dir="../JSearchClient_nbproject/build/classes/"> |
| 36 | + <include name="**"/> |
| 37 | + </fileset> |
| 38 | + <fileset dir="../javahelp_nbproject/build/classes/"> |
| 39 | + <include name="com/sun/java/help/impl/HeaderParser.class"/> |
| 40 | + <include name="javax/help/HelpUtilities*.class"/> |
| 41 | + <include name="javax/help/event/EventListenerList.class"/> |
| 42 | + <include name="javax/help/search/ConfigFile.class"/> |
| 43 | + <include name="javax/help/search/ConfigFile.class"/> |
| 44 | + <include name="javax/help/search/IndexBuilder.class"/> |
| 45 | + <include name="javax/help/search/IndexerKit.class"/> |
| 46 | + <include name="javax/help/search/SearchEngine.class"/> |
| 47 | + <include name="javax/help/search/SearchEvent.class"/> |
| 48 | + <include name="javax/help/search/SearchItem.class"/> |
| 49 | + <include name="javax/help/search/SearchQuery.class"/> |
| 50 | + <include name="javax/help/search/SearchListener.class"/> |
| 51 | + </fileset> |
| 52 | + </copy> |
| 53 | + <jar basedir="${basedir}/build/classes" jarfile="${basedir}/dist/jsearch.jar" |
| 54 | + excludes="${build.classes.excludes}"/> |
| 55 | + <echo> |
| 56 | +Creating jsearch-misc.jar |
| 57 | + </echo> |
| 58 | + |
| 59 | + <jar jarfile="${basedir}/dist/jsearch-misc.jar"> |
| 60 | + <fileset dir="${basedir}/build/classes"> |
| 61 | + <include name="com/sun/java/help/impl/HeaderParser.class"/> |
| 62 | + <include name="javax/help/HelpUtilities*.class"/> |
| 63 | + <include name="javax/help/event/EventListenerList.class"/> |
| 64 | + <include name="javax/help/search/ConfigFile.class"/> |
| 65 | + <include name="javax/help/search/ConfigFile.class"/> |
| 66 | + <include name="javax/help/search/IndexBuilder.class"/> |
| 67 | + <include name="javax/help/search/IndexerKit.class"/> |
| 68 | + <include name="javax/help/search/SearchEngine.class"/> |
| 69 | + <include name="javax/help/search/SearchEvent.class"/> |
| 70 | + <include name="javax/help/search/SearchItem.class"/> |
| 71 | + <include name="javax/help/search/SearchQuery.class"/> |
| 72 | + <include name="javax/help/search/SearchListener.class"/> |
| 73 | + </fileset> |
| 74 | + </jar> |
| 75 | + </target> |
| 76 | +</project> |
0 commit comments