Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Code formatting

I was not able to eliminate outgoing changes when using both Eclipse
3.6.2 and 3.7M6, both switching from 3.6->3.7 and from 3.7->3.6 always
resulted in changes in some of .prefs files. Are you okay requiring
Eclipse 3.7 with m2e 0.13 to work on Tycho?

--
Regards,
Igor

On 11-04-18 10:03 AM, Oberlies, Tobias wrote:
Igor Fedorenko wrote:
All .settings/org.eclipse.jdt.core.prefs files are modified after I
import tycho sources in eclipse workspace. (...)

This is fixed. The Eclipse project import sets a few additional properties that were not set by the project properties page. If they are already set, the files are not touched.

I've also committed the formatting change for all Java files. I excluded those files that are explicitly marked as copies (in case we need to compare them with the originals):

maven-osgi-compiler-plugin/src/main/java/
   org/eclipse/tycho/osgicompiler/copied/AbstractCompilerMojo.java
maven-osgi-compiler-plugin/src/main/java/
   org/eclipse/tycho/osgicompiler/copied/CompilationFailureException.java
maven-osgi-packaging-plugin/src/main/java/
   org/eclipse/pde/internal/swt/tools/IconExe.java
tycho-core/src/main/java/
   copy/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java
tycho-core/src/main/java/
   copy/org/eclipse/core/runtime/internal/adaptor/PluginParser.java

Regards
Tobias


_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top