r2049 - in trunk/eclipse/debian: . extra
Matthias Klose
doko at costa.debian.org
Mon Apr 17 17:04:23 UTC 2006
Author: doko
Date: 2006-04-17 17:04:22 +0000 (Mon, 17 Apr 2006)
New Revision: 2049
Modified:
trunk/eclipse/debian/changelog
trunk/eclipse/debian/extra/eclipse.sh
Log:
* eclipse.sh: s/source/./. Closes: #359945.
Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog 2006-04-17 17:02:17 UTC (rev 2048)
+++ trunk/eclipse/debian/changelog 2006-04-17 17:04:22 UTC (rev 2049)
@@ -22,6 +22,7 @@
* Move swt.jar into the libswt3.1-gtk-java package. Closes: #362991.
* Add a new package libswt3.1-gtk-gcj.
* ecj.sh: Only access /etc/eclipse/java_home, if it exists. Closes: #356027.
+ * eclipse.sh: s/source/./. Closes: #359945.
-- Michael Koch <konqueror at gmx.de> Wed, 15 Mar 2006 17:03:01 +0000
Modified: trunk/eclipse/debian/extra/eclipse.sh
===================================================================
--- trunk/eclipse/debian/extra/eclipse.sh 2006-04-17 17:02:17 UTC (rev 2048)
+++ trunk/eclipse/debian/extra/eclipse.sh 2006-04-17 17:04:22 UTC (rev 2049)
@@ -37,7 +37,7 @@
# Load default settings from the user's configuration file.
if [ -f ~/.eclipse/eclipserc ]; then
- source ~/.eclipse/eclipserc
+ . ~/.eclipse/eclipserc
fi
# Process the command line options. These override the eclipserc file, so we do
More information about the pkg-java-commits
mailing list