Add "midnight" theme to the installer manifest; bump to -14.
This commit is contained in:
@ -347,6 +347,10 @@
|
|||||||
<copy todir="pkg-temp/docs/themes/console/light/" >
|
<copy todir="pkg-temp/docs/themes/console/light/" >
|
||||||
<fileset dir="installer/resources/themes/console/light/" />
|
<fileset dir="installer/resources/themes/console/light/" />
|
||||||
</copy>
|
</copy>
|
||||||
|
<!-- Add midnight theme -->
|
||||||
|
<copy todir="pkg-temp/docs/themes/console/midnight/" >
|
||||||
|
<fileset dir="installer/resources/themes/console/midnight/" />
|
||||||
|
</copy>
|
||||||
<!-- Add shared images.. these are subject to flux and change! -->
|
<!-- Add shared images.. these are subject to flux and change! -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/images/" >
|
<copy todir="pkg-temp/docs/themes/console/images/" >
|
||||||
<fileset dir="installer/resources/themes/console/images/" />
|
<fileset dir="installer/resources/themes/console/images/" />
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-09
|
||||||
|
* New midnight blue lightweight theme; supports IE and provisions its own console_big.css
|
||||||
|
* Streamlining and honing of console_big.css
|
||||||
|
|
||||||
2009-11-08 zzz
|
2009-11-08 zzz
|
||||||
* Console:
|
* Console:
|
||||||
- countries.txt: Convert to mixed case, include in update
|
- countries.txt: Convert to mixed case, include in update
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 13;
|
public final static long BUILD = 14;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user