nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 128 lines 6.8 kB view raw
1diff --git a/forge-gui-desktop/pom.xml b/forge-gui-desktop/pom.xml 2--- a/forge-gui-desktop/pom.xml 3+++ b/forge-gui-desktop/pom.xml 4@@ -69,62 +69,6 @@ 5 </executions> 6 </plugin> 7 <plugin> 8- <groupId>com.akathist.maven.plugins.launch4j</groupId> 9- <artifactId>launch4j-maven-plugin</artifactId> 10- <version>2.5.1</version> 11- <executions> 12- <execution> 13- <id>l4j-gui</id> 14- <phase>package</phase> 15- <goals> 16- <goal>launch4j</goal> 17- </goals> 18- <configuration> 19- <headerType>gui</headerType> 20- <outfile>${project.build.directory}/forge.exe</outfile> 21- <jar>${project.build.finalName}-jar-with-dependencies.jar</jar> 22- <dontWrapJar>true</dontWrapJar> 23- <errTitle>forge</errTitle> 24- <downloadUrl>https://bell-sw.com/pages/downloads/#jdk-17-lts</downloadUrl> 25- <icon>src/main/config/forge.ico</icon> 26- <classPath> 27- <mainClass>forge.view.Main</mainClass> 28- <addDependencies>false</addDependencies> 29- <preCp>anything</preCp> 30- </classPath> 31- <jre> 32- <minVersion>17</minVersion> 33- <requiresJdk>true</requiresJdk> 34- <maxHeapSize>4096</maxHeapSize> 35- <opts> 36- <opt>${mandatory.java.args}</opt> 37- <opt>${addopen.java.args}</opt> 38- </opts> 39- </jre> 40- <versionInfo> 41- <fileVersion> 42- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0 43- </fileVersion> 44- <txtFileVersion> 45- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0 46- </txtFileVersion> 47- <fileDescription>Forge</fileDescription> 48- <copyright>Forge</copyright> 49- <productVersion> 50- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0 51- </productVersion> 52- <txtProductVersion> 53- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0 54- </txtProductVersion> 55- <productName>Forge</productName> 56- <internalName>forge</internalName> 57- <originalFilename>forge.exe</originalFilename> 58- </versionInfo> 59- </configuration> 60- </execution> 61- </executions> 62- </plugin> 63- <plugin> 64 <groupId>com.google.code.maven-replacer-plugin</groupId> 65 <artifactId>replacer</artifactId> 66 <version>1.5.3</version> 67diff --git a/forge-gui-mobile-dev/pom.xml b/forge-gui-mobile-dev/pom.xml 68--- a/forge-gui-mobile-dev/pom.xml 69+++ b/forge-gui-mobile-dev/pom.xml 70@@ -61,57 +61,6 @@ 71 </configuration> 72 </plugin> 73 <plugin> 74- <groupId>com.akathist.maven.plugins.launch4j</groupId> 75- <artifactId>launch4j-maven-plugin</artifactId> 76- <version>2.5.1</version> 77- <executions> 78- <execution> 79- <id>l4j-adv</id> 80- <phase>package</phase> 81- <goals> 82- <goal>launch4j</goal> 83- </goals> 84- <configuration> 85- <headerType>gui</headerType> 86- <outfile>${project.build.directory}/forge-adventure.exe</outfile> 87- <jar>${project.build.finalName}-jar-with-dependencies.jar</jar> 88- <dontWrapJar>true</dontWrapJar> 89- <errTitle>forge</errTitle> 90- <downloadUrl>https://bell-sw.com/pages/downloads/#jdk-17-lts</downloadUrl> 91- <icon>src/main/config/forge-adventure.ico</icon> 92- <jre> 93- <minVersion>17</minVersion> 94- <requiresJdk>true</requiresJdk> 95- <maxHeapSize>4096</maxHeapSize> 96- <opts> 97- <opt>${mandatory.java.args}</opt> 98- </opts> 99- </jre> 100- <versionInfo> 101- <fileVersion> 102- 1.0.0.0 103- </fileVersion> 104- <txtFileVersion> 105- 1.0.0.0 106- </txtFileVersion> 107- <fileDescription>Forge</fileDescription> 108- <copyright>Forge</copyright> 109- <productVersion> 110- 1.0.0.0 111- </productVersion> 112- <txtProductVersion> 113- 1.0.0.0 114- </txtProductVersion> 115- <productName>forge-adventure</productName> 116- <internalName>forge-adventure</internalName> 117- <originalFilename>forge-adventure.exe</originalFilename> 118- </versionInfo> 119- </configuration> 120- </execution> 121- <!--extra--> 122- </executions> 123- </plugin> 124- <plugin> 125 <groupId>com.google.code.maven-replacer-plugin</groupId> 126 <artifactId>replacer</artifactId> 127 <version>1.5.3</version> 128