Skip to content

Commit

Permalink
Merge branch 'master' of github.com:opengeo/suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ischneider committed Dec 7, 2011
2 parents 1797909 + 4860666 commit 213b67b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assembly/build.xml
Expand Up @@ -16,10 +16,10 @@
<unzip src="gdal-win.zip" dest="gdal-win" overwrite="false"/>

<!-- Windows PostgreSQL / PostGIS -->
<!-- http://downloads.enterprisedb.com/postgresql/postgresql-8.4.3-1-windows-binaries.zip -->
<!-- http://downloads.enterprisedb.com/postgresql/postgresql-8.4.9-1-windows-binaries.zip -->
<!-- Windows assembly combines PostGIS binaries with PgSQL binaries at assembly time -->
<get src="${data}/postgresql-8.4.5-1-windows-binaries.zip" dest="postgres-win.zip" usetimestamp="yes" />
<get src="${data}/pgsql-postgis-1.5.2-2-win.zip" dest="postgis-win.zip" usetimestamp="yes"/>
<get src="${data}/postgresql-8.4.9-1-windows-binaries.zip" dest="postgres-win.zip" usetimestamp="yes" />
<get src="${data}/pgsql-postgis-1.5.3-1-win.zip" dest="postgis-win.zip" usetimestamp="yes"/>
<delete dir="postgres-win"/>
<unzip src="postgres-win.zip" dest="postgres-win" overwrite="false"/>
<unzip src="postgis-win.zip" dest="postgres-win/pgsql" overwrite="true"/>
Expand Down
6 changes: 3 additions & 3 deletions build/osx/shp2pgsql-ige-mac-bundle/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>pgShapeLoader</string>
<key>CFBundleGetInfoString</key>
<string>(C) 2010 OpenGeo and others</string>
<string>(C) 2011 OpenGeo and others</string>
<key>CFBundleIconFile</key>
<string>pgShapeLoader.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -21,13 +21,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.16.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2010, OpenGeo, GNU General Public License.</string>
<string>Copyright 2011, OpenGeo, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.4</string>
</dict>
Expand Down

0 comments on commit 213b67b

Please sign in to comment.