forked from ProjetoDSL/ERDSL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rebuilding the entire project (handling dependencies).
- Loading branch information
1 parent
7ea3c0d
commit 68ff611
Showing
748 changed files
with
109,023 additions
and
31,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
.project | ||
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
.metadata/.plugins/org.eclipse.core.resources/.history/10/b026da4daac8001b1074ac382cb44a75
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
.metadata/.plugins/org.eclipse.core.resources/.history/10/f0788235b919001c11f9cfb5854505f4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
} |
6 changes: 6 additions & 0 deletions
6
.metadata/.plugins/org.eclipse.core.resources/.history/11/00b5def7b719001c1943eaaff2253a02
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
16 changes: 16 additions & 0 deletions
16
.metadata/.plugins/org.eclipse.core.resources/.history/17/a057e34ab919001c11f9cfb5854505f4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
.metadata/.plugins/org.eclipse.core.resources/.history/19/30158335b919001c11f9cfb5854505f4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | ||
} | ||
} |
Oops, something went wrong.