Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Removing DOT from .project and other files in eclipse installation(Can I get away with it without breaking something?)
Removing DOT from .project and other files in eclipse installation [message #1703350] Thu, 30 July 2015 19:01 Go to next message
Eclipse UserFriend
So eclipse appends a '.' to the front of a lot of the files it uses in a workspace and in the install directory. There's nothing wrong with this, except that I want to sync my workspace and Eclipse install in between computers. My company REQUIRES us to use Box and Box has an asinine (and unconfigurable) policy of ignoring a number of files (including any DOT prefix files, such as .project or .pmd.

I'm running this in Windows 7. Is there anything that says I can't just rename all the DOT prefix files to remove that dot? Would that break anything? I ran a preliminary test on a few test projects and found that I could open the project even after renaming ".project" to just "project".

Am I making a mistake? I really want to be able to do this if it's possible.
Re: Removing DOT from .project and other files in eclipse installation [message #1703466 is a reply to message #1703350] Fri, 31 July 2015 14:47 Go to previous message
Eclipse UserFriend
".project" is hardcoded in org.eclipse.core.resources.IProjectDescription.DESCRIPTION_FILE_NAME

".classpath" is hardcoded in org.eclipse.jdt.internal.core.JavaProject.CLASSPATH_FILENAME

".settings" is hardcoded in org.eclipse.core.internal.preferences.EclipsePreferences.DEFAULT_PREFERENCES_DIRNAME

I don't think your experiments will make you happy, sorry.
Previous Topic:DefaultClassLoader replacement
Next Topic:Export Desktop project
Goto Forum:
  


Current Time: Thu Apr 24 23:51:38 EDT 2025

Powered by FUDForum. Page generated in 0.03430 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top