This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README, and minor tweaks of installer
- Loading branch information
Hai Nguyen
committed
Mar 5, 2015
1 parent
0cbe410
commit 1debb68
Showing
6 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> | ||
<installation version="1.0"> | ||
|
||
<!-- The resources section. The ids must be these ones if you want to | ||
use the LicencePanel and/or the InfoPanel. --> | ||
<resources> | ||
<res id="LicencePanel.licence" src="txt/LICENSE.txt" /> | ||
<res id="InfoPanel.info" src="txt/README.md" /> | ||
<res id="TargetPanel.dir.windows" src="installpath.windows.txt"/> | ||
<res id="TargetPanel.dir.unix" src="installpath.unix.txt"/> | ||
<res id="TargetPanel.dir.mac" src="installpath.unix.txt"/> | ||
<res id="TargetPanel.dir.mac_osx" src="installpath.mac_osx.txt"/> | ||
</resources> | ||
|
||
<!-- The info section. The meaning of the tags should be natural ... --> | ||
<info> | ||
<appname>MyCollab, the Project and CRM tools</appname> | ||
<appversion>5.0.0</appversion> | ||
<appname>MyCollab, the professional open source of Project Management tool</appname> | ||
<appversion>5.0.1</appversion> | ||
<appsubpath>mycollab</appsubpath> | ||
<authors> | ||
<author name="MyCollab Ltd" email="[email protected]" /> | ||
|
@@ -28,13 +39,6 @@ | |
<langpack iso3="eng" /> | ||
</locale> | ||
|
||
<!-- The resources section. The ids must be these ones if you want to | ||
use the LicencePanel and/or the InfoPanel. --> | ||
<resources> | ||
<res id="LicencePanel.licence" src="txt/LICENSE.txt" /> | ||
<res id="InfoPanel.info" src="txt/README.md" /> | ||
</resources> | ||
|
||
<!-- The panels section. We indicate here which panels we want to use. | ||
The order will be respected. --> | ||
<panels> | ||
|
@@ -63,7 +67,6 @@ | |
</fileset> | ||
<fileset dir="txt" includes="*" targetdir="$INSTALL_PATH" /> | ||
<file src="webapp" targetdir="$INSTALL_PATH" /> | ||
|
||
<executable targetfile="$INSTALL_PATH/bin/installDaemon.sh" | ||
stage="never" keep="true" os="unix|mac"> | ||
</executable> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/local/mycollab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/local/mycollab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
C:/mycollab |