From: Mikael P. <er...@us...> - 2012-02-16 11:03:59
|
Update of /cvsroot/eclipse-ccase/net.sourceforge.eclipseccase.updatesite In directory vz-cvs-4.sog:/tmp/cvs-serv3256 Modified Files: howto-deploy.txt artifacts.xml content.xml site.xml Log Message: Release 2.2.13 Index: artifacts.xml =================================================================== RCS file: /cvsroot/eclipse-ccase/net.sourceforge.eclipseccase.updatesite/artifacts.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** artifacts.xml 22 Nov 2011 11:04:13 -0000 1.13 --- artifacts.xml 16 Feb 2012 11:03:56 -0000 1.14 *************** *** 1,8 **** <?xml version='1.0' encoding='UTF-8'?> <?artifactRepository version='1.1.0'?> ! <repository name='${p2.artifact.repo.name}' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1.0.0'> <properties size='2'> <property name='p2.compressed' value='false'/> ! <property name='p2.timestamp' value='1321883503333'/> </properties> <mappings size='3'> --- 1,8 ---- <?xml version='1.0' encoding='UTF-8'?> [...1727 lines suppressed...] </properties> </artifact> ! <artifact classifier='org.eclipse.update.feature' id='net.sourceforge.eclipseccase' version='2.2.3.v201005270712'> ! <properties size='2'> ! <property name='download.contentType' value='application/zip'/> ! <property name='download.size' value='14939'/> ! </properties> ! </artifact> ! <artifact classifier='org.eclipse.update.feature' id='net.sourceforge.eclipseccase' version='2.2.9.201106170733'> ! <properties size='2'> ! <property name='download.contentType' value='application/zip'/> ! <property name='download.size' value='14939'/> ! </properties> ! </artifact> ! <artifact classifier='osgi.bundle' id='net.sourceforge.eclipseccase' version='2.2.11.201111211438'> <properties size='2'> <property name='artifact.size' value='4096'/> ! <property name='download.size' value='138530'/> </properties> </artifact> Index: site.xml =================================================================== RCS file: /cvsroot/eclipse-ccase/net.sourceforge.eclipseccase.updatesite/site.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** site.xml 22 Nov 2011 11:04:13 -0000 1.38 --- site.xml 16 Feb 2012 11:03:56 -0000 1.39 *************** *** 91,94 **** --- 91,97 ---- <category name="eclipse-ccase-35"/> </feature> + <feature url="features/net.sourceforge.eclipseccase_2.2.13.201202161134.jar" id="net.sourceforge.eclipseccase" version="2.2.13.201202161134"> + <category name="eclipse-ccase-35"/> + </feature> <category-def name="eclipse-ccase-3" label="Eclipse ClearCase Integration for Eclipse 3.0"> <description> Index: howto-deploy.txt =================================================================== RCS file: /cvsroot/eclipse-ccase/net.sourceforge.eclipseccase.updatesite/howto-deploy.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** howto-deploy.txt 12 Aug 2011 06:38:44 -0000 1.21 --- howto-deploy.txt 16 Feb 2012 11:03:55 -0000 1.22 *************** *** 79,84 **** 1. This step will deploy plug-in on sourceforge 'file management'-site as well as update site. ! Make "login.properties" file with user=... ,webuser= ... password=... ( name=value) on same level as ! site-deploy.xml Example: --- 79,85 ---- 1. This step will deploy plug-in on sourceforge 'file management'-site as well as update site. ! Create a file called "login.properties",same level as ! site-deploy.xml, with name value parameters; ! user=... ,webuser= ... password=... Example: Index: content.xml =================================================================== RCS file: /cvsroot/eclipse-ccase/net.sourceforge.eclipseccase.updatesite/content.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** content.xml 22 Nov 2011 11:04:13 -0000 1.14 --- content.xml 16 Feb 2012 11:03:56 -0000 1.15 *************** *** 1,8 **** <?xml version='1.0' encoding='UTF-8'?> <?metadataRepository version='1.1.0'?> ! <repository name='${p2.metadata.repo.name}' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'> <properties size='2'> <property name='p2.compressed' value='false'/> ! <property name='p2.timestamp' value='1321883503337'/> </properties> <references size='2'> --- 1,8 ---- <?xml version='1.0' encoding='UTF-8'?> [...12406 lines suppressed...] <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> <touchpointData size='1'> ! <instructions size='1'> <instruction key='zipped'> true *************** *** 7138,7141 **** --- 7531,7542 ---- </instructions> </touchpointData> + <licenses size='1'> + <license uri='http://www.example.com/license' url='http://www.example.com/license'> + [Enter License Description here.] + </license> + </licenses> + <copyright uri='http://www.example.com/copyright' url='http://www.example.com/copyright'> + [Enter Copyright Description here.] + </copyright> </unit> </units> |