Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Lindberg2009-04-16 11:50:21 +0000
committerHenrik Lindberg2009-04-16 11:50:21 +0000
commit2f965697798f1ae69e1fd8ad1f9ae9e22d922cea (patch)
tree172388e5e92755e0a5539bc18f5f92be92be6d95 /bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java
parente839afe3059e99a9de5ee5db5615de74e75690a5 (diff)
downloadrt.equinox.p2-2f965697798f1ae69e1fd8ad1f9ae9e22d922cea.tar.gz
rt.equinox.p2-2f965697798f1ae69e1fd8ad1f9ae9e22d922cea.tar.xz
rt.equinox.p2-2f965697798f1ae69e1fd8ad1f9ae9e22d922cea.zip
Bug 272482 [touchpoint] chmod touchpoint action should report "file not found" on non existing file
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java b/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java
index 23c432f6f..5e562121d 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/ActionConstants.java
@@ -20,4 +20,5 @@ public class ActionConstants {
public static final String PARM_COPY_TARGET = "target"; //$NON-NLS-1$
public static final String PARM_COPY_SOURCE = "source"; //$NON-NLS-1$
public static final String PARM_COPY_OVERWRITE = "overwrite"; //$NON-NLS-1$
+ public static final String PARM_OPTIONS = "options"; //$NON-NLS-1$
}

Back to the top