auto-import changelog data from eclipse-3.0.0-14.src.rpm

Fri Jul 16 2004 Tom Tromey <tromey@redhat.com> 3.0.0-14
- Install copy-platform correctly
Fri Jul 16 2004 Tom Tromey <tromey@redhat.com> 3.0.0-13
- Removed debugging code
- Added copy-platform script
Thu Jul 15 2004 Jeremy Handcock <handcock@redhat.com> 3.0.0-12
- Add Red Hat-specific documentation
Thu Jul 15 2004 Tom Tromey <tromey@redhat.com> 3.0.0-12
- Fixed provides/requires versioning buglets
Wed Jul 14 2004 Tom Tromey <tromey@redhat.com> 3.0.0-11
- Unblock signals before running ant
Wed Jul 14 2004 Tom Tromey <tromey@redhat.com> 3.0.0-10
- Added some debugging code
Tue Jul 13 2004 Jeremy Handcock <handcock@redhat.com> 3.0.0-9
- Add help server patch to prevent outside access
Fri Jul 09 2004 Tom Tromey <tromey@redhat.com> 3.0.0-9
- Handle libswt*.so correctly
Thu Jul 08 2004 Tom Tromey <tromey@redhat.com> 3.0.0-9
- Reworked 64 bit platform support
- org.eclipse.swt.tools now included in standard zip file
- Removed alternatives
- Added platform launcher patch
Thu Jul 08 2004 Jeremy Handcock <handcock@redhat.com> 3.0.0-9
- Don't BuildRequires: junit
- Don't symlink against JPackage jars; use eclipse.org ones instead
Tue Jul 06 2004 Tom Tromey <tromey@redhat.com> 3.0.0-8
- Work around "ppc64pseries" arch oddity
- Add classic-ant hack
Wed Jun 30 2004 Tom Tromey <tromey@redhat.com> 3.0.0-7
- Only install one desktop file; check it; updated contents
Tue Jun 29 2004 Tom Tromey <tromey@redhat.com> 3.0.0-6
- Require IBM JDK
- Only build on our platforms
This commit is contained in:
cvsdist 2004-09-09 04:27:27 +00:00
parent 7df47cee1d
commit 38d0d0ce2f
5 changed files with 672 additions and 364 deletions

View File

@ -1 +1,2 @@
eclipse-src.tar.gz
eclipse-rhdocs-r20040517.tar.gz
eclipse-sourceBuild-srcIncluded-3.0.zip

19
eclipse-copy-platform.sh Normal file
View File

@ -0,0 +1,19 @@
#! /bin/sh
# We need to make our own copy of the eclipse platform in order to
# build against it. We do this since the build root might already
# contain a copy of the plugin we are building -- and the eclipse
# releng scripts fail in this situation. We put this script in the
# eclipse core so that it is easy to use from other spec files.
# Arguments are:
# * directory where results should end up (script will make it)
# * base location of eclipse platform install
where=$1
eclipse=$2
mkdir $where
cd $where
mkdir plugins features
# Code after this point is automatically created by eclipse.spec.

9
eclipse.desktop Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Exec=eclipse
Icon=eclipse.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;IDE;Development;Java;X-Red-Hat-Base;

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,2 @@
dddc9954e958374a8cfa6e45dde5da7e eclipse-src.tar.gz
93fcf89cbf5f5f5d6f7ac42570f1f19d eclipse-rhdocs-r20040517.tar.gz
962a41fe062f0ddc809ca956687c7e01 eclipse-sourceBuild-srcIncluded-3.0.zip