yuchen931201 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

look over parameter names and expressions #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Parameter names and expressions need to be consistent and easily
understandable.

Original issue reported on code.google.com by hugo.josefson.old@gmail.com on 7 Jun 2009 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 7 Jun 2009 at 9:45

GoogleCodeExporter commented 9 years ago
It's a ongoing thing on Maven Android Developers:
http://groups.google.com/group/maven-android-developers

Original comment by hugo.josefson.old@gmail.com on 14 Jun 2009 at 8:58

GoogleCodeExporter commented 9 years ago
Created a wiki page yesterday:
http://code.google.com/p/maven-android-plugin/wiki/Glossary

Original comment by hugo.josefson.old@gmail.com on 24 Jun 2009 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by hugo.josefson.old@gmail.com on 24 Jun 2009 at 2:29

GoogleCodeExporter commented 9 years ago
Have committed a good number of changes to master. Also updated Changelog with 
the 
changes:

http://code.google.com/p/maven-android-plugin/wiki/Changelog

Original comment by hugo.josefson.old@gmail.com on 25 Jun 2009 at 9:40

GoogleCodeExporter commented 9 years ago
Changed the (probably last things). See changes listed under version 
2.0.0-alpha9 in 
the Changelog.

Original comment by hugo.josefson.old@gmail.com on 11 Jul 2009 at 7:02

GoogleCodeExporter commented 9 years ago
Reopening this issue, because one more thing is needed:

<signWithDebugKeystore>true|false</signWithDebugKeystore>

should be changed into:

<sign>
    <debug>true|false|auto</debug>
</sign>

in preparation for:

<sign>
    <debug>true|false|auto</debug>
    <keystores>
        <keystore/>
    </keystores>
</sign>

Original comment by hugo.josefson.old@gmail.com on 11 Jul 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Renamed signWithDebugKeystore as mentioned above.

Original comment by hugo.josefson.old@gmail.com on 11 Jul 2009 at 9:39

GoogleCodeExporter commented 9 years ago
Released 2.0.0-alpha9. See the Changelog.

Original comment by hugo.josefson.old@gmail.com on 12 Jul 2009 at 8:57