Author: guixl Date: Tue Jun 8 12:34:57 2010 New Revision: 952635 URL: http://svn.apache.org/viewvc?rev=952635&view=rev Log: add jar resources xalan.jar and serializer.jar download ant build script file
Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml (with props) Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml?rev=952635&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml (added) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml Tue Jun 8 12:34:57 2010 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +--> +<!--build.xml generated by maven from project.xml version 0.10-SNAPSHOT + on date December 01 2008--> + +<project default="get-deps" name="commons-scxml" basedir="."> + + + <property name="lib-org.apache.commons.scxml.modeling.diagram" value="src/main/java/org.apache.commons.scxml.modeling.diagram/lib"/> + + <property name="tmp-dir" value="tmp"/> + + <target name="get-deps" > + + <mkdir dir="${tmp-dir}"/> + + <get dest="${tmp-dir}/xalan-j_2_7_1-bin.zip" usetimestamp="true" ignoreerrors="true" src="http://labs.renren.com/apache-mirror/xml/xalan-j/xalan-j_2_7_1-bin.zip" /> + <unzip src="${tmp-dir}/xalan-j_2_7_1-bin.zip" dest="${tmp-dir}"/> + <copy file="${tmp-dir}/xalan-j_2_7_1/serializer.jar" todir="${lib-org.apache.commons.scxml.modeling.diagram}"/> + <copy file="${tmp-dir}/xalan-j_2_7_1/xalan.jar" todir="${lib-org.apache.commons.scxml.modeling.diagram}"/> + + + <delete dir="${tmp-dir}"/> + + </target> +</project> + Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml ------------------------------------------------------------------------------ svn:eol-style = native