SF3436143 remove Main-Class from manifest because there is no main class for this jar file
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
<property name="application.title" value="JACOB : Java COM Bridge" />
|
||||
<property name="application.vendor" value="http://jacob-project.sourceforge.net" />
|
||||
<property name="src.java.mainpackage" value="com.jacob" />
|
||||
<property name="java.class.main" value="com.jacob.com.Jacob" />
|
||||
<property name="generated.filename.dll.x86" value="jacob-${version}-x86.dll" />
|
||||
<property name="generated.filename.dll.x64" value="jacob-${version}-x64.dll" />
|
||||
<property name="generated.filename.jar" value="jacob.jar" />
|
||||
@@ -254,7 +253,6 @@
|
||||
<include name="META-INF/${generated.filename.version}" />
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}" />
|
||||
<attribute name="Main-Class" value="${java.class.main}"/>
|
||||
<section name="${src.java.mainpackage}">
|
||||
<attribute name="Specification-Title" value="${application.title}" />
|
||||
<attribute name="Specification-Vendor" value="${application.vendor}" />
|
||||
|
||||
@@ -16,15 +16,8 @@
|
||||
<td colspan="2"><b>Bugs</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">3412922</td>
|
||||
<td width="87%" valign="top">(M1)Fix for: When a DispatchEvent is created with a COM object, the COM object is never released totally, and the destructor function is never called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top"> </td>
|
||||
<td width="87%" valign="top"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><b>Patches</b></td>
|
||||
<td width="13%" valign="top">3436143</td>
|
||||
<td width="87%" valign="top">(M2)Remove Main-Class from MANIFEST because there is no main class entry point for this jar file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">3435567</td>
|
||||
@@ -46,6 +39,17 @@
|
||||
<td width="13%" valign="top"> </td>
|
||||
<td width="87%" valign="top">(M2)Variant.getString() now returns null for NULL or EMPTY Variants instead of throwing exception.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">3412922</td>
|
||||
<td width="87%" valign="top">(M1)Fix for: When a DispatchEvent is created with a COM object, the COM object is never released totally, and the destructor function is never called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top"> </td>
|
||||
<td width="87%" valign="top"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><b>Patches</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">3377279</td>
|
||||
<td width="87%" valign="top">(M1)Fix possible exception. Added initializing Variant used to retrieve
|
||||
|
||||
Reference in New Issue
Block a user