Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit f05b42f

Browse files
author
timboudreau
committed
Ant scripts and metadata
svn path=/trunk/; revision=24
1 parent 160bd92 commit f05b42f

21 files changed

Lines changed: 2347 additions & 0 deletions

JSearchClient_nbproject/build.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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="JSearchClient" default="default" basedir=".">
27+
<description>Builds, tests, and runs the project JSearchClient.</description>
28+
<import file="nbproject/build-impl.xml"/>
29+
</project>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

JSearchClient_nbproject/nbproject/build-impl.xml

Lines changed: 545 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build.xml.data.CRC32=c5c19be1
2+
build.xml.script.CRC32=3f707102
3+
build.xml.stylesheet.CRC32=a12b3d02
4+
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5+
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6+
nbproject/build-impl.xml.data.CRC32=c5c19be1
7+
nbproject/build-impl.xml.script.CRC32=36526266
8+
nbproject/build-impl.xml.stylesheet.CRC32=2093e0f1
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
#
4+
# This code is free software; you can redistribute it and/or modify it
5+
# under the terms of the GNU General Public License version 2 only, as
6+
# published by the Free Software Foundation. Sun designates this
7+
# particular file as subject to the "Classpath" exception as provided
8+
# by Sun in the LICENSE file that accompanied this code.
9+
#
10+
# This code is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13+
# version 2 for more details (a copy is included in the LICENSE file that
14+
# accompanied this code).
15+
#
16+
# You should have received a copy of the GNU General Public License version
17+
# 2 along with this work; if not, write to the Free Software Foundation,
18+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19+
#
20+
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21+
# CA 95054 USA or visit www.sun.com if you need additional information or
22+
# have any questions.
23+
build.classes.dir=${build.dir}/classes
24+
build.classes.excludes=**/*.java,**/*.form,**/*.html,GNUmakefile
25+
# This directory is removed when the project is cleaned:
26+
build.dir=build
27+
build.generated.dir=${build.dir}/generated
28+
# Only compile against the classpath explicitly listed here:
29+
build.sysclasspath=ignore
30+
build.test.classes.dir=${build.dir}/test/classes
31+
build.test.results.dir=${build.dir}/test/results
32+
debug.classpath=\
33+
${run.classpath}
34+
debug.test.classpath=\
35+
${run.test.classpath}
36+
# This directory is removed when the project is cleaned:
37+
dist.dir=dist
38+
dist.jar=${dist.dir}/jsearch-client.jar
39+
dist.javadoc.dir=${dist.dir}/javadoc
40+
file.reference.JSearch-client=../jhMaster/JSearch/client
41+
jar.compress=false
42+
javac.classpath=\
43+
${reference.JavaHelp.jar}
44+
# Space-separated list of extra javac options
45+
javac.compilerargs=
46+
javac.deprecation=false
47+
javac.source=1.6
48+
javac.target=1.6
49+
javac.test.classpath=\
50+
${javac.classpath}:\
51+
${build.classes.dir}:\
52+
${libs.junit.classpath}
53+
javadoc.additionalparam=
54+
javadoc.author=false
55+
javadoc.encoding=
56+
javadoc.noindex=false
57+
javadoc.nonavbar=false
58+
javadoc.notree=false
59+
javadoc.private=false
60+
javadoc.splitindex=true
61+
javadoc.use=true
62+
javadoc.version=false
63+
javadoc.windowtitle=
64+
main.class=
65+
manifest.file=manifest.mf
66+
meta.inf.dir=${src.dir}/META-INF
67+
platform.active=default_platform
68+
project.JavaHelp=../javahelp_nbproject
69+
reference.JavaHelp.jar=${project.JavaHelp}/dist/lib/jh-client.jar
70+
run.classpath=\
71+
${javac.classpath}:\
72+
${build.classes.dir}
73+
# Space-separated list of JVM arguments used when running the project
74+
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
75+
# or test-sys-prop.name=value to set system properties for unit tests):
76+
run.jvmargs=
77+
run.test.classpath=\
78+
${javac.test.classpath}:\
79+
${build.test.classes.dir}
80+
src.dir=${file.reference.JSearch-client}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.java.j2seproject</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6+
<name>JSearchClient</name>
7+
<minimum-ant-version>1.6.5</minimum-ant-version>
8+
<source-roots>
9+
<root id="src.dir"/>
10+
</source-roots>
11+
<test-roots/>
12+
</data>
13+
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
14+
<reference>
15+
<foreign-project>JavaHelp</foreign-project>
16+
<artifact-type>jar</artifact-type>
17+
<script>build.xml</script>
18+
<target>jar</target>
19+
<clean-target>clean</clean-target>
20+
<id>jar</id>
21+
</reference>
22+
</references>
23+
</configuration>
24+
</project>

JSearchIndexer_nbproject/build.xml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

0 commit comments

Comments
 (0)