File tree Expand file tree Collapse file tree 21 files changed +94
-24
lines changed
Expand file tree Collapse file tree 21 files changed +94
-24
lines changed Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >${project.groupId} </groupId >
2727 <artifactId >binaryinternals.format.bmp</artifactId >
28- <version >1.0 </version >
28+ <version >1.1 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >${project.groupId} </groupId >
3232 <artifactId >binaryinternals.format.jpeg</artifactId >
33- <version >2.0 </version >
33+ <version >2.1 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >${project.groupId} </groupId >
3737 <artifactId >binaryinternals.format.zip</artifactId >
38- <version >0.7 </version >
38+ <version >0.8 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >${project.groupId} </groupId >
4242 <artifactId >binaryinternals.format.pdf</artifactId >
43- <version >0.5 </version >
43+ <version >0.6 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >${project.groupId} </groupId >
4747 <artifactId >binaryinternals.format.dex</artifactId >
48- <version >0.7 </version >
48+ <version >0.8 </version >
4949 </dependency >
5050 <dependency >
5151 <groupId >${project.groupId} </groupId >
5252 <artifactId >binaryinternals.format.elf</artifactId >
53- <version >0.2 </version >
53+ <version >0.3 </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >${project.groupId} </groupId >
5757 <artifactId >binaryinternals.format.png</artifactId >
58- <version >1.0 </version >
58+ <version >1.1 </version >
5959 </dependency >
6060 </dependencies >
6161
Original file line number Diff line number Diff line change 3232 </includes >
3333 </fileSet >
3434 </fileSets >
35- <!-- TODO change output directory -->
3635</assembly >
Original file line number Diff line number Diff line change 1717module org .binaryinternals .app {
1818 requires static com .github .spotbugs .annotations ;
1919 requires static org .binaryinternals .commonlib ;
20+
21+ exports org .binaryinternals .app ;
22+ exports org .binaryinternals .binaryviewer ;
23+ exports org .binaryinternals .plugin ;
2024}
Original file line number Diff line number Diff line change 2222 requires transitive java .desktop ;
2323 requires transitive java .logging ;
2424 requires static com .github .spotbugs .annotations ;
25-
25+
2626 exports org .binaryinternals .commonlib .core ;
2727 exports org .binaryinternals .commonlib .ui ;
2828}
Original file line number Diff line number Diff line change 88 </parent >
99
1010 <artifactId >binaryinternals.format.bmp</artifactId >
11- <version >1.0 </version >
11+ <version >1.1 </version >
1212 <packaging >jar</packaging >
1313
1414 <name >binaryinternals :: FormatBMP</name >
Original file line number Diff line number Diff line change 1616
1717module org .binaryinternals .formatbmp {
1818 requires static org .binaryinternals .commonlib ;
19+
20+ exports org .binaryinternals .format .bmp ;
1921}
Original file line number Diff line number Diff line change 88 </parent >
99
1010 <artifactId >binaryinternals.format.dex</artifactId >
11- <version >0.7 </version >
11+ <version >0.8 </version >
1212 <packaging >jar</packaging >
1313
1414 <name >binaryinternals :: FormatDEX</name >
Original file line number Diff line number Diff line change 1717module org .binaryinternals .formatdex {
1818 requires static org .binaryinternals .commonlib ;
1919 requires static org .binaryinternals .formatclass ;
20+
21+ exports org .binaryinternals .format .dex ;
2022}
Original file line number Diff line number Diff line change 88 </parent >
99
1010 <artifactId >binaryinternals.format.elf</artifactId >
11- <version >0.2 </version >
11+ <version >0.3 </version >
1212 <packaging >jar</packaging >
1313
1414 <name >binaryinternals :: FormatELF</name >
Original file line number Diff line number Diff line change 1616
1717module org .binaryinternals .formatelf {
1818 requires static org .binaryinternals .commonlib ;
19+
20+ exports org .binaryinternals .format .elf ;
1921}
You can’t perform that action at this time.
0 commit comments