[seam-commits] Seam SVN: r9446 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 27 13:59:40 EDT 2008


Author: dan.j.allen
Date: 2008-10-27 13:59:40 -0400 (Mon, 27 Oct 2008)
New Revision: 9446

Modified:
   trunk/seam-gen/build.xml
Log:
add filterset jdbc when copying idea project file


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-10-27 17:58:15 UTC (rev 9445)
+++ trunk/seam-gen/build.xml	2008-10-27 17:59:40 UTC (rev 9446)
@@ -784,6 +784,7 @@
         <copy tofile="${project.home}/${project.name}.ipr"
                 file="${templates.dir}/ide-project-files/idea/project.ipr">
             <filterset refid="project"/>
+            <filterset refid="jdbc"/>
         </copy>
         <copy tofile="${project.home}/${project.name}.iml"
                 file="${templates.dir}/ide-project-files/idea/module.iml">




More information about the seam-commits mailing list