Skip to content

Commit

Permalink
Code to prepare for upload to github
Browse files Browse the repository at this point in the history
git-svn-id: http://open-airplay.googlecode.com/svn/trunk/AirShow@62 26e2fe71-db3c-08a6-ee4f-dc35f22b2217
  • Loading branch information
[email protected] committed Oct 30, 2014
1 parent 3d19374 commit d9cc79e
Show file tree
Hide file tree
Showing 21 changed files with 256 additions and 74 deletions.
18 changes: 16 additions & 2 deletions AirShow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:limegreen="http://code.google.com/p/limegreen">
<id>http://jameslow.com/work/airshow/</id>
<title>AirShow AutoUpdate</title>
<link href="http://open-airplay.googlecode.com/files/AirShow.xml" rel="self"/>
<link href="https://raw.githubusercontent.com/jamesdlow/airshow/master//AirShow.xml" rel="self"/>
<link href="http://jameslow.com/work/airshow/"/>
<author>
<name>Limegreen AutoUpdate Generator</name>
</author>
<updated>2012-01-04T17:26:15+08:00</updated>
<updated>2014-10-30T19:18:19+00:00</updated>
<entry>
<id>http://jameslow.com/work/airshow/?limegreenbuild=80</id>
<title>AirShow 0.1 (build 80)</title>
Expand Down Expand Up @@ -51,4 +51,18 @@ Add about image</content>
<link href="http://open-airplay.googlecode.com/files/AirShow-0.3.dmg" length="1113305" rel="enclosure" title="AirShow Mac Disk Image" type="application/octet-stream"/>
<content>Optimise image scaling for 720p</content>
</entry>
<entry>
<id>http://jameslow.com/work/airshow/?limegreenbuild=94</id>
<title>AirShow 0.4 (build 94)</title>
<limegreen:build>94</limegreen:build>
<limegreen:version>0.4</limegreen:version>
<limegreen:experimental>false</limegreen:experimental>
<updated>2014-10-30T19:18:19+00:00</updated>
<link href="http://jameslow.com/work/airshow/?limegreenbuild=94"/>
<link href="http://github.com/jamesdlow/airshow/releases/download/0.4//AirShow-win-0.4.zip" length="1249382" rel="enclosure" title="AirShow Win Zip" type="application/zip"/>
<link href="http://github.com/jamesdlow/airshow/releases/download/0.4//AirShow-mac-0.4.zip" length="1068491" rel="enclosure" title="AirShow Mac Zip" type="application/zip"/>
<link href="http://github.com/jamesdlow/airshow/releases/download/0.4//AirShow-other-0.4.zip" length="970350" rel="enclosure" title="AirShow Other Zip" type="application/zip"/>
<link href="http://github.com/jamesdlow/airshow/releases/download/0.4//AirShow-0.4.dmg" length="1105656" rel="enclosure" title="AirShow Mac Disk Image" type="application/octet-stream"/>
<content>New version now hosted in github</content>
</entry>
</feed>
21 changes: 13 additions & 8 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
#Build Number for ANT. Do not edit!
#Wed Jan 04 17:26:04 HKT 2012
#Thu Oct 30 19:18:00 GMT 2014
sourceforge.project=
autoupdate.applinkbase=http\://open-airplay.googlecode.com/files
autoupdate.applinkbase=
application.osx.icon=AirShow.icns
autoupdate.xmllinkbase=
autoupdate.type=source
autoupdate.apppage=http\://jameslow.com/work/airshow/
build.number=92
build.number=95
autoupdate.enable=true
ftp.dir=
application.name=AirShow
build.date=2012/01/04 17\:26
build.date=2014/10/30 19\:18
github.repouser=jamesdlow
build.exewrapper=Autodownload Wrapper
main.class=com.jameslow.airshow.AirShow
ftp.port=21
application.win.icon=AirShow.ico
autoupdate.usegoogle=true
build.jvm=1.5
build.version=0.3
ftp.server=
build.version=0.4
google.project=
ftp.source=false
google.project=open-airplay
ftp.server=
onejar.use=true
jsmooth.initheap=50331648
autoupdate.uploadsource=false
jsmooth.maxheap=67108864
aws.s3=
github.repo=airshow
build.doversion=true
Loading

0 comments on commit d9cc79e

Please sign in to comment.