Revision: 259
http://svn.sourceforge.net/cishell/?rev=259&view=rev
Author: huangb
Date: 2006-10-11 11:50:51 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
added option of having a src directory in executable projects
Modified Paths:
--------------
trunk/templates/org.cishell.templates.standalone.executable/build.xml
Modified: trunk/templates/org.cishell.templates.standalone.executable/build.xml
===================================================================
--- trunk/templates/org.cishell.templates.standalone.executable/build.xml 2006-10-08 15:11:57 UTC (rev 258)
+++ trunk/templates/org.cishell.templates.standalone.executable/build.xml 2006-10-11 18:50:51 UTC (rev 259)
@@ -38,6 +38,7 @@
<exclude name="l10n/**/*"/>
<exclude name="build/**/*"/>
<exclude name="lib/**/*"/>
+ <exclude name="src/**/*"/>
<exclude name="*"/>
</fileset>
</copy>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|