You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by an...@apache.org on 2009/08/23 20:43:52 UTC

svn commit: r807000 - /incubator/ace/trunk/webui/.classpath

Author: angelos
Date: Sun Aug 23 18:43:52 2009
New Revision: 807000

URL: http://svn.apache.org/viewvc?rev=807000&view=rev
Log:
Added the GWT jar to the webui .classpath, so Eclipse plays nice with it.

Modified:
    incubator/ace/trunk/webui/.classpath

Modified: incubator/ace/trunk/webui/.classpath
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/webui/.classpath?rev=807000&r1=806999&r2=807000&view=diff
==============================================================================
--- incubator/ace/trunk/webui/.classpath (original)
+++ incubator/ace/trunk/webui/.classpath Sun Aug 23 18:43:52 2009
@@ -6,5 +6,6 @@
 	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
+	<classpathentry kind="lib" path="lib/gwt/gwt-user.jar"/>
 	<classpathentry kind="output" path="war/WEB-INF/classes"/>
 </classpath>