Browse Source

Removed dm Server as targeted runtime for petclinic

conversation
Chris Beams 16 years ago
parent
commit
6b6b8e50a3
  1. 3
      org.springframework.samples.petclinic/.classpath
  2. 5
      org.springframework.samples.petclinic/.settings/org.eclipse.jst.common.project.facet.core.prefs
  3. 2
      org.springframework.samples.petclinic/.settings/org.eclipse.jst.jsp.core.prefs
  4. 1
      org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.project.facet.core.xml

3
org.springframework.samples.petclinic/.classpath

@ -35,8 +35,7 @@ @@ -35,8 +35,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.aop"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.orm"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.web.servlet"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.springsource.server.ide.server.core.runtime.classpath/SpringSource dm Server (Runtime) v1.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6.0"/>
<classpathentry kind="lib" path="/Users/cbeams/Work/springsource/products/opensource/portfolio/spring-framework/org.springframework.web.servlet/target/artifacts/org.springframework.web.servlet.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

5
org.springframework.samples.petclinic/.settings/org.eclipse.jst.common.project.facet.core.prefs

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
#Fri Feb 13 19:16:19 PST 2009
classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.launching.macosx.MacOSXType\:\:JVM\ 1.6.0/owners=jst.java\:5.0
classpath.helper/org.eclipse.jst.server.core.container\:\:com.springsource.server.ide.server.core.runtime.classpath\:\:SpringSource\ dm\ Server\ (Runtime)\ v1.0/owners=jst.web\:2.4
#Mon Mar 02 16:00:20 PST 2009
classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.launching.macosx.MacOSXType\:\:JVM\ 1.6/owners=jst.java\:5.0
eclipse.preferences.version=1

2
org.springframework.samples.petclinic/.settings/org.eclipse.jst.jsp.core.prefs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#Fri Feb 13 18:59:05 PST 2009
#Mon Mar 02 16:00:20 PST 2009
eclipse.preferences.version=1
validateFragments=false
validation.actions-missing-required-attribute=1

1
org.springframework.samples.petclinic/.settings/org.eclipse.wst.common.project.facet.core.xml

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="SpringSource dm Server (Runtime) v1.0"/>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.java" version="5.0"/>

Loading…
Cancel
Save