mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-02 14:03:27 +02:00
Update to XText 2.13
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* generated by Xtext 2.12.0
|
||||
* generated by Xtext 2.13.0
|
||||
*/
|
||||
package com.minres.rdl.ui.internal;
|
||||
|
||||
@ -23,6 +23,7 @@ import org.osgi.framework.BundleContext;
|
||||
*/
|
||||
public class RdlActivator extends AbstractUIPlugin {
|
||||
|
||||
public static final String PLUGIN_ID = "com.minres.rdl.ui";
|
||||
public static final String COM_MINRES_RDL_RDL = "com.minres.rdl.RDL";
|
||||
|
||||
private static final Logger logger = Logger.getLogger(RdlActivator.class);
|
||||
@ -90,4 +91,5 @@ public class RdlActivator extends AbstractUIPlugin {
|
||||
return new SharedStateModule();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user