Code Search for Developers
 
 
  

build.properties from CSDerby at Krugle


Show build.properties syntax highlighted

bin.includes = icons/,\
               ui.jar,\
               install_plugin.html,\
               plugin.xml
jars.compile.order = ui.jar
source.ui.jar = src/
output.ui.jar = bin/




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

  icons/
    add.gif
    ij.gif
    isrun.gif
    rem.gif
    start.gif
    stop.gif
    sysinfo.gif
  src/
    org/
      apache/
        derby/
          ui/
            actions/
              IJAction.java
              StartAction.java
              StopAction.java
              SysInfoAction.java
            common/
              CommonNames.java
              Messages.java
            decorate/
              DerbyIsRunningDecorator.java
            launch/
              IJDerbyLaunchConfigurationDelegate.java
              StartDerbyServerLaunchConfigurationDelegate.java
              StopDerbyServerLaunchConfigurationDelegate.java
              SysInfoDerbyLaunchConfigurationDelegate.java
            nature/
              DerbyNature.java
            popup/
              actions/
                AddDerbyNature.java
                RemoveDerbyNature.java
            properties/
              DerbyProperties.java
              DerbyPropertiesPage.java
            util/
              DerbyServerUtils.java
              DerbyUtils.java
              Logger.java
              SelectionUtil.java
            DerbyPlugin.java
  .classpath
  .project
  build.properties
  plugin.xml