File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
tomcat-rpm
2
2
==========
3
3
4
- This project defines a build system for building Apache Tomcat 7 .0.x
4
+ This project defines a build system for building Apache Tomcat 8 .0.x
5
5
source and binary RPM files. The included ` build.sh ` * must* be used to kick off
6
6
the RPM building process. The SPEC file assumes various work is done by the
7
7
script; e.g. the Tomcat packages being extracted and compiled in the corre
@@ -12,7 +12,7 @@ to be set according to the Java packages installed on the build system (and, in
12
12
turn, the target install system[ s] ). That is, if you are using the community
13
13
build Java packages, these variables will be set to "/usr/java/latest" and
14
14
"jdk", respectively. If you are using the RedHat packages, like the
15
- java-1.7 .0-oracle and java-1.7 .0-oracle-devel packages, then they would be
15
+ java-1.8 .0-oracle and java-1.8 .0-oracle-devel packages, then they would be
16
16
set to "/usr/lib/jvm/java" and "java-sdk". The ` build.sh ` script does this
17
17
for you.
18
18
You can’t perform that action at this time.
0 commit comments