~ubuntu-branches/ubuntu/vivid/eclipse-wtp/vivid

« back to all changes in this revision

Viewing changes to org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/StructureEdit.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-06-28 08:42:01 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130628084201-houvqyt5uc6a3p27
Tags: 3.5.0-1
* New upstream release.
* Refreshed d/patches:
  - debian-custom-build.patch
  - regenerate-xpath2-parser.patch.
* Add patch for compatibility with rhino 1.7R4.
* Regenerate code from EMF models.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
import org.eclipse.emf.common.util.URI;
35
35
import org.eclipse.jem.util.UIContextDetermination;
36
36
import org.eclipse.jem.util.emf.workbench.ProjectUtilities;
 
37
import org.eclipse.wst.common.componentcore.ComponentcoreFactory;
37
38
import org.eclipse.wst.common.componentcore.IEditModelHandler;
38
39
import org.eclipse.wst.common.componentcore.ModuleCoreNature;
39
40
import org.eclipse.wst.common.componentcore.UnresolveableURIException;