2010/6/6 Xun Long Gui <[email protected]>: > Thank you for this instruction > <snip/>
Here is an example: http://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml A similar file could be added to scxml-eclipse/trunk (without the <unzip>s etc. ofcourse, just the <get>s for the needed jars). That way, no dependency jars have to be in SVN. Once you add such a file, the {serializer,xalan}.jar files should be removed from SVN. -Rahul > 2010/6/6 Rahul Akolkar <[email protected]> > >> Changed subject ... >> >> On Sun, Jun 6, 2010 at 6:54 AM, sebb <[email protected]> wrote: >> > On 06/06/2010, [email protected] <[email protected]> wrote: >> >> Author: guixl >> >> Date: Sun Jun 6 06:58:53 2010 >> >> New Revision: 951835 >> >> >> >> URL: http://svn.apache.org/viewvc?rev=951835&view=rev >> >> Log: >> >> implement SCXML data model export function (not finished) >> >> >> >> Added: >> >> >> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/ >> >> >> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/serializer.jar >> (with props) >> >> >> commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/xalan.jar >> (with props) >> > >> > We don't normally store jar files in SVN. >> > >> > If the application is built using Maven, then just add the jar as a >> > dependency to the appropriate POM. >> > >> > For Ant builds, one can add a task to download the file to the lib/ >> > directory if it is not present. >> > >> > If neither applies, then provide instructions and/or a script to >> > download the jars before building the code. >> > >> <snip/> >> >> Suggest adding an Ant build simply for getting dependencies until a >> Maven build comes about. >> >> >> > In the non-Maven cases the lib/ directory should be excluded from SVN >> (ignored). >> > >> <snap/> >> >> +1 to adding lib to svn:ignore. >> >> -Rahul > > > -- > Best Regards > > Gui Xun Long (桂训龙) > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
