Revision: 5857
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5857&view=rev
Author: manningr
Date: 2010-08-31 01:49:46 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
Fixed upload directory path mistake.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/batch.txt
Modified: trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/batch.txt
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/batch.txt 2010-08-31 01:00:50 UTC (rev 5856)
+++ trunk/sql12/installer/squirrelsql-other-installer/src/main/resources/batch.txt 2010-08-31 01:49:46 UTC (rev 5857)
@@ -4,8 +4,9 @@
put target/squirrel-sql-${squirrelsql.version}-base.tar.gz
put target/squirrel-sql-${squirrelsql.version}-standard.tar.gz
put target/squirrel-sql-${squirrelsql.version}-optional.tar.gz
+cd ${file.release.path}
mkdir ${squirrelsql.version}
-cd ../${squirrelsql.version}
+cd ${squirrelsql.version}
put target/${project.build.finalName}-standard.jar ${upload-server-path}
put target/rpm/squirrelsql-other-installer/RPMS/noarch/squirrelsql-other-installer-${squirrelsql.rpm.version}-1.noarch.rpm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|