dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02109
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 721: Minor fix for pom.xml in 'Excel Reporting' module
------------------------------------------------------------
revno: 721
committer: hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-09-15 17:18:53 +0700
message:
Minor fix for pom.xml in 'Excel Reporting' module
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml'
--- dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-09-15 09:05:45 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2009-09-15 10:18:53 +0000
@@ -10,7 +10,7 @@
</parent>
<artifactId>dhis-web-excel-reporting</artifactId>
- <packaging>jar</packaging>
+ <packaging>war</packaging>
<name>DHIS Web Excel Reporting</name>
<build>
@@ -86,7 +86,7 @@
</dependency>
<!-- POI Library -->
- <!--
+
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
@@ -99,11 +99,14 @@
<version>3.5-beta5</version>
</dependency>
+ <!-- Used for Ms Office 2007 and over
+
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.5-beta5</version>
</dependency>
+
-->
</dependencies>