On Wed, Dec 22, 2010 at 2:25 PM,  <[email protected]> wrote:
> Branch: refs/heads/master

Rickard; You may have not changed the qi4j-extensions branch to 'develop'...

Here is a simple script to run above your repos to see which branch is
current in each;

#!/bin/sh

for REPO in `ls -d qi4j*` ; do
    cd $REPO
    echo "$REPO : \c"
    git branch | grep \*
    cd ..
done



> Home:   https://github.com/Qi4j/qi4j-extensions
>
> Commit: 57c8ff3ddb2d36ae48290ab712cd4adb8ca047db
>    
> https://github.com/Qi4j/qi4j-extensions/commit/57c8ff3ddb2d36ae48290ab712cd4adb8ca047db
> Author: Rickard Öberg <[email protected]>
> Date:   2010-12-21 (Tue, 21 Dec 2010)
>
> Changed paths:
>  M 
> entitystore-preferences/src/main/java/org/qi4j/entitystore/prefs/PreferencesEntityStoreMixin.java
>
> Log Message:
> -----------
> When reading booleans, the default value can be null
>
>
>
> _______________________________________________
> Qi4j-notify mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/qi4j-notify
>



-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I live here; http://tinyurl.com/3xugrbk
I work here; http://tinyurl.com/24svnvk
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to