Skip to content

Commit

Permalink
Update MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnathanRiquelmo committed Sep 16, 2019
1 parent 0dc1b8f commit 4b77b42
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 156 deletions.
2 changes: 1 addition & 1 deletion org.xtext.unipampa.erdsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.xtext.unipampa.erdsl
Bundle-ManifestVersion: 2
Bundle-Name: org.xtext.unipampa.erdsl
Bundle-Vendor: My Company
Bundle-Vendor: UNIPAMPA/LESSE
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.xtext.unipampa.erdsl; singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ErDslGenerator extends AbstractGenerator {
// .map[name]
// .join(', '))
val modeloER = resource.contents.get(0) as ERModel
fsa.generateFile('LogicalSchema.html',
fsa.generateFile(modeloER.domain.name+'.html',
'''
<!DOCTYPE html>
<html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ErDslGenerator extends AbstractGenerator {
// .map[name]
// .join(', '))
val modeloER = resource.contents.get(0) as ERModel
fsa.generateFile('LogicalSchema.html',
fsa.generateFile(modeloER.domain.name+'.html',
'''
<!DOCTYPE html>
<html>
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 4b77b42

Please sign in to comment.