Skip to content

Commit

Permalink
Revert "fixes to the build system"
Browse files Browse the repository at this point in the history
This reverts commit 5fd7ae4.
  • Loading branch information
Jeroen Baten committed Jul 19, 2015
1 parent 34eab38 commit d446212
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 983 deletions.
13 changes: 12 additions & 1 deletion debian/control
@@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion ganttzk/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-business/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-webapp/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit d446212

Please sign in to comment.