Code Search for Developers
 
 
  

.project from DrJava at Krugle


Show .project syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>edu.rice.cs.drjava.plugins.eclipse</name>
	<comment>DrJava Plugin for Eclipse</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

DrJava

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.

Project homepage: http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other

  lib/
    buildlib/
      ant-contrib.jar
      cenquatasks.jar
      junit.jar
      retroweaver-all-1.2.3.jar
    dynamicjava.jar
    javalanglevels.jar
    junit.jar
    platform.jar
    retroweaver-rt-1.2.3.jar
    winlaf-0.5.1.jar
  packaging/
    META-INF/
      MANIFEST.MF
    icons/
      drjava16.gif
      drjava16.png
    LICENSE
    README
    drjava-eclipse.jar-goes-here
    plugin.xml
  src/
    edu/
      rice/
        cs/
          drjava/
            plugins/
              eclipse/
                repl/
                  EclipseInteractionsModel.java
                views/
                  InteractionsController.java
                  InteractionsView.java
                  InteractionsViewTest.java
                DrJavaConstants.java
                DrJavaPerspective.java
                DrJavaPreferencePage.java
                EclipsePlugin.java
          util/
            text/
              SWTDocumentAdapter.java
              SWTDocumentAdapterTest.java
  .classpath
  .project
  README.dev-tips
  build.xml