Commit d172490d authored by Jerin Jacob's avatar Jerin Jacob Committed by Jeffrey Schiller

Update build.xml

A '=' sign was missing in the comment which makes a little confusion for beginners.
parent 837b3c83
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<copy toFile="${public.deps.dir}/CommonVersion.jar" file="${build.dir}/common/CommonVersion.jar" /> <copy toFile="${public.deps.dir}/CommonVersion.jar" file="${build.dir}/common/CommonVersion.jar" />
<!-- Add extension libraries here --> <!-- Add extension libraries here -->
<!-- Example: <copy toFile"${public.deps.dir}/my-dependency.jar" file="${lib.dir}/my-dependency/my-dependency-1.0.0.jar" /> --> <!-- Example: <copy toFile="${public.deps.dir}/my-dependency.jar" file="${lib.dir}/my-dependency/my-dependency-1.0.0.jar" /> -->
<!-- Remember to include my-dependency.jar in the @UsesLibraries annotation in the extension --> <!-- Remember to include my-dependency.jar in the @UsesLibraries annotation in the extension -->
</target> </target>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment