[openempi~source-repository:61] Minor updates.
- From: odysseas@kenai.com
- To: commits@openempi.kenai.com
- Subject: [openempi~source-repository:61] Minor updates.
- Date: Thu, 18 Mar 2010 14:45:28 +0000
Project: openempi
Repository: source-repository
Revision: 61
Author: odysseas
Date: 2010-03-18 14:45:25 UTC
Link:
Log Message:
------------
Minor updates.
Revisions:
----------
61
Modified Paths:
---------------
branches/2.0.4-development/openempi/webapp-web/gwtRun.cmd
branches/2.0.4-development/openempi/pixpdq-adapter/.classpath
branches/2.0.4-development/openempi/ear/pom.xml
branches/2.0.4-development/openempi/webapp-server/pom.xml
branches/2.0.4-development/openempi/webapp-server/.classpath
Diffs:
------
Index: branches/2.0.4-development/openempi/webapp-server/.classpath
===================================================================
--- branches/2.0.4-development/openempi/webapp-server/.classpath
(revision 60)
+++ branches/2.0.4-development/openempi/webapp-server/.classpath
(revision 61)
@@ -4,8 +4,8 @@
<classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes"
path="src/test/java"/>
<classpathentry kind="src" path="src/test/resources"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src"
path="/openempi-core"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>
Index: branches/2.0.4-development/openempi/webapp-server/pom.xml
===================================================================
--- branches/2.0.4-development/openempi/webapp-server/pom.xml (revision 60)
+++ branches/2.0.4-development/openempi/webapp-server/pom.xml (revision 61)
@@ -46,9 +46,14 @@
<dependency>
<groupId>org.openhie.openempi</groupId>
<artifactId>openempi-core</artifactId>
- <version>${pom.parent.version}</version>
- </dependency>
+ <version>${release.version}</version>
+ </dependency>
<dependency>
+ <groupId>org.openhie.openempi</groupId>
+ <artifactId>openempi-openpixpdq-adapter</artifactId>
+ <version>${release.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring.version}</version>
Index: branches/2.0.4-development/openempi/pixpdq-adapter/.classpath
===================================================================
--- branches/2.0.4-development/openempi/pixpdq-adapter/.classpath
(revision 60)
+++ branches/2.0.4-development/openempi/pixpdq-adapter/.classpath
(revision 61)
@@ -6,6 +6,5 @@
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/OpenPIXPDQ"/>
<classpathentry kind="output" path="target/test-classes"/>
</classpath>
Index: branches/2.0.4-development/openempi/ear/pom.xml
===================================================================
--- branches/2.0.4-development/openempi/ear/pom.xml (revision 60)
+++ branches/2.0.4-development/openempi/ear/pom.xml (revision 61)
@@ -31,12 +31,14 @@
<version>${release.version}</version>
<type>ejb</type>
</dependency>
+<!--
<dependency>
<groupId>org.openhie.openempi</groupId>
<artifactId>openempi-webapp</artifactId>
<version>${release.version}</version>
<type>war</type>
</dependency>
+ -->
<dependency>
<groupId>org.openhie.openempi</groupId>
<artifactId>openempi-webapp-web</artifactId>
@@ -63,12 +65,14 @@
<artifactId>openempi-ejb</artifactId>
<bundleDir>/</bundleDir>
</ejbModule>
+<!--
<webModule>
<groupId>org.openhie.openempi</groupId>
<artifactId>openempi-webapp</artifactId>
<bundleDir>/</bundleDir>
<contextRoot>openempi-webapp</contextRoot>
</webModule>
+ -->
<webModule>
<groupId>org.openhie.openempi</groupId>
<artifactId>openempi-webapp-web</artifactId>
Index: branches/2.0.4-development/openempi/webapp-web/gwtRun.cmd
===================================================================
--- branches/2.0.4-development/openempi/webapp-web/gwtRun.cmd (revision 60)
+++ branches/2.0.4-development/openempi/webapp-web/gwtRun.cmd (revision 61)
@@ -1,3 +1,3 @@
@echo off
-mvn -Dlog4j.debug=true -X -Dgwt.module=org.openempi.webapp.Application
gwt:run
+mvn -Dlog4j.debug=true -Dgwt.module=org.openempi.webapp.Application gwt:run
|
[openempi~source-repository:61] Minor updates. |
odysseas | 03/18/2010 |





