Skip to content

Commit

Permalink
Back out previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billtomczak committed Aug 31, 2021
1 parent f83597e commit 5f2acf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/projects/packager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@
<!-- Is the extension path set? -->
<property name="extension.path" value="${project.${extension}.path}"/>

<fail unless="${extension.path}">-
<echo message="${extension.path}" level="warning"/>

<fail unless="extension.path">-
Missing related extension property: project.${extension}.path
</fail>

Expand Down Expand Up @@ -177,7 +179,7 @@ Missing related extension property: project.${extension}.path

<!-- Is the include path set? -->
<property name="include.path" value="project.${include}.path"/>
<fail unless="${include.path}">-
<fail unless="include.path">-
Missing include property: ${include.path}
</fail>

Expand Down

0 comments on commit 5f2acf6

Please sign in to comment.