Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 19ba532a6..989b29a13 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2010 IBM Corporation and others.
+ Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -161,7 +161,13 @@
name="container_name"
description="%container_name.description"
resolver="org.eclipse.debug.internal.core.variables.ContainerResolver">
- </variable>
+ </variable>
+ <variable
+ description="%current_date.description"
+ name="current_date"
+ resolver="org.eclipse.debug.internal.core.variables.DateTimeResolver"
+ supportsArgument="true">
+ </variable>
</extension>
<!-- ====================== -->

Back to the top