blob: c898b1a9d9a913eea315e465c7a0faba5bbf6278 [file] [log] [blame]
package org.eclipse.jem.internal.plugin;
/*
* Licensed Material - Property of IBM
* (C) Copyright IBM Corp. 2001, 2002 - All Rights Reserved.
* US Government Users Restricted Rights - Use, duplication or disclosure
* restricted by GSA ADP Schedule Contract with IBM Corp.
*/
/**
* Insert the type's description here.
* Creation date: (05/07/01 10:06:28 PM)
* @author: Administrator
*/
public interface IJavaProjectInfo {
public String getSourcePath();
}