Skip to content

Commit

Permalink
7.3.2 release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmord committed Apr 19, 2019
1 parent cd4f11d commit 596f150
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 20 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,25 +94,29 @@ build the whole project: "mvn install".

3. place jre 8 in the Contents folder of JSesh.app, with "jre" as folder name.

4. (maybe not needed anymore ?) Bundled JRE for mac os X distribution need to patch `flavormap.properties`:
add the line PDF: application/pdf (allows copy/paste of PDF)
P.S. see if we can handle this as EMF ? (check if still needed
anyway)


6. Check if JSesh and SignInfo are functional (they should start if you double click on them).

7. make a package (.pkg) with "Packages" by Stéphane Sudre.
See JSesh-dist.pkgproj for a config file for the Packages software for Mac.


(maybe not needed anymore ?) Bundled JRE for mac os X distribution need to patch `flavormap.properties`:
add the line
~~~~~
PDF: application/pdf
~~~~~
(allows copy/paste of PDF)
P.S. see if we can handle this as EMF ? (check if still needed anyway)

------------------------------------
### Windows distribution

1. copy the files from target/windows into a Windows machine
2. copy a 32 bit JRE in the JSesh folder on Windows. Ensure it's named "jre".
3. start lauch4J and use the jsesh-bundler.xml file. It should create JSesh.exe in the JSesh folder.
4. same for the file signInfo-bundler.xml
5. run Inno Setup on jsesh-inno.iss
5. run Inno Setup on jsesh-inno.iss. Generate a new ID for the build before building.



## Note about github distribution (for personnal use mainly)
Expand Down
2 changes: 1 addition & 1 deletion cupAndlex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>cupAndlex</artifactId>
<description>
Expand Down
2 changes: 1 addition & 1 deletion cupruntime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>cupruntime</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jhotdrawfw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jhotdrawfw</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jsesh-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JSesh-all</artifactId>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<description>
New JSesh installer builder.
Expand Down
2 changes: 1 addition & 1 deletion jsesh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jsesh</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jseshAppli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jseshAppli</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jseshDemos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jseshDemos</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jseshGlyphs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jseshGlyphs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jvectClipboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>jvectClipboard</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
<packaging>pom</packaging>
<name>JSesh complete distribution</name>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion prepareJSeshRelease/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JSesh-all</artifactId>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>prepareJSeshRelease</artifactId>
<description>
Expand Down
2 changes: 1 addition & 1 deletion qenherkhopeshefUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>qenherkhopeshefUtils</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion signInfoAppli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.qenherkhopeshef.jsesh</groupId>
<artifactId>JSesh-all</artifactId>
<version>7.3.1</version>
<version>7.3.2</version>
</parent>
<artifactId>signInfoAppli</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 596f150

Please sign in to comment.