Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-08-23 16:12:35 +0000
committermkersten2006-08-23 16:12:35 +0000
commit7a982c362f0ab7809a6a9339115d6ed9c0f82571 (patch)
tree32b9948e2ec7e6f981ee7faa799c6312259fff2c /org.eclipse.mylyn.trac.core/src
parent5a8c77970f4f0ca1edc2de2269f5a6d86e31690f (diff)
downloadorg.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.tar.gz
org.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.tar.xz
org.eclipse.mylyn.tasks-7a982c362f0ab7809a6a9339115d6ed9c0f82571.zip
Progress on: 154876: extract trac.core plug-in from trac.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154876
Diffstat (limited to 'org.eclipse.mylyn.trac.core/src')
-rw-r--r--org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/trac/core/internal/DELETE.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/trac/core/internal/DELETE.java b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/trac/core/internal/DELETE.java
new file mode 100644
index 000000000..edd87f71c
--- /dev/null
+++ b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/trac/core/internal/DELETE.java
@@ -0,0 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 - 2006 Mylar committers 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *******************************************************************************/
+
+package org.eclipse.mylar.trac.core.internal;
+
+public class DELETE {
+
+}

Back to the top