Skip to content

Commit

Permalink
Remove mylyn integration plugin/feature as the integration isn't real…
Browse files Browse the repository at this point in the history
…ly checked or tested and doesn't really add that much to mylyn users.
  • Loading branch information
fabioz committed Oct 30, 2023
1 parent 85b618e commit da82838
Show file tree
Hide file tree
Showing 40 changed files with 16 additions and 911 deletions.
13 changes: 2 additions & 11 deletions builders/org.python.pydev.build/site.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site pack200="true">
<description url="http://pydev.org/">PyDev</description>
<description url="http://pydev.org/">PyDev</description>

<feature url="features/org.python.pydev.feature_{version.full}.jar" id="org.python.pydev.feature" version="{version.full}">
<category name="PyDev"/>
</feature>

<feature url="features/org.python.pydev.mylyn.feature_0.3.0.jar" id="org.python.pydev.mylyn.feature" version="0.3.0">
<category name="PyDev Mylyn Integration"/>
</feature>

<category-def name="PyDev" label="PyDev">
<description>PyDev</description>
</category-def>

<category-def name="PyDev Mylyn Integration" label="PyDev Mylyn Integration (optional)">
<description>Optional extensions to PyDev (requires mylyn)</description>
</category-def>

</site>
17 changes: 0 additions & 17 deletions features/org.python.pydev.mylyn.feature/.project

This file was deleted.

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions features/org.python.pydev.mylyn.feature/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion features/org.python.pydev.mylyn.feature/build.properties

This file was deleted.

41 changes: 0 additions & 41 deletions features/org.python.pydev.mylyn.feature/feature.xml

This file was deleted.

26 changes: 0 additions & 26 deletions features/org.python.pydev.mylyn.feature/pom.xml

This file was deleted.

18 changes: 3 additions & 15 deletions features/org.python.pydev.p2-repo/category.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="http://pydev.org/">PyDev</description>
<description url="http://pydev.org/">PyDev</description>

<feature url="features/org.python.pydev.feature_0.0.0.qualifier.jar" id="org.python.pydev.feature" version="0.0.0">
<category name="PyDev"/>
</feature>
Expand All @@ -10,20 +10,8 @@
<category name="PyDev"/>
</feature>

<!--
<feature url="features/org.python.pydev.mylyn.feature_0.0.0.qualifier.jar" id="org.python.pydev.mylyn.feature" version="0.0.0">
<category name="PyDev Mylyn Integration"/>
</feature>
-->

<category-def name="PyDev" label="PyDev">
<description>PyDev</description>
</category-def>

<!--
<category-def name="PyDev Mylyn Integration" label="PyDev Mylyn Integration (optional)">
<description>Optional extensions to PyDev (requires mylyn)</description>
</category-def>
-->


</site>
1 change: 0 additions & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<packaging>pom</packaging>
<modules>
<module>org.python.pydev.feature</module>
<!-- <module>org.python.pydev.mylyn.feature</module> -->
<module>org.python.pydev.p2-repo</module>
</modules>
<build>
Expand Down
23 changes: 10 additions & 13 deletions plugins/com.python.pydev.docs/release_email.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
PyDev 8.3.0 Released
PyDev 11.0.2 Released

PyDev 8.3.0 Release Highlights
PyDev 11.0.2 Release Highlights
-------------------------------

* **Java 11** is now required to run PyDev.
Continuing with the updates to Python 3.12, the new release integrates
the latest version of typeshed (so, **from typing import override** is
now properly recognized).

* **External linters**
* Configurations of the linters can be saved to the project or user settings.
* Flake8 has a more flexible UI for configuration.

* **Others**
* Option to add comments all at a single indent (note: this is now the default).
* LRU for context-insensitive completion/quick fix.
* Fixed some code-completion cases where **self** was wrongly added.
* Environment variables are now supported in **.pydevproject** (expected format: **${env_var:VAR_NAME}**).
Also, it's now possible to specify vmargs in the python interpreter
(and not just in the launch configuration).

For Python 3.11 onwards, **-Xfrozen_modules=off** is now
set in the vm arguments by default.

About PyDev
---------------------------

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and IronPython development, now also available for Python on Visual Studio Code.
PyDev is an open-source Python IDE on top of Eclipse for Python (also available for Python on Visual Studio Code).

It comes with goodies such as code completion, syntax highlighting, syntax analysis, code analysis, refactor, debug, interactive console, etc.

Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ python deploy.py

## update version in eclipse marketplace: http://marketplace.eclipse.org/

## Add news in forum (same as e-mail)
## Add news in forum (same as e-mail): https://sourceforge.net/p/pydev/news/new

## Send e-mail (use contents from sf e-mail -- change title sizes)

Expand Down
7 changes: 0 additions & 7 deletions plugins/org.python.pydev.mylyn/.classpath

This file was deleted.

1 change: 0 additions & 1 deletion plugins/org.python.pydev.mylyn/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions plugins/org.python.pydev.mylyn/.project

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit da82838

Please sign in to comment.