Author: allee8285
Date: Mon Feb 27 21:56:51 2012
New Revision: 1294352
URL: http://svn.apache.org/viewvc?rev=1294352&view=rev
Log:
OPENJPA-2145 Assemble asm-3.2.jar into binary zip file for distribution.
Modified:
openjpa/branches/2.2.x/openjpa-project/assembly.xml
openjpa/trunk/openjpa-project/assembly.xml
Modified: openjpa/branches/2.2.x/openjpa-project/assembly.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-project/assembly.xml?rev=1294352&r1=1294351&r2=1294352&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-project/assembly.xml (original)
+++ openjpa/branches/2.2.x/openjpa-project/assembly.xml Mon Feb 27 21:56:51 2012
@@ -145,6 +145,7 @@
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
<include>org.apache.bval:org.apache.bval.bundle</include>
<include>commons-beanutils:commons-beanutils</include>
+ <include>asm:asm</include>
</includes>
</dependencySet>
</dependencySets>
Modified: openjpa/trunk/openjpa-project/assembly.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=1294352&r1=1294351&r2=1294352&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Mon Feb 27 21:56:51 2012
@@ -145,6 +145,7 @@
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
<include>org.apache.bval:org.apache.bval.bundle</include>
<include>commons-beanutils:commons-beanutils</include>
+ <include>asm:asm</include>
</includes>
</dependencySet>
</dependencySets>