Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] questions about the .classpath modifications
  • From: Antoine Dubost <antoine.dubost@xxxxxxxxxxx>
  • Date: Fri, 15 Mar 2024 10:01:35 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cil4sys.com; dmarc=pass action=none header.from=cil4sys.com; dkim=pass header.d=cil4sys.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=13j+ol2QArggfLRkx2UfjK+04VqSvJOHsjVC5fAMXwI=; b=gOQsX2tfIQZp6Go56rQ1vhmeMTFKFrTZEj5iHfa5LC3R3LqIh6eCUdCsCa5tNK/VdMlFr/bgMppINPlDC95kM2ooAECs4QGvzRADo5aEuo0YERu9faHLm4T1CoXD0uF+YwHTy6XL3AM0OrusJ1VcFKGjv2aihhnDNWekYvuEJKb96sboZnD9xEnW8NXf0kHBBWMvIW9qYW6NKal/YdoztYmeR/tbVxMF4OSCdCWYkmLVj4UG3PzrMcoU44q+hL81JoKxKH7J86beejDYLqpVMgcGDR6nEnrwbBJ4RCQNHKcaNRI9EbktOnhuHWyTgx/RYmpAbJfL5UWc4jEqYDxWgw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=W4o+/d2vPE165tqKN46mfIgh6wX09BZYxFhfl4REY9cl6GhYVZvutwv8cbWQeFrZ8hJkYTzxuRT8UiAOO5FUTlZyuZTynrQ/gE2MlK4uJ0/ZHCcKf3cQbPab1bLJEH0SG0DmLh71yeuWgk5VXEN0wSkYj1QVvnCvJ/KHiGnQMbmT2A/AcTskJSSCbl0UFa7UHC0TbFz5qkTIUZYPreTHmqqg4hXdKMNTGoYUpqcxK7xNCtQmKPqZlbbImBqi/5lWXFRXTiM8ZnODagvZzp+SkwRXAL56WLkYsl5ZNxqXzvC4c9GjmqZyAuZjZKuclpe+vTg3d7+Vr87ZgrDBzH8Q5g==
  • Delivered-to: m2e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/m2e-dev/>
  • List-help: <mailto:m2e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHadr9YCAVh9NgpMkyW5E4pdJPntA==
  • Thread-topic: questions about the .classpath modifications

Hello,

I'm working on an Eclipse RCP project.
If I do "Update Project...", the .classpath file is modified (classpath.png) and I don't understand why.

I've just migrated my application from Java 11 to java 17.
The .classpath file of my java 11 project never underwent this change.

I don't understand what this means ?
How can I correct these changes ?
Is this rather a good practice ?

Thanks for your help,

Regards
Antoine.


Configuration:

Eclipse : 2023-12
Papyrus: 2023-12
Java : 17.0.10
Maven compiler : 3.9.6  
Tycho : 4.0.3

Translated with DeepL.com (free version)


 




Antoine DUBOST

Web https://cil4sys.com 



Attachment: classpath_changes.png
Description: classpath_changes.png


Back to the top