Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] build: what are these files?

Jim,

If you open plugin's manifest (either "META-INF\MANIFEST.MF" or
"plugin.xml") file in the Eclipse IDE to edit plugin's properties
you'll see build.properties as one of the tabs there.

So, "build.properties" is a Eclipse plugin specific file which (along
with "META-INF\MANIFEST.MF" and\or "plugin.xml" files) contains all the
information required to build Eclipse plugin.

As for buildaux.xml.old_ files they actually could be removed now -
they are just renamed buildaux.xml files which we used before started
to generate them.

Valery

Saturday, October 13, 2007, 11:12:53 PM, you wrote:

> nearly every project has a "build.properties" and "buildaux.xml.old_"

> Do these serve any purpose? If not let's delete them -- they only
> serve to confuse the person trying to get their head around the already confusing build process.

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



Back to the top