added @since tags
diff --git a/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/IEvaluationContext.java b/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/IEvaluationContext.java
index fdec6e9..6f61727 100644
--- a/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/IEvaluationContext.java
+++ b/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/IEvaluationContext.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2004 IBM Corporation and others.
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -50,8 +50,8 @@
 	 * attribute <code>forcePluginActivation</code> set to <code>
 	 * true</code> as well.
 	 * 
-	 * @param value whether this evaluation context allows plug-in
-	 *  activation
+	 * @param value whether this evaluation context allows plug-in activation
+	 * @since 3.2
 	 */
 	public void setAllowPluginActivation(boolean value);
 	
@@ -60,6 +60,7 @@
 	 * activation.
 	 * 
 	 * @return whether plug-in activation is supported or not
+	 * @since 3.2
 	 */
 	public boolean getAllowPluginActivation();
 	
diff --git a/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/PropertyTester.java b/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/PropertyTester.java
index 708b35b..0f2a23c 100644
--- a/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/PropertyTester.java
+++ b/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/PropertyTester.java
@@ -98,6 +98,7 @@
 	 * this method.
 	 * 
 	 * @throws CoreException if the plugin can't be activated
+	 * @since 3.2
 	 */
 	public final void internalActivateDeclaringPlugin() throws CoreException {
 		String pluginName= fConfigElement.getContributor().getName();