dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07572
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2177: Minor fix.
------------------------------------------------------------
revno: 2177
committer: jason-p-pickering
branch nick: dhis2
timestamp: Sun 2010-09-19 09:11:28 +0200
message:
Minor fix.
modified:
dhis2-live-installer/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 'dhis2-live-installer/pom.xml'
--- dhis2-live-installer/pom.xml 2010-09-19 07:07:39 +0000
+++ dhis2-live-installer/pom.xml 2010-09-19 07:11:28 +0000
@@ -16,7 +16,7 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
<executions>
-<!-- <execution>
+- <execution>
<id>DHIS2 Windows Live</id>
<phase>package</phase>
<configuration>
@@ -30,7 +30,7 @@
<goals>
<goal>exec</goal>
</goals>
- </execution> -->
+ </execution>
<execution>
<id>DHIS2 Windows Embedded JRE</id>
<phase>package</phase>
@@ -60,7 +60,7 @@
<goals>
<goal>exec</goal>
</goals>
- </execution>
+ </execution> -->
<execution>
<id>DHIS2 Linux Demo</id>
<phase>package</phase>
@@ -75,7 +75,7 @@
<goals>
<goal>exec</goal>
</goals>
- </execution> -->
+ </execution>
</executions>
</plugin>
</plugins>