Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
* Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Oct 7, 2015
1 parent 1de1e3a commit e511f25
Show file tree
Hide file tree
Showing 229 changed files with 1,520 additions and 854 deletions.
25 changes: 12 additions & 13 deletions mycollab-app-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,9 @@
<configuration>
<headerType>gui</headerType>
<jar>${project.build.directory}/MyCollab-Generic-${project.version}.jar</jar>
<outfile>${project.build.directory}/MyCollab-Installer-${project.version}.exe</outfile>
<outfile>${project.build.directory}/MyCollab-Installer-${project.version}.exe
</outfile>
<downloadUrl>http://java.com/download</downloadUrl>
<classPath>
<mainClass>com.izforge.izpack.installer.Installer</mainClass>
<preCp>anything</preCp>
</classPath>
<icon>src/main/windows-resources/MyCollab.ico</icon>
<jre>
<minVersion>1.7.0</minVersion>
Expand All @@ -263,7 +260,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand All @@ -276,7 +272,7 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<copy todir="${staging.dir}">
<fileset dir="${izpack.dir.app}"/>
</copy>
Expand All @@ -300,7 +296,7 @@
<copy todir="${staging.dir}/lib">
<fileset dir="${basedir}/src/main/lib"/>
</copy>
</tasks>
</target>
</configuration>
</execution>

Expand All @@ -316,13 +312,16 @@
classname="net.sourceforge.jarbundler.JarBundler"
classpathref="maven.plugin.classpath"/>
<jarbundler dir="target"
name="MyCollab-MacOS-${project.version}"
mainclass="com.izforge.izpack.installer.Installer"
name="MyCollab-MacOS2-${project.version}"
mainclass="com.izforge.izpack.installer.bootstrap.Installer"
jar="target/MyCollab-Generic-${project.version}.jar"
copyright="©2015, MyCollab"
bundleid="com.esofthead.mycollab"
jvmversion="1.7+"
icon="src/main/macos-resources/mycollab.icns"
version="${project.version}" build="GA"
infostring="MyCollab - the stable, rich features, and high performance platform of Project Management and CRM tools"/>
stubfile="src/main/macos-resources/universalJavaApplicationStub"
version="${project.version}" build="${project.version} - GA"
useJavaXKey="true" showplist="true" verbose="true"/>
</target>
</configuration>
</execution>
Expand All @@ -331,7 +330,7 @@
<dependency>
<groupId>com.esofthead.mycollab</groupId>
<artifactId>jarbundler</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions mycollab-app-community/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<author name="MyCollab Ltd" email="[email protected]"/>
</authors>
<url>https://www.mycollab.com/</url>
<javaversion>1.7</javaversion>
<run-privileged condition="izpack.windowsinstall"/>
</info>

Expand Down
42 changes: 0 additions & 42 deletions mycollab-app-community/src/main/macos-resources/Info.plist

This file was deleted.

1 change: 0 additions & 1 deletion mycollab-app-community/src/main/macos-resources/README.txt

This file was deleted.

Loading

0 comments on commit e511f25

Please sign in to comment.