Skip to content

Commit

Permalink
Set project name in CI Ant script
Browse files Browse the repository at this point in the history
Summary: This is a follow-up for 8784190.

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D2365
  • Loading branch information
dereckson committed Oct 12, 2020
1 parent 7cc1493 commit 310174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="name-of-project" default="full-build">
<project name="notifications" default="full-build">
<!-- By default, we assume all tools to be on the $PATH -->
<property name="composer" value="composer"/>
<property name="pdepend" value="pdepend"/>
Expand Down

0 comments on commit 310174e

Please sign in to comment.