~ubuntu-branches/ubuntu/utopic/libasm4-java/utopic

« back to all changes in this revision

Viewing changes to test/build.xml

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2013-01-08 22:08:59 UTC
  • Revision ID: package-import@ubuntu.com-20130108220859-3n1oj2ns5m7cf0ub
Tags: 4.1-1
* Team upload.
* New package libasm4-java (ITP: #623950) based on libasm3-java packaging.
  ASM 4.x is need for Java 7 support (ie. for class format 51).
* d/control: Set Aditya Vaidya and myself as Uploaders.
* d/control: Import packaging in Alioth Git, so update Vcs-* headers.
* d/patches/remove-bnd.diff: Drop usage of BND to create OSGi metadata
  and use pre-generated MANIFEST from debian/osgi/.
* d/maven.rules: Replace poms version by "4.x".

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
  <!-- =====  BINARY COMPATIBILITY   ==== -->
214
214
  <!-- ================================== -->
215
215
  
216
 
  <target name="sigtest-setup">
 
216
  <!--<target name="sigtest-setup">
217
217
    <java classname="com.sun.tdk.signaturetest.Setup">
218
218
      <classpath>
219
219
        <pathelement location="${test}/lib/sigtestdev.jar"/>
228
228
      <arg value="-filename"/>
229
229
      <arg value="${test}/ASM.sig"/>
230
230
    </java>
231
 
  </target>
 
231
  </target>-->
232
232
 
233
 
  <target name="sigtest">
 
233
  <!--<target name="sigtest">
234
234
    <taskdef name="atest" classname="com.sun.tdk.signaturetest.ant.ATest" 
235
235
        classpath="${test}/lib/sigtestdev.jar"/>
236
236
    <atest filename="${test}/ASM.sig"
244
244
        <pathelement location="${out.dist}/lib/all/asm-all-${product.artifact}.jar"/>
245
245
      </classpath>
246
246
    </atest>
247
 
  </target>
 
247
  </target>-->
248
248
  
249
249
</project>