Partial Project support can be created by copying a default
package.anjuta file (like the one attached) into the source tree, using
the prefix of the intended project.

cp junk4.anjuta ../package/package.anjuta

The Project menu options do not work and the Project view still shows no
project loaded but at least tools that need a project file appear to
work (like symbols view, build menu options, translation, ChangeLog etc.)

-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

<?xml version="1.0"?>
<anjuta>
    <plugin name="GBF Project Manager"
            url="http://anjuta.org/plugins/";
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaProjectManager"/>
		<require group="Project"
                 attribute="Supported-Project-Types"
                 value="automake"/>
	</plugin>
	<plugin name="Symbol Browser"
            url="http://anjuta.org/plugins/";
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Location"
                 value="anjuta-symbol-browser:SymbolBrowserPlugin"/>
	</plugin>
	<plugin name="Make Build System"
            url="http://anjuta.org/plugins/";
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaBuildable"/>
		<require group="Build"
                 attribute="Supported-Build-Types"
                 value="make"/>
	</plugin>
	<plugin name="CVS Version Control System"
            url="http://anjuta.org/plugins/";
            mandatory="no">
		<require group="Anjuta Plugin"
                  attribute="Interfaces"
                  value="IAnjutaVcs"/>
		<require group="Version Control"
                 attribute="Supported-Vcs-Types"
                 value="cvs"/>
	</plugin>
	<plugin name="Task Manager"
            url="http://anjuta.org/plugins/";
            mandatory="no">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaTodo"/>
	</plugin>
	<plugin name="Debug Manager"
            url="http://anjuta.org/plugins/";
            mandatory="no">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaDebuggerManager"/>
	</plugin>
</anjuta>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to