dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #05397
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1766: Minor fix.
------------------------------------------------------------
revno: 1766
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2010-04-12 10:22:54 +0200
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml
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 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml 2010-04-12 03:47:20 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml 2010-04-12 08:22:54 +0000
@@ -413,7 +413,7 @@
<bean
id="org.hisp.dhis.dataadmin.action.minmaxvalidation.UnselectLevelAction"
- class="oorg.hisp.dhis.dataadmin.action.minmaxvalidation.UnselectLevelAction"
+ class="org.hisp.dhis.dataadmin.action.minmaxvalidation.UnselectLevelAction"
scope="prototype">
<property name="selectionTreeManager">
<ref bean="org.hisp.dhis.oust.manager.SelectionTreeManager" />
=== modified file 'dhis2-live-installer/pom.xml'
--- dhis2-live-installer/pom.xml 2010-04-09 14:28:39 +0000
+++ dhis2-live-installer/pom.xml 2010-04-12 08:22:54 +0000
@@ -44,6 +44,21 @@
<goal>exec</goal>
</goals>
</execution>
+ <execution>
+ <id>DHIS2 Linux Demo</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>${env.BITROCK_HOME}/bin/builder</executable>
+ <arguments>
+ <argument>build</argument>
+ <argument>${basedir}/src/bitrock/DHIS2_demo_birt.xml</argument>
+ <argument>linux</argument>
+ </arguments>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>