Navigation Menu

Skip to content

Commit

Permalink
easier run of customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 15, 2013
1 parent 0b7a409 commit 73b2eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion enough-polish-sample-localization/build.xml
Expand Up @@ -142,7 +142,7 @@
<delete dir="dist"/>
</target>

<target name="emulator" depends="test,j2mepolish" />
<target name="emulator" depends="test,j2mepolish" description="launches the emulator after building." />

<target name="cleanbuild" depends="clean,j2mepolish" />

Expand All @@ -156,6 +156,7 @@
depends="enableBarbie, j2mepolish"
/>

<target name="emulatorBarbie" depends="test,enableBarbie,j2mepolish" description="launches the emulator after building with the barbie customization." />

<target name="enableFrogger">
<property name="customization" value="Frogger" />
Expand All @@ -167,6 +168,7 @@
depends="enableFrogger, j2mepolish"
/>

<target name="emulatorFrogger" depends="test,enableFrogger,j2mepolish" description="launches the emulator after building with the frogger customization." />

<target name="enableAnimations">
<property name="customization" value="Animations" />
Expand All @@ -179,6 +181,8 @@
depends="enableAnimations, j2mepolish"
/>

<target name="emulatorAnimations" depends="test,enableAnimations,j2mepolish" description="launches the emulator after building with the animations customization." />

<target
name="build-all"
description="Builds your application in all customizations."
Expand Down
Expand Up @@ -62,6 +62,7 @@ title {
*/
.mainCommand:hover {
font-color: #ccc;
background-type: simple; /* need to explicitely state this as we are overriding a patch background from the base polish.css file */
background-color: #ddd;
background-color-animation {
on: focus;
Expand Down

0 comments on commit 73b2eca

Please sign in to comment.