enPump keyword

It took some time, but I think that I was able to modify a copy of the eqPump parsing code and the methods located in CardFactroy.java. So, I have a working copy of an enPump keyword ready to go … except …
When I attempt to cast my test card:
I get a "Choose" window. One choice is for the "Enchant creature" keyword and the other is for "enPump" keyword. I do not know how to address this situation.
I guess that I could merge in my code and just not add in any enPump keyword cards at this time. What should I do?
When I attempt to cast my test card:
- Enchant Aura Test
2
Enchantment Aura
Enchanted creature gets +3/+0 and has first strike, changeling, deathtouch, exalted, flanking and haste.
enPump:+3/+0/First Strike & Changeling & Deathtouch & Exalted & Flanking & Haste
Enchant creature
I get a "Choose" window. One choice is for the "Enchant creature" keyword and the other is for "enPump" keyword. I do not know how to address this situation.
I guess that I could merge in my code and just not add in any enPump keyword cards at this time. What should I do?