aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-07-03 21:35:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-07-03 21:35:10 +0800
commit47dc3d086d7b365f2f96d70301f19fd560b75f35 (patch)
treede6eac85d93c3a81310e6c419641c511434c3966
parent8a9d50f560ee0d5d26c77b5868af2baa0ab0bb2f (diff)
downloadgsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.tar.gz
gsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.tar.zst
gsoc2013-evolution-47dc3d086d7b365f2f96d70301f19fd560b75f35.zip
Remove `shortcuts.xml'. The shell is now able to create that by itself.
* Makefile.am (default_DATA): Remove `shortcuts.xml'. The shell is now able to create that by itself. svn path=/trunk/; revision=10745
-rw-r--r--default_user/ChangeLog5
-rw-r--r--default_user/Makefile.am2
-rw-r--r--default_user/shortcuts.xml18
3 files changed, 6 insertions, 19 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog
index 0608e60a11..b93a147a6b 100644
--- a/default_user/ChangeLog
+++ b/default_user/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-03 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (default_DATA): Remove `shortcuts.xml'. The shell
+ is now able to create that by itself.
+
2001-06-07 Iain Holmes <iain@ximian.com>
* shortcuts.xml: Removed the references to local/Executive-Summary.
diff --git a/default_user/Makefile.am b/default_user/Makefile.am
index 3dabe74653..63baeab1f4 100644
--- a/default_user/Makefile.am
+++ b/default_user/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = local
defaultdir = $(datadir)/evolution/default_user
-default_DATA = addressbook-sources.xml shortcuts.xml searches.xml
+default_DATA = addressbook-sources.xml searches.xml
EXTRA_DIST = $(default_DATA)
diff --git a/default_user/shortcuts.xml b/default_user/shortcuts.xml
deleted file mode 100644
index 32cf2dd096..0000000000
--- a/default_user/shortcuts.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<shortcuts>
- <group title="Evolution shortcuts">
- <item>evolution:/local/Inbox</item>
-<!-- <item>evolution:/local/Outbox</item>
- <item>evolution:/local/Trash</item>
- <item>evolution:/local/Drafts</item> -->
- <item>evolution:/local/Calendar</item>
- <item>evolution:/local/Tasks</item>
- <item>evolution:/local/Contacts</item>
- </group>
-
-
-<!-- <group title="Personal shortcuts">
- </group>
--->
-</shortcuts>
-
d>3-143/+194 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 7.0.40 release.ale2013-05-273-10/+4 * Fix plist.ale2013-02-202-0/+2 * Update to 7.0.37 release.ale2013-02-192-3/+3 * Update to 7.0.34 release.ale2013-01-073-4/+4 * Update to 7.0.33 release.ale2012-11-242-3/+3 * Improve comment.ale2012-11-161-1/+1 * Update to 7.0.32 release.ale2012-10-192-3/+3 * Update to 7.0.30 release.ale2012-09-262-8/+4 * Update to 7.0.28 release.ale2012-06-262-5/+4 * Add support for custom wait time and increase the default to 30 seconds.ale2012-06-132-1/+7 * Update to 7.0.27 release.ale2012-05-293-5/+36 * Complete overhaul of RC script:ale2012-03-262-148/+81 * Update to 7.0.26 release.ale2012-02-222-3/+3 * Update to 7.0.25 release.ale2012-02-023-4/+4 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * Update to 7.0.23 release.ale2011-12-123-3/+4 * Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0 * Update to 7.0.22 release.ale2011-10-072-4/+3 * Fix rc.d script.ale2011-09-072-2/+2 * Update to 7.0.21 release.ale2011-09-052-3/+3 * Update to 7.0.20 release.ale2011-08-123-5/+3 * Update to 7.0.19 release.ale2011-08-113-5/+6 * Add the ability to specify a different logger.ale2011-07-062-13/+6 * Update to 7.0.16 release.ale2011-06-212-3/+3 * - Rename CONF_FILES to avoid conflict with incoming featurecrees2011-06-121-3/+3 * Update to 7.0.14 release.ale2011-05-262-3/+3 * Update to 7.0.12 release.ale2011-05-043-13/+15 * Update to 7.0.6 stable release.ale2011-01-262-4/+4 * Fix plist.ale2011-01-102-1/+16 * Update to 7.0.5 release.ale2011-01-102-4/+6 * Update to 7.0.4 release.ale2010-10-264-9/+17 * Update to 7.0.2 release and simplify the port.ale2010-08-248-344/+274 * Update to 6.0.29 release and implement "status" and "poll" rc commands.ale2010-07-263-11/+27 * Update to 6.0.28 release.ale2010-07-163-7/+7 * Update to 6.0.26 release.ale2010-04-253-6/+7 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - Update to 6.0.24 release [1]ale2010-03-013-13/+30 * Take maintainership.ale2009-12-162-1/+4 * Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no responselinimon2009-12-161-1/+1 * Really fix shutdown script on all FreeBSD releases.ale2009-07-302-11/+2 * Fix endorsed dir.ale2009-07-301-2/+2 * Update to 6.0.20 release:ale2009-07-297-776/+622 * - Fix for recursive permission correctionnemoliu2008-12-301-1/+1 * - Update to 6.0.18nemoliu2008-12-093-680/+671 * Reset nemoliu due to maintainer-timeouts and no response to email.linimon2008-12-081-1/+1 * - update to 6.0.16nemoliu2008-06-233-6/+7 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Fix problems with the "status" command in the wrapper script when the daemonalepulver2007-10-011-1/+4 * - update to 6.0.14nemoliu2007-08-213-5/+71 * - update to 6.0.13nemoliu2007-07-254-15/+26 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Use my @FreeBSD.org address.nemoliu2007-04-301-2/+2 * - Update to 6.0.10pav2007-03-242-4/+4 * Add tomcat 6.0.9, Apache Tomcat is a web server written in 100% Pure Java.delphij2007-02-187-1037/+599 * Update to 5.5.20.lawrance2006-11-012-8/+7 * - Work around an inability of rc.subr's _find_processes() to work withpav2006-09-082-2/+3 * Reset maintainerhq2006-09-071-1/+1 * Update to 5.5.17hq2006-07-033-15/+17 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1 * - Make sure the rc script creates and chowns the PID file before runninglawrance2006-02-082-8/+9 * Since the procname of tomcat processes may vary due to javavmwrapper,lawrance2006-02-072-2/+9 * Clean up Tomcat 4, 4.1, 5, and 5.5 ports.lawrance2006-02-078-268/+241 * Fix build when using Java 1.4: the compatibility distfile was wronghq2005-12-281-2/+2 * Update maintainer addresshq2005-12-241-1/+1 * - Update to 5.5.12hq2005-12-244-42/+20 * - Allow user to specify a Tomcat deamon user/group through TOMCAT_USER andhq2005-09-293-32/+44 * Run 'load_rc_config' command earlier in the rcNG launcher scripthq2005-09-141-1/+2 * Install ${PREFIX}/bin/tomcat55ctl even if rcNG script does not make use of it.hq2005-09-061-0/+3 * - New RCng stratup script with no use of tomcat55ctl. Several extra flags arehq2005-09-023-9/+127 * Allow the port to build/install/run with Java 1.4hq2005-07-263-1/+15 * Update to version 5.5.9: this port is a repocopy of www/jakarta-tomcat5 and ithq2005-06-136-1103/+110 * - Fix a patching problem in Tomcat portshq2005-03-211-4/+4 * Remove hardcoded WRKDIRPREFIX.krion2005-03-201-1/+0 * - Update to 5.0.30 [1]hq2004-12-174-81/+111 * . Update to 5.0.29.glewis2004-11-043-3/+6 * . Update to 5.0.28.glewis2004-09-023-4/+6 * 1. update www/jakarta-tomcat5 to 5.0.27vanilla2004-07-263-8/+17 * . Update to 5.0.25.glewis2004-06-173-19/+20 * Update to 5.0.24.linimon2004-05-143-5/+14 * - Use MASTER_SITES_APACHE_JAKARTApav2004-04-041-3/+2 * - Convert to bsd.java.mk 2.0 macrospav2004-04-041-1/+2 * remove duplicate LATEST_LINKeik2004-03-121-1/+0 * Set LATEST_LINK.znerd2004-03-081-0/+1 * 1. jakarta-tomcat3,4,41,5 has the same PORTNAME and didn't set LATEST_LINK injeh2004-02-241-1/+2 * . Update jakarta-tomcat5 to 5.0.19glewis2004-02-203-22/+36 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * 1.Update www/jakarta-tomcat to 5.0.18.linimon2004-01-313-8/+28 * Fixed name of PID file in pkg-deinstall.znerd2004-01-022-2/+3 * Update to 5.0.16.znerd2003-12-284-25/+39 * . Update to 5.0.14glewis2003-11-213-58/+63 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1 * fix: www/jakarta-tomcat5daichi2003-09-262-3/+5 * Update to 5.0.12.znerd2003-09-253-8/+26 * Update to 5.0.10.znerd2003-09-083-8/+11