vmassol     2002/10/19 12:11:08

  Modified:    Eclipse-Plugin .classpath .project
  Log:
  Remove dependencies on workspace projects and added dependencies on jars rather so 
that it is easier to build this plugin ... I still like to have all the eclipse 
plugins in my workspace so that I can 1/ navigate quickly to the source and 2/ run 
with the latest eclipse code from CVS ...
  
  Revision  Changes    Path
  1.3       +19 -14    jakarta-cactus/Eclipse-Plugin/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.classpath,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .classpath        19 Oct 2002 18:24:59 -0000      1.2
  +++ .classpath        19 Oct 2002 19:11:08 -0000      1.3
  @@ -1,20 +1,25 @@
   <?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="src" path="/org.eclipse.ui"/>
  -    <classpathentry kind="src" path="/org.eclipse.core.resources"/>
  -    <classpathentry kind="src" path="/org.eclipse.core.boot"/>
  -    <classpathentry kind="src" path="/org.eclipse.debug.core"/>
  -    <classpathentry kind="src" path="/org.eclipse.debug.ui"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.ui"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.debug"/>
  -    <classpathentry kind="src" path="/org.eclipse.swt"/>
  -    <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.launching"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.debug.ui"/>
  -    <classpathentry kind="src" path="/org.eclipse.jdt.junit"/>
  -    <classpathentry kind="src" path="/org.junit"/>
  +    <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>
  
  
  
  1.3       +0 -14     jakarta-cactus/Eclipse-Plugin/.project
  
  Index: .project
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.project,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .project  19 Oct 2002 09:59:01 -0000      1.2
  +++ .project  19 Oct 2002 19:11:08 -0000      1.3
  @@ -3,20 +3,6 @@
        <name>JakartaCactusEclipse</name>
        <comment></comment>
        <projects>
  -             <project>org.eclipse.core.boot</project>
  -             <project>org.eclipse.core.resources</project>
  -             <project>org.eclipse.core.runtime</project>
  -             <project>org.eclipse.debug.core</project>
  -             <project>org.eclipse.debug.ui</project>
  -             <project>org.eclipse.jdt.core</project>
  -             <project>org.eclipse.jdt.debug</project>
  -             <project>org.eclipse.jdt.debug.ui</project>
  -             <project>org.eclipse.jdt.junit</project>
  -             <project>org.eclipse.jdt.launching</project>
  -             <project>org.eclipse.jdt.ui</project>
  -             <project>org.eclipse.swt</project>
  -             <project>org.eclipse.ui</project>
  -             <project>org.junit</project>
        </projects>
        <buildSpec>
                <buildCommand>
  
  
  

--
To unsubscribe, e-mail:   <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>

Reply via email to