Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8676c3f4a1076240f215a106f337f4c9937f13da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package org.eclipse.jst.ws.internal.axis.creation.ui.task;

import org.eclipse.jst.ws.internal.axis.consumption.ui.task.CheckAxisDeploymentDescriptorsTask;

public class BUCheckAxisDeploymentDescriptors extends CheckAxisDeploymentDescriptorsTask 
{
  public BUCheckAxisDeploymentDescriptors(String moduleName) 
  {
	super(moduleName);
  }
}

Back to the top