Skip to content

Commit

Permalink
checking scripts as epa container
Browse files Browse the repository at this point in the history
  • Loading branch information
stko committed Mar 28, 2016
1 parent 9a56382 commit 690040e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon, 28 Mar 2016 11:30:21 +0200
#Mon, 28 Mar 2016 13:58:57 +0200
# Application global resources

Application.name=OOBDesk
Expand All @@ -11,7 +11,7 @@ Application.vendorId=OOBD
Application.id=${Application.name}
Application.lookAndFeel=system

Application.revision=Fantomas-56-g2005c4d-dirty (Mo 28. M\u00e4r 11\:30\:21 CEST 2016)
Application.revision=Fantomas-57-g9a56382-dirty (Mo 28. M\u00e4r 13\:58\:57 CEST 2016)

Application.buildnumber=496
#NOI18N
Expand Down
Binary file modified lua-scripts/OOBD.epd/OOBD.lbc
Binary file not shown.
26 changes: 26 additions & 0 deletions lua-scripts/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Makefile im Top-Level-Verzeichnis

include local.make



all:
$(foreach dir,$(DIRS),make --directory=$(dir) ;)

scripts:
$(foreach dir,$(DIRS),make --directory=$(dir) scripts;)

source:
$(foreach dir,$(DIRS),make --directory=$(dir) source;)

clean:
$(foreach dir,$(DIRS),make --directory=$(dir) clean;)

pack:
$(foreach dir,$(DIRS),make --directory=$(dir) pack;)

epa:
$(foreach dir,$(DIRS),make --directory=$(dir) epa;)

debug:
$(foreach dir,$(DIRS),make --directory=$(dir) debug;)
5 changes: 4 additions & 1 deletion lua-scripts/vehicle.epd/content
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ manifest
README_vehicle.js.txt
themes
vehicle.html
vehicle.js
vehicle.lbc
vehicle.lua
vehicle.mf
vehicle2.mf
screenshot.png
content.xml
2 changes: 1 addition & 1 deletion lua-scripts/vehicle.epd/vehicle.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Oobd.clearVisualiers();
createModules(option);
});
Oobd.createXsltTransformer('./dtc.xsl', function(prozessor) {
Oobd.createXsltTransformer('dtc.xsl', function(prozessor) {
self.xsltProcessor = prozessor;
});
Oobd.start();
Expand Down

0 comments on commit 690040e

Please sign in to comment.