Code Search for Developers
 
 
  

.classpath from CSDerby at Krugle


Show .classpath syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="bin"/>
</classpath>




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