remove ejb interface that's no longer use.
This commit is contained in:
parent
cf8eaf82c2
commit
7410f07c3a
|
@ -4,11 +4,9 @@ Bundle-Name: JasperReports
|
||||||
Bundle-SymbolicName: org.adempiere.JasperReports;singleton:=true
|
Bundle-SymbolicName: org.adempiere.JasperReports;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-ClassPath: JasperReports.jar
|
Bundle-ClassPath: JasperReports.jar
|
||||||
Export-Package: org.compiere.interfaces,
|
Export-Package: org.compiere.report,
|
||||||
org.compiere.report,
|
|
||||||
org.compiere.utils
|
org.compiere.utils
|
||||||
Require-Bundle: org.adempiere.base;bundle-version="1.0.0",
|
Require-Bundle: org.adempiere.base;bundle-version="1.0.0",
|
||||||
org.adempiere.JasperReportsTools;bundle-version="1.0.0",
|
org.adempiere.JasperReportsTools;bundle-version="1.0.0",
|
||||||
com.springsource.javax.ejb;bundle-version="3.0.0",
|
|
||||||
org.adempiere.tools;bundle-version="1.0.0"
|
org.adempiere.tools;bundle-version="1.0.0"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
/*
|
|
||||||
* Generated file - Do not edit!
|
|
||||||
*/
|
|
||||||
package org.compiere.interfaces;
|
|
||||||
|
|
||||||
import javax.ejb.Remote;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Remote interface for compiere/MD5.
|
|
||||||
*/
|
|
||||||
@Remote
|
|
||||||
public interface MD5
|
|
||||||
{
|
|
||||||
public final static String JNDI_NAME = "ejb/compiere/MD5";
|
|
||||||
|
|
||||||
public final static String EJB_NAME = "compiereMD5";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Business method
|
|
||||||
* @param Filename
|
|
||||||
* @return AbsolutePath on server */
|
|
||||||
public java.lang.String getFileAsolutePath( java.lang.String Filename );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Business method
|
|
||||||
* @param FileName
|
|
||||||
* @return hash base64 encoded */
|
|
||||||
public java.lang.String getFileMD5( java.lang.String FileName );
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue