Skip to content

Commit 5fb4735

Browse files
committed
changing build to ignore .git altogether
1 parent 58fcc6e commit 5fb4735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ http://bugs.adobe.com/jira/browse/SDK-20449
339339

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

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

0 commit comments

Comments
 (0)