Skip to content

Commit cbaef5f

Browse files
author
Hubert Plociniczak
committed
Added project name to the ant build script
1 parent c4d1c38 commit cbaef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<project default="build">
2+
<project name="RabbitMQ Java client" default="build">
33

44
<property file="build.properties"/>
55
<property file="config.properties"/>

0 commit comments

Comments
 (0)