You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fr...@apache.org on 2006/05/08 21:49:26 UTC

svn commit: r405146 - in /incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse: ./ jdt/ jdt/core/ jdt/core/formatter/ jdt/core/formatter/CodeFormatter.java

Author: frankb
Date: Mon May  8 12:49:24 2006
New Revision: 405146

URL: http://svn.apache.org/viewcvs?rev=405146&view=rev
Log:
Add dummy class as temporary workaround for EMF Eclipse dependency problem

Added:
    incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/
    incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/
    incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/
    incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/
    incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/CodeFormatter.java

Added: incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/CodeFormatter.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/CodeFormatter.java?rev=405146&view=auto
==============================================================================
--- incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/CodeFormatter.java (added)
+++ incubator/tuscany/java/sdo/tools/src/main/java/org/eclipse/jdt/core/formatter/CodeFormatter.java Mon May  8 12:49:24 2006
@@ -0,0 +1,8 @@
+/*******************************************************************************
+ * TEMPORARY dummy file to work around EMF generator dependency problem.
+ *  This file will be deleted as soon as the EMF generator is fixed. 
+ *******************************************************************************/
+package org.eclipse.jdt.core.formatter;
+
+public abstract class CodeFormatter {
+}