You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
The JDT dependency was added for accessing classpath entries of a java project during simulation and code generation. this is only needed if java based resources, available in the current runtime workspace, have to be accessed.
To avoid the need of JDT in case no java based resources are necessary these dependencies should be decoupled and added just if urgently needed.
you can get a list of all plugins dependent from JDT by searching for
org.eclipse.jdt.core AND org.eclipse.jdt.launching within *.MF
The text was updated successfully, but these errors were encountered:
jdicks
changed the title
Decouple JDT dependencies from org.yakindu.sct.commons
Decouple JDT dependencies from org.yakindu.sct.commons and others
Mar 24, 2016
The JDT dependency was added for accessing classpath entries of a java project during simulation and code generation. this is only needed if java based resources, available in the current runtime workspace, have to be accessed.
To avoid the need of JDT in case no java based resources are necessary these dependencies should be decoupled and added just if urgently needed.
you can get a list of all plugins dependent from JDT by searching for
org.eclipse.jdt.core AND org.eclipse.jdt.launching within *.MF
The text was updated successfully, but these errors were encountered: