Ignore:
Timestamp:
05/21/14 10:20:09 (10 years ago)
Author:
hkaulbersch
Message:

1.)Changed the outline
2.)Added a PopupButton? for codegeneration(not running yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/de.ugoe.cs.swe.bnftools.xtools/src/resource/tools/xtools/ResourceTool.java

    r58 r68  
    77import java.util.Properties; 
    88 
    9 import org.apache.commons.io.FileUtils; 
    109import org.eclipse.emf.common.util.BasicDiagnostic; 
    1110import org.eclipse.emf.common.util.Diagnostic; 
     
    9998                System.out.println(s); 
    10099                 
    101                 try { 
    102                         FileUtils.writeStringToFile(new File(pathName), s); 
    103                 } catch (IOException e) { 
    104                         // TODO Auto-generated catch block 
    105                         e.printStackTrace(); 
    106                 } 
     100//              try { 
     101////                    FileUtils.writeStringToFile(new File(pathName), s); 
     102//              } catch (IOException e) { 
     103//                      // TODO Auto-generated catch block 
     104//                      e.printStackTrace(); 
     105//              } 
    107106                Resource resource = null; 
    108107                //Resource resource = loadResourceFromXtext(workspace, pathName, true); 
Note: See TracChangeset for help on using the changeset viewer.