2014-11-08 20:15 GMT+03:00 Mark Thomas <ma...@apache.org>:
> On 8 November 2014 01:05:55 GMT+00:00, kkoli...@apache.org wrote:
>>Author: kkolinko
>>Date: Sat Nov  8 01:05:54 2014
>>New Revision: 1637495
>>
>>URL: http://svn.apache.org/r1637495
>>Log:
>>Eclipse project:
>>- Correct project name.
>>- Correct name of Execution Environment used as JRE
>
> The old value was correct for OSX. No objections to the change though.

Thank you for explanation. I was wondering where it came from.

About the "JavaSE-1.8" value that I am using here:

To get "JavaSE-1.8" in configuration you go to Project > Properties,
Java Build Path > Libraries dialog and edit "JRE System Library" item
to be "Execution Environment" -> JavaSE-1.8.

Execution environments are configured in Window > Preferences, Java >
Installed JREs > Execution Environments. An "execution environment"
automatically matches to one of actual JDKs/JREs that you have
configured.

I like it to be configured this way, because it allows the project
configuration to be the same even when changing JDK versions over the
time.

Best regards,
Konstantin Kolinko

>>Modified:
>>    tomcat/trunk/res/ide-support/eclipse/eclipse.classpath
>>    tomcat/trunk/res/ide-support/eclipse/eclipse.project
>>
>>Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath
>>URL:
>>http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1637495&r1=1637494&r2=1637495&view=diff
>>==============================================================================
>>--- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original)
>>+++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Sat Nov  8
>>01:05:54 2014
>>@@ -19,7 +19,7 @@
>>     <classpathentry kind="src" path="java"/>
>>     <classpathentry kind="src" path="test"/>
>>   <classpathentry kind="src" path="webapps/examples/WEB-INF/classes"/>
>>-    <classpathentry kind="con"
>>path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java
>>8"/>
>>+    <classpathentry kind="con"
>>path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
>><classpathentry kind="con"
>>path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
>>     <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
>><classpathentry kind="var"
>>path="TOMCAT_LIBS_BASE/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar"/>
>>
>>Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.project
>>URL:
>>http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.project?rev=1637495&r1=1637494&r2=1637495&view=diff
>>==============================================================================
>>--- tomcat/trunk/res/ide-support/eclipse/eclipse.project (original)
>>+++ tomcat/trunk/res/ide-support/eclipse/eclipse.project Sat Nov  8
>>01:05:54 2014
>>@@ -16,7 +16,7 @@
>>   limitations under the License.
>> -->
>> <projectDescription>
>>-    <name>tomcat-8.0.x</name>
>>+    <name>tomcat-9.0.x</name>
>>     <comment></comment>
>>     <projects>
>>     </projects>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to