Revert "fixes to the build system"

This reverts commit 5fd7ae4892.
This commit is contained in:
Jeroen Baten 2015-07-19 13:34:26 +02:00
parent 34eab386fa
commit d4462121b7
5 changed files with 822 additions and 983 deletions

13
debian/control vendored
View file

@ -1,7 +1,7 @@
Source: libreplan
Section: web
Priority: optional
Maintainer: Jeroen Baten <jeroen@libreplan.com>
Maintainer: Adrian Perez <aperez@igalia.com>
Build-Depends: debhelper (>= 7.0.50), maven2, python-docutils,
gettext (>= 0.17), default-jdk
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
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.

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.4.1</version>
<version>1.4.0</version>
</parent>
<artifactId>ganttzk</artifactId>
<packaging>jar</packaging>

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.4.1</version>
<version>1.4.0</version>
</parent>
<artifactId>libreplan-business</artifactId>
<packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.4.1</version>
<version>1.4.0</version>
</parent>
<artifactId>libreplan-webapp</artifactId>
<packaging>war</packaging>

1786
pom.xml

File diff suppressed because it is too large Load diff