Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 34 Number of classfiles: 46

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/CopyDeploymentFileCommand.java
1. WARNING: UnusedImport

The import org.eclipse.jst.ws.internal.plugin.WebServicePlugin is never used

CopyDeploymentFileCommand.java:

34: import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/task/BackupSkelImplCommand.java
1. WARNING: UnusedImport

The import org.eclipse.jst.ws.internal.plugin.WebServicePlugin is never used

BackupSkelImplCommand.java:

44: import org.eclipse.jst.ws.internal.plugin.WebServicePlugin;