]> source.dussan.org Git - vaadin-framework.git/commitdiff
demo.testbench should not anymore be included within JAR.
authorJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 14:43:38 +0000 (14:43 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 14:43:38 +0000 (14:43 +0000)
svn changeset:2976/svn branch:trunk

build/build.xml

index 1f44f97414614aac2f4bd1d9bf968ac162845ecb..b21e79e27e53e40ca9e997087d8d22cf3bf13e4c 100644 (file)
@@ -61,7 +61,7 @@
                </exec>
                <exec executable="ln" failonerror="false">
                        <arg line="-s" />
-                       <arg line="${basedir}/build/gwt/gwt" />
+                       <arg line="${basedir}/build/gwt/${package-platform}" />
                        <arg line="${output-dir}/gwt" />
                </exec>
        </target>
                                <exclude name="WEB-INF/web.xml" />
                                <exclude name="ITMILL/widgetsets/**" />
                                <exclude name="WEB-INF/lib/commons-fileupload-custom.jar" />
-                               <!-- TODO check that tests* are not added -->
                                <exclude name="ITMILL/themes/test*/**" />
                                <exclude name="WEB-INF/classes/**" />
                        </fileset>
                <jar jarfile="${output-dir}/lib/${lib-jar-name}" compress="true">
                        <fileset dir="${result-path}/classes">
                                <patternset>
-                                       <exclude name="${toolkit-package}/demo/**" />
-                                       <exclude name="${toolkit-package}/launcher/**" />
+                                       <exclude name="${toolkit-package}/demo/**/*" />
+                                       <exclude name="${toolkit-package}/launcher/**/*" />
                                </patternset>
                        </fileset>
                        <!-- fileupload, see build/external/fileupload/build.xml -->