Code Search for Developers
 
 
  

.project from CSDerby at Krugle


Show .project syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.apache.derby.ui</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ManifestBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.SchemaBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.pde.PluginNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>




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