Skip to content

Commit

Permalink
add Java 1.7.0_51 manifest entries for application name, permissions,…
Browse files Browse the repository at this point in the history
… codebase
  • Loading branch information
cpesch committed Feb 3, 2014
1 parent 0d0034f commit dc27109
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 9 deletions.
1 change: 0 additions & 1 deletion RouteConverterBase/pom.xml
Expand Up @@ -29,7 +29,6 @@
<Specification-Version>${project.version}-${maven.build.number}</Specification-Version>
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
Expand Down
4 changes: 3 additions & 1 deletion RouteConverterCmdLine/pom.xml
Expand Up @@ -30,8 +30,10 @@
<Specification-Version>${project.version}-${maven.build.number}</Specification-Version>
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.cmdline.RouteConverterCmdLine</Main-Class>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverterCmdLine</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
4 changes: 3 additions & 1 deletion RouteConverterLinux/pom.xml
Expand Up @@ -31,9 +31,11 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>Linux32</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
4 changes: 3 additions & 1 deletion RouteConverterLinux64/pom.xml
Expand Up @@ -31,9 +31,11 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>Linux64</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
4 changes: 3 additions & 1 deletion RouteConverterMac/pom.xml
Expand Up @@ -31,9 +31,11 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp.clone}</Implementation-Version>
<Implementation-Vendor>Mac32</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
4 changes: 3 additions & 1 deletion RouteConverterMac64/pom.xml
Expand Up @@ -31,9 +31,11 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp.clone}</Implementation-Version>
<Implementation-Vendor>Mac64</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
22 changes: 21 additions & 1 deletion RouteConverterWindows/pom.xml
Expand Up @@ -31,7 +31,6 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>Windows32</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
</manifestEntries>
Expand All @@ -54,6 +53,27 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>target/RouteConverterWindows.jar</archive>
<keystore>${keystorePath}</keystore>
<alias>${keystoreAlias}</alias>
<storepass>${keystorePassword}</storepass>
<removeExistingSignatures>true</removeExistingSignatures>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
4 changes: 3 additions & 1 deletion RouteConverterWindows64/pom.xml
Expand Up @@ -31,9 +31,11 @@
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>Windows64</Implementation-Vendor>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.converter.gui.RouteConverter</Main-Class>
<SplashScreen-Image>slash/navigation/converter/gui/RouteConverter.png</SplashScreen-Image>
<Permissions>all-permissions</Permissions>
<Codebase>www.routeconverter.com www.routeconverter.de</Codebase>
<Application-Name>RouteConverter</Application-Name>
</manifestEntries>
</transformer>
</transformers>
Expand Down
1 change: 0 additions & 1 deletion download-tools/pom.xml
Expand Up @@ -30,7 +30,6 @@
<Specification-Version>${project.version}-${maven.build.number}</Specification-Version>
<Specification-Vendor>Christian Pesch</Specification-Vendor>
<Implementation-Version>${maven.build.timestamp}</Implementation-Version>
<Download-At>http://www.routeconverter.com</Download-At>
<Main-Class>slash.navigation.download.tools.CreateHgtDataSourcesXml</Main-Class>
</manifestEntries>
</transformer>
Expand Down

0 comments on commit dc27109

Please sign in to comment.