Skip to content

Commit 45d44e6

Browse files
authored
Merge pull request #51 from BobHanson/yadav1
Yadav1
2 parents a811459 + 48e1fcd commit 45d44e6

File tree

89 files changed

+32599
-24827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+32599
-24827
lines changed

sources/net.sf.j2s.core/.j2s

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#j2s configuration file
2+
3+
#uncomment j2s.* lines to process
4+
5+
#enable the Java2Script transpiler
6+
#j2s.compiler.status=enable
7+
8+
#output file name for logging methods declared - delete the file to regenerate a listing
9+
#j2s.log.methods.declared=methodsDeclared.csv
10+
11+
#output file name for logging methods called - delete the file to regenerate a listing
12+
#j2s.log.methods.called=methodsCalled.csv
13+
14+
#if set, every instance of methods called will be logged
15+
#otherwise, only the first call to a method will be logged
16+
#output will be comma-separated: called method,caller class
17+
#j2s.log.all.calls=true
18+
19+
#a semicolon-separated list of package-level file paths to be excluded
20+
#j2s.excluded.paths=test;testng
21+
22+
#destination directory for all JavaScript
23+
j2s.site.directory=site
24+
1.6 KB
Binary file not shown.
1.6 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
05/07/2018

0 commit comments

Comments
 (0)