You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2010/01/28 13:07:20 UTC

svn commit: r904053 - /james/hupa/trunk/.classpath

Author: manolo
Date: Thu Jan 28 12:07:20 2010
New Revision: 904053

URL: http://svn.apache.org/viewvc?rev=904053&view=rev
Log:
Setting output directory by default to war/WEB-INF to avoid google-pluging complaining about that

Modified:
    james/hupa/trunk/.classpath

Modified: james/hupa/trunk/.classpath
URL: http://svn.apache.org/viewvc/james/hupa/trunk/.classpath?rev=904053&r1=904052&r2=904053&view=diff
==============================================================================
--- james/hupa/trunk/.classpath (original)
+++ james/hupa/trunk/.classpath Thu Jan 28 12:07:20 2010
@@ -10,5 +10,5 @@
 	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="client/war/WEB-INF/classes"/>
+	<classpathentry kind="output" path="war/WEB-INF/classes"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org