[java-parent-projects COMMIT] /java-parent-project-v3/trunk/bin/create-project-common.sh

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 7 20:49:00 EST 2014


Author: tzeller
Date: Fri Feb  7 20:49:00 2014
New Revision: 222

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=222&view=rev
Log:
Fix typo in location of Maven assembly descriptor.

Modified:
    java-parent-project-v3/trunk/bin/create-project-common.sh

Modified: java-parent-project-v3/trunk/bin/create-project-common.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/bin/create-project-common.sh?rev=222&r1=221&r2=222&view=diff
==============================================================================
--- java-parent-project-v3/trunk/bin/create-project-common.sh (original)
+++ java-parent-project-v3/trunk/bin/create-project-common.sh Fri Feb  7 20:49:00 2014
@@ -86,7 +86,7 @@
     $MKDIR -p "$1/src/main/assembly"
     check_retval $? "Unable to create src/main/assembly directory"
 
-    download_file "$PARENT_PROJ_URL/resource/maven/assembly-bin.xml" "$1/src/main/assembly/bin.xml"
+    download_file "$PARENT_PROJ_URL/resources/maven/assembly-bin.xml" "$1/src/main/assembly/bin.xml"
 }
 
 # Creates the doc directory with an empty RELEASE-NOTES.txt file and Apache 2 license



More information about the commits mailing list