Skip to content

Commit e3f7c78

Browse files
author
ohair
committed
7150322: Stop using drop source bundles in jaxws
Reviewed-by: darcy, ohrstrom
1 parent f6286ee commit e3f7c78

File tree

3,000 files changed

+489383
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,000 files changed

+489383
-404
lines changed

jaxws/README

-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ Simple Build Instructions:
1717
"dist" directory.
1818
Help information is available by running "ant -projecthelp" or "make help".
1919

20-
Drop Repository:
21-
This repository builds sources from a created "drop" source directory.
22-
These files will normally be copied from a shared directory area or
23-
downloaded from a public website.
24-
See the ant build script (build.xml) for more details.
25-

jaxws/build-defs.xml

-150
This file was deleted.

jaxws/build-drop-template.xml

-144
This file was deleted.

jaxws/build.properties

-35
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
# questions.
2424
#
2525

26-
# Base locations where bundles are located
27-
slashjava=/java
28-
drops.dir=${slashjava}/devtools/share/jdk8-drops
29-
3026
# This is the JDK used to build and run the bootstrap version of javac.
3127
# The bootstrap javac is used to compile both boostrap versions of the
3228
# other tools, and product versions of all the tools.
@@ -68,15 +64,6 @@ dist.lib.dir=${dist.dir}/lib
6864
dist.classes.jar=${dist.lib.dir}/classes.jar
6965
dist.src.zip=${dist.lib.dir}/src.zip
7066

71-
# Where all drop sources get placed when downloaded and unzipped
72-
drop.expanded.dir=${output.dir}/drop
73-
74-
# Location if the sources were included already
75-
drop.included.dir=./drop_included
76-
77-
# Where patches to drop bundle sources live
78-
patches.dir=patches
79-
8067
# Sanity information
8168
sanity.info= Sanity Settings:${line.separator}\
8269
ant.home=${ant.home}${line.separator}\
@@ -100,28 +87,6 @@ sanity.info= Sanity Settings:${line.separator}\
10087
output.dir=${output.dir}${line.separator}\
10188
build.dir=${build.dir}${line.separator}\
10289
dist.dir=${dist.dir}${line.separator}\
103-
drop.dir=${drop.dir}${line.separator}\
104-
drops.dir=${drops.dir}${line.separator}\
105-
${line.separator}
106-
107-
# Failure messages when source cannot be found on the file system
108-
failed.nourl.src.message=\
109-
ERROR: Cannot find source for project ${ant.project.name}.\
110-
${line.separator}${line.separator}\
111-
HINT: Try setting drops.dir to indicate where the bundles can be found, \
112-
or try setting the ant property allow.downloads=true to download the bundle from the URL.\
113-
${line.separator}\
114-
e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
115-
${line.separator}
116-
117-
# Failure message when source cannot be downloaded
118-
failed.url.src.message=\
119-
ERROR: Cannot find source for project ${ant.project.name}.\
120-
${line.separator}${line.separator}\
121-
HINT: Try setting drops.dir to indicate where the bundles can be found, \
122-
or try checking the URL with your browser.\
123-
${line.separator}\
124-
e.g. ant -Ddrops.dir=some_directory \
12590
${line.separator}
12691

12792
#------------------------------------------------------------

0 commit comments

Comments
 (0)