|
|
@@ -73,6 +73,14 @@ public class JbossDeploymentTool extends GenericDeploymentTool { |
|
|
/** Instance variable that stores the suffix for the jboss jarfile. */ |
|
|
/** Instance variable that stores the suffix for the jboss jarfile. */ |
|
|
private String jarSuffix = ".jar"; |
|
|
private String jarSuffix = ".jar"; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Setter used to store the suffix for the generated JBoss jar file. |
|
|
|
|
|
* @param inString the string to use as the suffix. |
|
|
|
|
|
*/ |
|
|
|
|
|
public void setSuffix(String inString) { |
|
|
|
|
|
jarSuffix = inString; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Add any vendor specific files which should be included in the |
|
|
* Add any vendor specific files which should be included in the |
|
|
* EJB Jar. |
|
|
* EJB Jar. |
|
|
|