Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Idemix Provider PSF"

 
m
 
Line 1: Line 1:
 
 
This page is a placeholder for the Idemix Provider Eclipse PSF file.
 
This page is a placeholder for the Idemix Provider Eclipse PSF file.
 +
 +
See [[Using This PSF]] for instructions on how to use PSF files.
 +
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
<psf version="2.0">
 +
<provider id="org.eclipse.team.cvs.core.cvsnature">
 +
<project reference="1.0,:extssh:dev.eclipse.org:/cvsroot/technology,
 +
                  ...stuff goes here...."/>
 +
</provider>
 +
</psf>

Latest revision as of 12:43, 19 December 2006

This page is a placeholder for the Idemix Provider Eclipse PSF file.

See Using This PSF for instructions on how to use PSF files.

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
	<provider id="org.eclipse.team.cvs.core.cvsnature">
		<project reference="1.0,:extssh:dev.eclipse.org:/cvsroot/technology,
                 ...stuff goes here...."/>
	</provider>
</psf>

Back to the top