Skip to content

Commit

Permalink
Merge pull request #679 from homebysix/luna
Browse files Browse the repository at this point in the history
Update Eclipse IDE recipes
  • Loading branch information
homebysix authored Dec 29, 2024
2 parents 817c1ca + f502ee3 commit 1c07a67
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Eclipse/Eclipse.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Use the ARCHITECTURE input variable to specify whether you want to download the
Intel ("x86_64") or Apple Silicon ("aarch64") version of Eclipse.

Use the ECLIPSE_CODE input variable to specify the IDE version.
Eclipse IDE for C/C++ Developers: cpp
Eclipse IDE for Embedded C/C++ Developers: embedcpp
Eclipse IDE for Eclipse Committers: committers
Eclipse IDE for Java Developers: java
Eclipse IDE for Enterprise Java and Web Developers: jee
Eclipse IDE for Java and DSL Developers: dsl
Eclipse Modeling Tools: modeling
Eclipse IDE for PHP Developers: php
Eclipse IDE for RCP and RAP Developers: rcp
Eclipse IDE for Scientific Computing: parallel
Eclipse IDE for Scout Developers: scout</string>
"jee" Eclipse IDE for Enterprise Java and Web Developers
"java" Eclipse IDE for Java Developers
"cpp" Eclipse IDE for C/C++ Developers
"committers" Eclipse IDE for Eclipse Committers
"dsl" Eclipse IDE for Java and DSL Developers
"php" Eclipse IDE for PHP Developers
"embedcpp" Eclipse IDE for Embedded C/C++ Developers
"rcp" Eclipse IDE for RCP and RAP Developers
"modeling" Eclipse Modeling Tools
"scout" Eclipse IDE for Scout Developers
</string>
<key>Identifier</key>
<string>com.github.homebysix.download.Eclipse</string>
<key>Input</key>
Expand Down
9 changes: 9 additions & 0 deletions EclipseLuna/EclipseLuna.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<string>0.2.0</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>DeprecationWarning</string>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Eclipse Luna was published in 2014. For newer Eclipse releases, consider switching to the Eclipse recipes elsewhere in this repo. This recipe is deprecated and will be removed in the future.</string>
</dict>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down

0 comments on commit 1c07a67

Please sign in to comment.