Revision 772ab4b9

b/web_client/build.xml
29 29
    <property name="gwt-gears.filename" value="gwt-gears-${gwt-gears.version}.zip"/>
30 30
    <property name="gwt-gears.download.url" value="http://gwt-google-apis.googlecode.com/files/${gwt-gears.filename}"/>
31 31

  
32
    <property name="gwt-incubator.filename" value="gwt-incubator-20101117-r1766.jar"/>
33
    <property name="gwt-incubator.download.url" value="http://google-web-toolkit-incubator.googlecode.com/files/gwt-incubator-20101117-r1766.jar"/>
34
    <property name="gwt-visualization.home" value="${deps.dir}/gwt-visualization-1.1.0" />
35
    <property name="gwt-visualization.filename" value="gwt-visualization-1.1.0.zip"/>
36
    <property name="gwt-visualization.download.url" value="http://gwt-google-apis.googlecode.com/files/${gwt-visualization.filename}"/>
37

  
38 32
    <property name="gwtquery.filename" value="gwtquery-1.0.0-20110116.074055-7.jar"/>
39 33
    <property name="gwtquery.download.url" value="http://gss.googlecode.com/hg/lib/${gwtquery.filename}?r=0473a2c1bc32c9426423f8ca3b688a29ce30216b"/>
40 34
    <property name="gwtquery-draggable-plugin.filename" value="draggable-plugin-1.0.2.jar"/>
41 35
    <property name="gwtquery-draggable-plugin.download.url" value="http://gss.googlecode.com/hg/lib/${gwtquery-draggable-plugin.filename}?r=0634eeeeaaad1b9bfb7a8e809bfc9e9545d208e2"/>
42 36
    <property name="gwtquery-droppable-plugin.filename" value="droppable-plugin-1.0.2.jar"/>
43 37
    <property name="gwtquery-droppable-plugin.download.url" value="http://gss.googlecode.com/hg/lib/${gwtquery-droppable-plugin.filename}?r=c8bca56a1c4ab780ac0d0cc72a2b40b60d7ca4f7"/>
44
    <property name="gwtquery-commonui-plugin.filename" value="commonui-plugin-1.0.3.jar"/>
45
    <property name="gwtquery-commonui-plugin.download.url" value="http://gss.googlecode.com/hg/lib/${gwtquery-commonui-plugin.filename}?r=0473a2c1bc32c9426423f8ca3b688a29ce30216b"/>
46 38

  
47 39
    <property name="root.context" value="gss" />
48 40
    <property name="gwt.module.class" value="GSS" />
......
77 69
                <available file="${deps.dir}/${gwtquery.filename}"/>
78 70
                <available file="${deps.dir}/${gwtquery-draggable-plugin.filename}"/>
79 71
                <available file="${deps.dir}/${gwtquery-droppable-plugin.filename}"/>
80
                <available file="${deps.dir}/${gwtquery-commonui-plugin.filename}"/>
81
                <available file="${deps.dir}/${gwt-incubator.filename}"/>
82
                <available file="${deps.dir}/${gwt-visualization.filename}"/>
83 72
            </and>
84 73
        </condition>
85 74
        <echo message="dependencies.present=${dependencies.present}"/>
......
89 78
    	<mkdir dir="${deps.dir}"/>
90 79
        <get src="${gwt.download.url}" dest="${deps.dir}/${gwt.filename}" usetimestamp="true"/>
91 80
        <get src="${gwt-gears.download.url}" dest="${deps.dir}/${gwt-gears.filename}" usetimestamp="true"/>
92
        <get src="${gwt-incubator.download.url}" dest="${deps.dir}/${gwt-incubator.filename}"/>
93
        <get src="${gwt-visualization.download.url}" dest="${deps.dir}/${gwt-visualization.filename}"/>
94 81
        <get src="${gwtquery.download.url}" dest="${deps.dir}/${gwtquery.filename}" usetimestamp="true"/>
95 82
        <get src="${gwtquery-draggable-plugin.download.url}" dest="${deps.dir}/${gwtquery-draggable-plugin.filename}" usetimestamp="true"/>
96 83
        <get src="${gwtquery-droppable-plugin.download.url}" dest="${deps.dir}/${gwtquery-droppable-plugin.filename}" usetimestamp="true"/>
97
        <get src="${gwtquery-commonui-plugin.download.url}" dest="${deps.dir}/${gwtquery-commonui-plugin.filename}" usetimestamp="true"/>
98 84
    	<unzip src="${deps.dir}/${gwt.filename}" dest="${gwt.home}/.."/>
99 85
        <unzip src="${deps.dir}/${gwt-gears.filename}" dest="${gwt-gears.home}/.."/>
100
        <unzip src="${deps.dir}/${gwt-visualization.filename}" dest="${gwt-visualization.home}/.."/>
101 86
    </target>
102 87

  
103 88
	<target name="check-gwt-compile" description="Checks is the web gwt client sources are up-to-date with the compiled artifacts">
......
122 107
                <pathelement location="${deps.dir}/${gwtquery.filename}"/>
123 108
                <pathelement location="${deps.dir}/${gwtquery-droppable-plugin.filename}"/>
124 109
                <pathelement location="${deps.dir}/${gwtquery-draggable-plugin.filename}"/>
125
                <pathelement location="${deps.dir}/${gwtquery-commonui-plugin.filename}"/>
126 110
                <pathelement location="${gwt-gears.home}/gwt-gears.jar"/>
127 111
                <pathelement path="${gwt.home}/gwt-user.jar" />
128 112
				<path refid="project.class.path"/>
......
156 140
                <pathelement location="${deps.dir}/${gwtquery.filename}"/>
157 141
                <pathelement location="${deps.dir}/${gwtquery-draggable-plugin.filename}"/>
158 142
                <pathelement location="${deps.dir}/${gwtquery-droppable-plugin.filename}"/>
159
                <pathelement location="${deps.dir}/${gwtquery-commonui-plugin.filename}"/>
160 143
                <pathelement location="${gwt-gears.home}/gwt-gears.jar"/>
161 144
                <pathelement path="${gwt.home}/gwt-user.jar" />
162 145
                <path refid="project.class.path"/>

Also available in: Unified diff