dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00322
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 101: Removed misplaced quote
------------------------------------------------------------
revno: 101
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: dhis2
timestamp: Fri 2009-03-20 18:08:00 +0100
message:
Removed misplaced quote
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml
dhis-2/dhis-web/dhis-web-portal/pom.xml
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml 2009-03-09 22:33:48 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dhis/beans.xml 2009-03-20 17:08:00 +0000
@@ -301,7 +301,7 @@
<value>.*\.SectionStore\.get.*</value>
<value>.*\.DataEntryFormStore\.get.*</value>
<value>.*\.ExpressionStore\.get.*</value>
- <value>.*\.MinMaxDataElementStore\.get.*"</value>
+ <value>.*\.MinMaxDataElementStore\.get.*</value>
<value>.*\.ValidationRuleStore\.get.*</value>
</list>
</property>
=== modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/pom.xml 2009-03-19 18:40:57 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2009-03-20 17:08:00 +0000
@@ -84,35 +84,31 @@
<version>${version}</version>
<type>war</type>
</dependency>
-<!--
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-validationrule</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
--->
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-dataentry</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
-<!--
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-reporting</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
-
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-dashboard-integration</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
-
+ <!--
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-openhealth-integration</artifactId>
@@ -128,12 +124,14 @@
<type>war</type>
</dependency>
-->
+ <!--
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-gis</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
+ -->
<!-- India modules -->
@@ -164,20 +162,5 @@
</dependency>
-->
- <!-- Other -->
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>com.opensymphony</groupId>
- <artifactId>webwork</artifactId>
- </dependency>
-
</dependencies>
</project>
--
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.