]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated to support portlet integration.
authorMarc Englund <marc.englund@itmill.com>
Wed, 30 Apr 2008 08:05:49 +0000 (08:05 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 30 Apr 2008 08:05:49 +0000 (08:05 +0000)
Now also works on windows.

svn changeset:4295/svn branch:trunk

build/build.xml

index 4efe82a33775e372bfeb9a36082b2b4423ffd366..db8eecb7c3c0e632f2718fcebef5edc71af80797 100644 (file)
 
                <!-- Create result dir unless already exists -->
                <mkdir dir="${result-path}" />
-
                <!-- Find out which platform we are in -->
                <if>
-                       <equals arg1="${os.name}" arg2="Windows 2000, Windows XP" />
+                       <contains arg1="${os.name}" arg2="Windows" />
                        <then>
                                <property name="platform" value="windows" />
                        </then>
                        <pathelement path="lib/jetty/jetty-6.1.7.jar" />
                        <pathelement path="lib/jetty/jetty-util-6.1.7.jar" />
                        <pathelement path="lib/jetty/servlet-api-2.5-6.1.7.jar" />
+                       <pathelement path="lib/portlet/portal-kernel.jar" />\r
+                       <pathelement path="lib/portlet/portal-service.jar" />\r
+                       <pathelement path="lib/portlet/portlet.jar" />\r
                </path>
 
        </target>