vmassol 2003/01/30 02:10:18
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchShortcut.java
Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant
GenericAntProvider.java
Log:
Simplified some @see tags (no need for FQN)
Revision Changes Path
1.31 +2 -2
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java
Index: CactusLaunchShortcut.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- CactusLaunchShortcut.java 22 Jan 2003 10:32:18 -0000 1.30
+++ CactusLaunchShortcut.java 30 Jan 2003 10:10:18 -0000 1.31
@@ -401,7 +401,7 @@
}
/**
- * @see org.eclipse.jdt.internal.junit.runner.ITestRunListener#testFailed(int,
java.lang.String, java.lang.String)
+ * @see ITestRunListener#testFailed (int, String, String)
*/
public void testFailed(int theStatus, String theTestName, String theTrace)
{
@@ -424,7 +424,7 @@
}
/**
- * @see
org.eclipse.jdt.internal.junit.runner.ITestRunListener#testReran(java.lang.String,
java.lang.String, int, java.lang.String)
+ * @see ITestRunListener#testReran(String, String, int, String)
*/
public void testReran(
String theTestClass,
1.11 +4 -4
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/GenericAntProvider.java
Index: GenericAntProvider.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/GenericAntProvider.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- GenericAntProvider.java 17 Jan 2003 15:22:28 -0000 1.10
+++ GenericAntProvider.java 30 Jan 2003 10:10:18 -0000 1.11
@@ -158,7 +158,7 @@
antArguments.add("-Dtarget.dir=" + theTargetDir);
}
/**
- * @see
org.apache.cactus.eclipse.containers.IContainerProvider#start(org.apache.cactus.eclipse.containers.ContainerInfo)
+ * @see IContainerProvider#start(ContainerInfo)
*/
public void start(ContainerInfo theContainerInfo, IProgressMonitor thePM)
throws CoreException
@@ -200,7 +200,7 @@
}
/**
- * @see
org.apache.cactus.eclipse.containers.IContainerProvider#deploy(java.lang.String,
java.net.URL, org.apache.cactus.eclipse.containers.Credential)
+ * @see IContainerProvider#deploy(String, URL, Credential)
*/
public void deploy(
String theContextPath,
@@ -219,7 +219,7 @@
}
/**
- * @see
org.apache.cactus.eclipse.containers.IContainerProvider#undeploy(java.lang.String,
org.apache.cactus.eclipse.containers.Credential)
+ * @see IContainerProvider#undeploy (String, Credential)
*/
public void undeploy(
String theContextPath,
@@ -232,7 +232,7 @@
}
/**
- * @see
org.apache.cactus.eclipse.containers.IContainerProvider#stop(org.apache.cactus.eclipse.containers.ContainerInfo)
+ * @see IContainerProvider#stop(ContainerInfo)
*/
public void stop(ContainerInfo theContainerInfo, IProgressMonitor thePM)
throws CoreException
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]