Skip to content

Commit

Permalink
Changing to **/.git
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeck committed Feb 18, 2011
1 parent 5fb4735 commit 37aad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -339,7 +339,7 @@ http://bugs.adobe.com/jira/browse/SDK-20449

<!-- Package it all into a zip with appropriate name. -->
<delete file="${rootDir}/PushButtonEngine-b${env.BUILD_NUMBER}.zip" quiet="false"/>
<zip destfile="${rootDir}/PushButtonEngine-b${env.BUILD_NUMBER}.zip" basedir="${rootDir}" excludes=".git,*svn*,PushButtonEngine-b*.zip,build/build.properties,*/build/testrun*,builds"/>
<zip destfile="${rootDir}/PushButtonEngine-b${env.BUILD_NUMBER}.zip" basedir="${rootDir}" excludes="**/.git,*svn*,PushButtonEngine-b*.zip,build/build.properties,*/build/testrun*,builds"/>
</target>

<target name="buildSWF" description="Build a SWF for a project given a few properties. Used by per-project Ant files.">
Expand Down

0 comments on commit 37aad06

Please sign in to comment.