Author: ggregory
Date: Fri Oct 5 19:59:01 2018
New Revision: 1842975
URL: http://svn.apache.org/viewvc?rev=1842975&view=rev
Log:
[BEANUTILS-512] Add Automatic-Module-Name entry to MANIFEST.MF.
Modified:
commons/proper/beanutils/trunk/build.xml
commons/proper/beanutils/trunk/src/changes/changes.xml
Modified: commons/proper/beanutils/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/build.xml?rev=1842975&r1=1842974&r2=1842975&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/build.xml (original)
+++ commons/proper/beanutils/trunk/build.xml Fri Oct 5 19:59:01 2018
@@ -239,6 +239,7 @@
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
<attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
<attribute name="X-Compile-Target-JDK" value="${compile.target}"/>
+ <attribute name="Automatic-Module-Name"
value="org.apache.commons.beanutils2"/>
</manifest>
<fileset dir="${build.home}/classes">
<include name="**/*.class"/>
Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1842975&r1=1842974&r2=1842975&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Fri Oct 5 19:59:01
2018
@@ -42,6 +42,9 @@
<action issue="BEANUTILS-505" dev="ggregory" type="update" due-to="Gary
Gregory">
Add missing serialVersionUID to Serializable classes.
</action>
+ <action issue="BEANUTILS-512" dev="ggregory" type="update" due-to="Gary
Gregory">
+ Add Automatic-Module-Name entry to MANIFEST.MF.
+ </action>
</release>
<release version="1.9.3" date="2016-09-21" description="Bug fix release,
now builds with Java 8">