actual beta build
authorKonrad Rosenbaum <konrad@silmor.de>
Sat, 17 Aug 2013 11:31:09 +0000 (13:31 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Sat, 17 Aug 2013 11:31:09 +0000 (13:31 +0200)
magicsmoke.aurora

index 8f75199..55bad82 100644 (file)
@@ -1,8 +1,16 @@
 <AuroraInfo>
-        <!-- build/meta file: installDate==buildDate, it is changed during installation -->
-        <CurrentVersion buildDate="2013-01-21" installDate="2013-01-22" version="1.99beta" mrv="199-20130121"/>
+        <!-- Version Numbers
+          version="..." human readable (not used by program)
+          mrv="..." machine readable (ASCII sort-algo used for comparison)
+          
+          alphas:  2.00-a1 (2-major, 00-minor, a1- alpha patch)
+          betas:   2.00-b1 (2-major, 00-minor, b1- beta patch)
+          release: 2.11.33 (2-major, 11-minor, 33- patch)
+          hint: "-" is ASCII code 0x2d, "." is 0x2e
+        -->
+        <CurrentVersion version="2.0-beta1" mrv="2.00-b1"/>
         <!-- in the build/meta file this is a template for config, it is copied to the installation -->
-        <Settings baseurl="http://localhost/~konrad" indexfile="magicsmoke.xml" pollinterval="30" fulltargetdir="dist-*"/>
+        <Settings baseurl="http://www.daszauberschloss.de/shopclient" indexfile="magicsmoke.xml" pollinterval="1800" fulltargetdir="dist-*"/>
         
         <!-- this is the build file version: tell the system how to compile each distri
                 the name is changed to include the platform if you include a * at that position 
                                 magicsmoke
                                 gpg
                                 lib*.so*
-                                *.qm
                         </Files>
                 </Platform>
                 <Platform os="windows">
                         <Files>
                                 *.exe
-                                *.dll
-                        </Files>
-                </Platform>
-        </ArchiveSource>
-        <ArchiveSource name="msi18n-*.zip" buildbase="bin">
-                <Platform os="all" cpu="all">
-                        <Files>
-                                *.qm
-                        </Files>
-                </Platform>
-        </ArchiveSource>
-        <ArchiveSource name="distkeys.zip" buildbase="install-gpg" zipbase="aurora-gpg">
-                <Platform os="all" cpu="all">
-                        <Files>
-                                gpg.conf
-                                pubring.gpg
+                                elam.dll
+                                Aurora.dll
+                                QtTz*.dll
+                                QtZip*.dll
                         </Files>
                 </Platform>
         </ArchiveSource>
                         </Files>
                 </Platform>
         </ArchiveSource>
+        <ArchiveSource name="msi18n-*.zip" buildbase="src">
+                <Platform os="all" cpu="all">
+                        <Files>
+                                *.qm
+                        </Files>
+                </Platform>
+        </ArchiveSource>
+        <ArchiveSource name="distkeys.zip" buildbase="install-gpg" zipbase="aurora-gpg">
+                <Platform os="all" cpu="all">
+                        <Files>
+                                gpg.conf
+                                pubring.gpg
+                        </Files>
+                </Platform>
+        </ArchiveSource>
 </AuroraInfo>