Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Content of .settings directory
Content of .settings directory [message #224102] Fri, 21 November 2008 17:05 Go to next message
Paul Glezen is currently offline Paul GlezenFriend
Messages: 60
Registered: July 2009
Member
Hi Folks,

I have a customer that wants to better understand the contents of the
files that reside in the .settings directory for the various kinds of
J2EE projects. In particular, they were asking for either XSD or DTD
for the legal tags/values.

I'm not even sure if this is something that is considered public
information. Certainly the usual disclaimer of "don't call us" would
apply if someone were to experience problems after modifying one of
these files directly. But all the same, I'd appreciate any pointers
anyone could provide relating to valid values for these files.

Thanks,
- Paul
Re: Content of .settings directory [message #224175 is a reply to message #224102] Mon, 24 November 2008 08:39 Go to previous message
Kaloyan Raev is currently offline Kaloyan RaevFriend
Messages: 201
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Paul,

Here is what I know about the XML files in .settings generated by WTP.

..settings/org.eclipse.wst.common.component
This is used by the WTP Java EE Tools project to persist the model structure
of the Java EE modules.
Doc:
http://www.eclipse.org/webtools/jst/components/j2ee/api/modu le_core_api.html
XSD: http://www.eclipse.org/webtools/moduleCore.xsd

..settings/org.eclipse.wst.common.project.facet.core.xml
This is used by the WTP Faceted Project Framework for persisting the
project's facets. I don't find documentation about this files, but there is
an article about facets:
http://www.eclipse.org/articles/Article-BuildingProjectFacet s/tutorial.html

..settings/.jsdtscope
This seems to deal with the JavaScript classpath. I cannot find any
documentation about it.

The *.prefs file are just preferences files that override some of global
workspace preferences for this project.

HTH,
Kaloyan


"Paul Glezen" <pglezen@us.ibm.com> wrote in message
news:gg6ppd$7v9$1@build.eclipse.org...
> Hi Folks,
>
> I have a customer that wants to better understand the contents of the
> files that reside in the .settings directory for the various kinds of J2EE
> projects. In particular, they were asking for either XSD or DTD for the
> legal tags/values.
>
> I'm not even sure if this is something that is considered public
> information. Certainly the usual disclaimer of "don't call us" would
> apply if someone were to experience problems after modifying one of these
> files directly. But all the same, I'd appreciate any pointers anyone
> could provide relating to valid values for these files.
>
> Thanks,
> - Paul
Previous Topic:JEE 5 lib folder in EAR's
Next Topic:Warning on JSP files under Eclipse 3.4
Goto Forum:
  


Current Time: Thu Apr 25 21:53:28 GMT 2024

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

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

Back to the top