svn commit: r15440 - trunk: . .settings

0 views
Skip to first unread message

adam...@dev.java.net

unread,
Jul 30, 2009, 4:45:17 PM7/30/09
to com...@mifos.dev.java.net
Author: adamfeuer
Date: 2009-07-30 20:45:15+0000
New Revision: 15440

Modified:
trunk/.classpath
trunk/.settings/org.eclipse.wst.common.component

Log:
changes to make running selenium acceptance tests in Eclipse:

* created a build src entry for the freemarker pages that outputs to the exploded war in the correct location.


Modified: trunk/.classpath
Url: https://mifos.dev.java.net/source/browse/mifos/trunk/.classpath?view=diff&rev=15440&p1=trunk/.classpath&p2=trunk/.classpath&r1=15439&r2=15440
==============================================================================
--- trunk/.classpath (original)
+++ trunk/.classpath 2009-07-30 20:45:15+0000
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="acceptanceTests/target/test-classes" path="acceptanceTests/src/test/java"/>
+ <classpathentry kind="src" output="application/target/mifos-webapp/WEB-INF/freemarker" path="userInterface/src/main/resources/org/mifos/ui/freemarker/core"/>
<classpathentry excluding="java/|resources/|webapp/pages/" including="sql/*" kind="src" path="application/src/main"/>
<classpathentry kind="src" path="application/src/main/java"/>
<classpathentry kind="src" path="application/src/main/resources"/>
@@ -9,7 +10,7 @@
<classpathentry kind="src" path="application/src/test/resources"/>
<classpathentry kind="src" output="common/target/test-classes" path="common/src/test/resources"/>
<classpathentry kind="src" output="common/target/test-classes" path="common/src/test/java"/>
- <classpathentry kind="src" path="userInterface/src/main/resources"/>
+ <classpathentry excluding="org/mifos/ui/freemarker/core/" kind="src" path="userInterface/src/main/resources"/>
<classpathentry kind="src" output="userInterface/target/test-classes" path="userInterface/src/test/java"/>
<classpathentry kind="src" path="userInterface/src/main/java"/>
<classpathentry kind="src" output="testFramework/target/test-classes" path="testFramework/src/test/java"/>

Modified: trunk/.settings/org.eclipse.wst.common.component
Url: https://mifos.dev.java.net/source/browse/mifos/trunk/.settings/org.eclipse.wst.common.component?view=diff&rev=15440&p1=trunk/.settings/org.eclipse.wst.common.component&p2=trunk/.settings/org.eclipse.wst.common.component&r1=15439&r2=15440
==============================================================================
--- trunk/.settings/org.eclipse.wst.common.component (original)
+++ trunk/.settings/org.eclipse.wst.common.component 2009-07-30 20:45:15+0000
@@ -19,5 +19,6 @@
<wb-resource deploy-path="/" source-path="/application/src/main/webapp/pages"/>
<wb-resource deploy-path="/" source-path="/application/src/test/java"/>
<wb-resource deploy-path="/" source-path="/application/src/test/resources"/>
+ <wb-resource deploy-path="/" source-path="/userInterface/src/main/resources/org/mifos/ui/freemarker/core"/>
</wb-module>
</project-modules>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-u...@mifos.dev.java.net
For additional commands, e-mail: commit...@mifos.dev.java.net

Reply all
Reply to author
Forward
0 new messages