File: build.xml

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (9 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<project name="jpype_java" default="default" basedir=".">
  <description>Builds, tests, and runs the project jpype_java.</description>
  <!--
                  This will be a non-standard project, so we will need to place rules for 
  whatever functionality we will be needing. -->

  <import file="nbproject/build-impl.xml"/>
</project>