]> source.dussan.org Git - vaadin-framework.git/commitdiff
#5204 include demo portlets in demo package: copy portlet configuration to package...
authorHenri Sara <henri.sara@itmill.com>
Mon, 21 Jun 2010 12:30:45 +0000 (12:30 +0000)
committerHenri Sara <henri.sara@itmill.com>
Mon, 21 Jun 2010 12:30:45 +0000 (12:30 +0000)
svn changeset:13826/svn branch:6.4

build/build.xml

index b9456f01a47d3edc6ff5fc964f76ff4f3b91078a..9fbcb99c588e037a52e4e17d1337d0cdf9539e54 100644 (file)
             </fileset>
         </copy>
 
+        <!-- Add portlet configuration files from WebContent -->
+        <copy todir="${output-dir}/WebContent/WEB-INF">
+            <fileset dir="WebContent/WEB-INF">
+                <include name="liferay-*.xml" />
+                <include name="portlet.xml" />
+            </fileset>
+        </copy>
         <!-- Add package specific WebContent files from build/package/WebContent -->
         <copy todir="${output-dir}/WebContent">
             <fileset dir="build/package/WebContent">