You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/10/20 23:26:09 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin .classpath.sample .classpath

vmassol     2002/10/20 14:26:09

  Added:       Eclipse-Plugin .classpath.sample
  Removed:     Eclipse-Plugin .classpath
  Log:
  Removed .classpath from CVS as per Christopher's suggestion as it depends on the Eclipse version you're running ... Added a sample .classpath
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/Eclipse-Plugin/.classpath.sample
  
  Index: .classpath.sample
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
      <classpathentry kind="src" path="src/java"/>
      <classpathentry kind="src" path="src/test"/>
      <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.1.0/resources.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.resources_2.1.0/resourcessrc.zip"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.runtime_2.1.0/runtimesrc.zip"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.debug.core_2.1.0/dtcore.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.debug.core_2.1.0/dtcoresrc.zip"/>
      <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_2.1.0/jdtcore.jar"/>
      <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.junit_2.1.0/junitsupport.jar"/>
      <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.launching_2.1.0/launching.jar"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.debug.ui_2.1.0/dtui.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.debug.ui_2.1.0/dtuisrc.zip"/>
      <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.1.0/ws/win32/swt.jar"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.jface_2.1.0/jfacesrc.zip"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.1.0/ui.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.ui_2.1.0/uisrc.zip"/>
      <classpathentry kind="var"
          path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.ui.workbench_2.1.0/workbenchsrc.zip"/>
      <classpathentry kind="output" path="bin"/>
  </classpath>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>