parent
34eab386fa
commit
d4462121b7
5 changed files with 822 additions and 983 deletions
13
debian/control
vendored
13
debian/control
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
Source: libreplan
|
Source: libreplan
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jeroen Baten <jeroen@libreplan.com>
|
Maintainer: Adrian Perez <aperez@igalia.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50), maven2, python-docutils,
|
Build-Depends: debhelper (>= 7.0.50), maven2, python-docutils,
|
||||||
gettext (>= 0.17), default-jdk
|
gettext (>= 0.17), default-jdk
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
|
|
@ -22,3 +22,14 @@ Description: Web application for project planning, monitoring and control.
|
||||||
the communication with other company tools providing a wide set of web
|
the communication with other company tools providing a wide set of web
|
||||||
services to import and export data.
|
services to import and export data.
|
||||||
|
|
||||||
|
Package: navalplan
|
||||||
|
Architecture: all
|
||||||
|
Pre-Depends: libreplan (>= 1.2.0-1)
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Description: Web application for project management (transitional package)
|
||||||
|
NavalPlan is a planning tool for users based on some concepts: company and
|
||||||
|
multi-project overview, criteria assignments, tasks tagging, resources
|
||||||
|
management, resource allocation (specific and generic), company load control,
|
||||||
|
external integration, etc.
|
||||||
|
.
|
||||||
|
This package can be safely deleted after Libreplan is successfully installed.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.libreplan</groupId>
|
<groupId>org.libreplan</groupId>
|
||||||
<artifactId>libreplan</artifactId>
|
<artifactId>libreplan</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>1.4.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>ganttzk</artifactId>
|
<artifactId>ganttzk</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.libreplan</groupId>
|
<groupId>org.libreplan</groupId>
|
||||||
<artifactId>libreplan</artifactId>
|
<artifactId>libreplan</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>1.4.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>libreplan-business</artifactId>
|
<artifactId>libreplan-business</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.libreplan</groupId>
|
<groupId>org.libreplan</groupId>
|
||||||
<artifactId>libreplan</artifactId>
|
<artifactId>libreplan</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>1.4.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>libreplan-webapp</artifactId>
|
<artifactId>libreplan-webapp</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue