Skip to content

Commit

Permalink
Project Update
Browse files Browse the repository at this point in the history
- Rebuilding the entire project (handling dependencies).
  • Loading branch information
JonnathanRiquelmo committed Sep 20, 2021
1 parent 7ea3c0d commit 68ff611
Show file tree
Hide file tree
Showing 748 changed files with 109,023 additions and 31,128 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
.project
3,270 changes: 1,172 additions & 2,098 deletions .metadata/.log

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* generated by Xtext 2.25.0
*/
package org.xtext.unipampa.erdsl;


/**
* Use this class to register components to be used at runtime / without the Equinox extension registry.
*/
public class ErDslRuntimeModule extends AbstractErDslRuntimeModule {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source.. = src/,\
src-gen/,\
xtend-gen/
bin.includes = META-INF/,\
.,\
plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* generated by Xtext 2.25.0
*/
package org.xtext.unipampa.erdsl.ui;

import org.eclipse.ui.plugin.AbstractUIPlugin;

/**
* Use this class to register components to be used within the Eclipse IDE.
*/
public class ErDslUiModule extends AbstractErDslUiModule {

public ErDslUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* generated by Xtext 2.25.0
*/
package org.xtext.unipampa.erdsl;


/**
* Initialization support for running Xtext languages without Equinox extension registry.
*/
public class ErDslStandaloneSetup extends ErDslStandaloneSetupGenerated {

public static void doSetup() {
new ErDslStandaloneSetup().createInjectorAndDoEMFRegistration();
}
}
Loading

0 comments on commit 68ff611

Please sign in to comment.