Author: sohil.shah(a)jboss.com
Date: 2007-11-12 12:43:04 -0500 (Mon, 12 Nov 2007)
New Revision: 8885
Modified:
branches/UIServer/
branches/UIServer/build/build-thirdparty.xml
branches/UIServer/uiserver/build.xml
Log:
fixing build
Property changes on: branches/UIServer
___________________________________________________________________
Name: svn:ignore
- .project
.classpath
thirdparty
eclipseBin
myworkspace
bin
*.settings
miscellaneous
local-tests
tomcat
+ licenses
.settings
tomcat
.classpath
.project
Modified: branches/UIServer/build/build-thirdparty.xml
===================================================================
--- branches/UIServer/build/build-thirdparty.xml 2007-11-12 16:13:01 UTC (rev 8884)
+++ branches/UIServer/build/build-thirdparty.xml 2007-11-12 17:43:04 UTC (rev 8885)
@@ -117,6 +117,7 @@
<!-- patched jsf-portlet bridge -->
<componentref name="portals-bridges/jsf-portlet"
version="1.2-patched"/>
<componentref name="gwt" version="1.4.60"/>
+ <componentref name="mygwt" version="0.3.0"/>
</build>
<synchronizeinfo/>
Modified: branches/UIServer/uiserver/build.xml
===================================================================
--- branches/UIServer/uiserver/build.xml 2007-11-12 16:13:01 UTC (rev 8884)
+++ branches/UIServer/uiserver/build.xml 2007-11-12 17:43:04 UTC (rev 8885)
@@ -92,6 +92,7 @@
<path refid="apache.log4j.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="gwt.gwt.classpath"/>
+ <path refid="mygwt.mygwt.classpath"/>
<path refid="httpunit.httpunit.classpath"/>
</path>
@@ -235,8 +236,12 @@
</java>
-->
+ <path id="full.gwt.classpath">
+ <path refid="gwt.gwt.classpath"/>
+ <path refid="mygwt.mygwt.classpath"/>
+ </path>
<delete
dir="${build.resources}/portal-uiserver.war/org.jboss.portal.uiserver.ajax.Portal"/>
- <java classpathref="gwt.gwt.classpath" fork="true"
classname="com.google.gwt.dev.GWTCompiler">
+ <java classpathref="full.gwt.classpath" fork="true"
classname="com.google.gwt.dev.GWTCompiler">
<classpath>
<pathelement path="src/main"/>
<pathelement path="src/resources/client/ajax/src"/>