Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
b7cfde4a
Commit
b7cfde4a
authored
Feb 06, 2019
by
Benedikt Kleinmeier
Browse files
Removed plugin "launch4j" from "VadereGui/pom.xml" and "VadereSimulator/pom.xml".
parent
f1365973
Pipeline
#89002
canceled with stage
in 13 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/pom.xml
View file @
b7cfde4a
...
...
@@ -116,42 +116,6 @@
</executions>
</plugin>
<plugin>
<groupId>
com.akathist.maven.plugins.launch4j
</groupId>
<artifactId>
launch4j-maven-plugin
</artifactId>
<executions>
<execution>
<id>
vadere-gui
</id>
<phase>
package
</phase>
<goals><goal>
launch4j
</goal></goals>
<configuration>
<headerType>
gui
</headerType>
<outfile>
target/vadere.exe
</outfile>
<jar>
target/vadere.jar
</jar>
<errTitle>
vadere
</errTitle>
<icon>
../vadere-gui.ico
</icon>
<classPath>
<mainClass>
org.vadere.gui.projectview.VadereApplication
</mainClass>
</classPath>
<jre>
<minVersion>
1.8.0
</minVersion>
</jre>
<versionInfo>
<fileVersion>
0.0.0.6
</fileVersion>
<txtFileVersion>
0.0.0.6
</txtFileVersion>
<fileDescription>
Vadere is an open source framework for the simulation of microscopic pedestrian dynamics.
</fileDescription>
<copyright>
GNU Lesser General Public License (LGPL)
</copyright>
<productVersion>
0.0.0.6
</productVersion>
<txtProductVersion>
0.0.0.6
</txtProductVersion>
<productName>
Vadere
</productName>
<internalName>
vadere
</internalName>
<originalFilename>
vadere.exe
</originalFilename>
</versionInfo>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
...
...
@@ -296,4 +260,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
VadereSimulator/pom.xml
View file @
b7cfde4a
...
...
@@ -162,41 +162,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
com.akathist.maven.plugins.launch4j
</groupId>
<artifactId>
launch4j-maven-plugin
</artifactId>
<executions>
<execution>
<id>
vadere-console
</id>
<phase>
package
</phase>
<goals><goal>
launch4j
</goal></goals>
<configuration>
<headerType>
console
</headerType>
<outfile>
target/vadere-console.exe
</outfile>
<jar>
target/vadere-console.jar
</jar>
<errTitle>
vadere
</errTitle>
<icon>
../vadere-cmd.ico
</icon>
<classPath>
<mainClass>
org.vadere.gui.projectview.VadereApplication
</mainClass>
</classPath>
<jre>
<minVersion>
1.8.0
</minVersion>
</jre>
<versionInfo>
<fileVersion>
0.0.0.6
</fileVersion>
<txtFileVersion>
0.0.0.6
</txtFileVersion>
<fileDescription>
Vadere is an open source framework for the simulation of microscopic pedestrian dynamics.
</fileDescription>
<copyright>
GNU Lesser General Public License (LGPL)
</copyright>
<productVersion>
0.0.0.6
</productVersion>
<txtProductVersion>
0.0.0.6
</txtProductVersion>
<productName>
Vadere-console
</productName>
<internalName>
vadere-console
</internalName>
<originalFilename>
vadere-console.exe
</originalFilename>
</versionInfo>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment