Code Search for Developers
 
 
  

build.xml from CSDerby at Krugle


Show build.xml syntax highlighted

<?xml version="1.0"?>

<!-- ==================================================================== -->
<!--                       Cloudscape build file                          -->
<!-- ==================================================================== -->

<project default="build" basedir="../..">

<!-- ==================================================================== -->
<!--                           Set properties                             -->
<!-- ==================================================================== -->

  <property name="properties.dir" value="tools/ant/properties"/>

  <!-- User settings -->
  <property file="${user.home}/ant.properties"/>

  <!-- Significant dirs -->
  <property file="${properties.dir}/dirs.properties"/>

  <!-- Compiler settings -->
  <property file="${properties.dir}/defaultcompiler.properties"/>
  <property file="${properties.dir}/${build.compiler}.properties"/>

  <!-- Parser properties -->
  <property file="${properties.dir}/parser.properties"/>

  <!-- Compile-time classpath properties files -->
  <property file="${properties.dir}/extrapath.properties"/>
  <property file="${properties.dir}/compilepath.properties"/>

  <!-- Release and Version info -->
  <property file="${properties.dir}/release.properties"/>

<!--             ============ Begin Targets ==============                -->
 
  <target name="build" depends="build_base"
          description="Build Derby build helpers">

  </target>

  <target name="build_base">
    <ant dir="${derby.build.dir}"/>
  </target>


<!--             ============= End Targets ==============                -->

<!--             ============= End Project ==============                -->

</project>





See more files for this project here

CSDerby

CSDerby is not CloudScape-Derby(for Java) but rather Derby forked/ported to CSharp. Specifically it is intended to be a native c# Embedded DB for the mono/net platform with the ADO.NET API instead of the JDBC API.

Project homepage: http://sourceforge.net/projects/csharpderbyport
Programming language(s): Java,SQL
License: apache20

  org/
    apache/
      derbyBuild/
        eclipse/
          DerbyEclipsePlugin.java
        javadoc/
          DiskLayoutTaglet.java
          EndFormatTaglet.java
          FormatIdTaglet.java
          PurposeTaglet.java
          UpgradeTaglet.java
        ClassSizeCrawler.java
        ODBCMetadataGenerator.java
        build.xml
        classlister.java
        odbcgen_fragments.properties
        propertyconfig.java
        splitmessages.java
  build.xml