Skip to content

Commit

Permalink
Include jdt.debug plugins to the patch build
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana authored and sravanlakkimsetti committed Mar 20, 2024
1 parent 11a51d0 commit 2dd2ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
id="org.eclipse.jdt.astview"
version="0.0.0"/>

<plugin
id="org.eclipse.jdt.launching"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2023 Eclipse Foundation and others.
Copyright (c) 2023, 2024 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand Down Expand Up @@ -41,6 +41,7 @@
<module>../../eclipse.jdt.ui/org.eclipse.jdt.ui</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.core.manipulation</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.astview</module>
<module>../../eclipse.jdt.debug/org.eclipse.jdt.launching</module>
<module>org.eclipse.jdt.java22patch</module>
<module>eclipse.releng.repository.java22patch</module>
</modules>
Expand Down

0 comments on commit 2dd2ee5

Please sign in to comment.