- fix when we set JAVA_HOME variable
This commit is contained in:
parent
c1faa3e042
commit
2f169a61ae
@ -55,7 +55,7 @@ ExclusiveArch: i386
|
||||
Summary: %{pkg_summary}
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}
|
||||
Release: 0.%{eclipse_milestone}.3
|
||||
Release: 0.%{eclipse_milestone}.4
|
||||
License: CPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -262,11 +262,11 @@ fi
|
||||
|
||||
# Set up bootstrapping JAVA_HOME
|
||||
tar zxvf %{SOURCE23}
|
||||
export JAVA_HOME=`pwd`/%{name}-bootstrapjavahome
|
||||
export PATH=`pwd`/%{name}-bootstrapjavahome/bin:$PATH
|
||||
|
||||
%build
|
||||
export ANT_OPTS=-Xmx768m
|
||||
export JAVA_HOME=`pwd`/%{name}-bootstrapjavahome
|
||||
export PATH=`pwd`/%{name}-bootstrapjavahome/bin:$PATH
|
||||
|
||||
%if %selfbuild
|
||||
### -------- ecj build --------
|
||||
@ -685,6 +685,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(0644,root,root,0755)
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.4
|
||||
- fix when we set JAVA_HOME variable
|
||||
|
||||
* Tue Jan 11 2005 Andrew Overholt <overholt@redhat.com> 3.1-0.M4.2
|
||||
- fix typos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user