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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
