|
From: Robert E. <sky...@us...> - 2006-04-17 14:04:48
|
Update of /cvsroot/jcommander/plugins/org.jcommander.thirdparty In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6238 Added Files: feature.xml .project build.properties Log Message: First version --- NEW FILE: feature.xml --- <?xml version="1.0" encoding="UTF-8"?> <feature id="org.jcommander.thirdparty" label="Thirdparty Feature" version="0.7.1" provider-name="JCmd Dev Team"> <description url="http://www.example.com/description"> [Enter Feature Description here.] </description> <copyright url="http://www.example.com/copyright"> [Enter Copyright Description here.] </copyright> <license url="http://www.example.com/license"> [Enter License Description here.] </license> <plugin id="de.loskutov.eclipseskins.extvs" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin id="edu.stanford.suif.keepresident" download-size="0" install-size="0" version="0.0.0"/> </feature> --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.jcommander.thirdparty</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.pde.FeatureBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.FeatureNature</nature> </natures> </projectDescription> --- NEW FILE: build.properties --- bin.includes = feature.xml |