File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 5555 <mkdir dir =" ${ dist.dir } " />
5656 <mkdir dir =" ${ build.jars } " />
5757
58+ <echo >Copying jars from ${ strongback.classpath } to ${ build.jars } .</echo >
59+ <copy todir =" ${ build.jars } " flatten =" true" >
60+ <path >
61+ <pathelement path =" ${ strongback.classpath } " />
62+ </path >
63+ </copy >
64+
5865 <jar destfile =" ${ dist.jar } " update =" false" >
5966 <manifest >
6067 <attribute name =" Main-Class" value =" edu.wpi.first.wpilibj.RobotBase" />
6875 <include name =" **/*.jar" />
6976 </zipgroupfileset >
7077 </jar >
71-
72- <echo >Copying jars from ${ strongback.classpath } to ${ build.jars } .</echo >
73- <copy todir =" ${ build.jars } " flatten =" true" >
74- <file file =" ${ dist.jar } " />
75- <path >
76- <pathelement path =" ${ strongback.classpath } " />
77- </path >
78- </copy >
7978 </target >
8079
8180 <!-- Check if there are any JUnit Tests -->
You can’t perform that action at this time.
0 commit comments