Skip to content

Commit

Permalink
changing build to ignore .git altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeck committed Feb 18, 2011
1 parent 58fcc6e commit 5fb4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
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 5fb4735

Please sign in to comment.