Skip to content

Commit

Permalink
Use constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Mar 5, 2011
1 parent 3ee7ad8 commit 45e3e1e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,6 +16,7 @@
*/
package com.jayway.maven.plugins.android;

import com.jayway.maven.plugins.android.common.AndroidExtension;
import org.apache.commons.jxpath.JXPathContext;
import org.apache.commons.jxpath.JXPathNotFoundException;
import org.apache.commons.jxpath.xml.DocumentContainer;
Expand Down Expand Up @@ -49,7 +50,7 @@ public abstract class AbstractAndroidMojo extends AbstractMojo {
public static final List<String> SUPPORTED_PACKAGING_TYPES = new ArrayList<String>();

static {
SUPPORTED_PACKAGING_TYPES.add("apk");
SUPPORTED_PACKAGING_TYPES.add(AndroidExtension.APK);
}

/**
Expand Down

0 comments on commit 45e3e1e

Please sign in to comment.