File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 <target name =" clean" description =" Remove all artifacts" >
99 <ant target =" clean" dir =" core/pva" />
1010 <ant target =" clean" dir =" core/vtype" />
11+ <ant target =" clean" dir =" core/util" />
1112 <ant target =" clean" dir =" core/formula" />
1213 <ant target =" clean" dir =" core/framework" />
13- <ant target =" clean" dir =" core/util" />
1414 <ant target =" clean" dir =" core/email" />
1515 <ant target =" clean" dir =" core/pv" />
1616 <ant target =" clean" dir =" core/pv-ca" />
9191 -->
9292 <ant dir =" core/pva" />
9393 <ant dir =" core/vtype" />
94+ <ant dir =" core/util" />
9495 <ant dir =" core/formula" />
9596 <ant dir =" core/framework" />
96- <ant dir =" core/util" />
9797 <ant dir =" core/email" />
9898 <ant dir =" core/pv" />
9999 <ant dir =" core/pv-ca" />
Original file line number Diff line number Diff line change 66 <classpathentry kind =" src" path =" src/test/java" />
77 <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/5" />
88 <classpathentry combineaccessrules =" false" kind =" src" path =" /core-vtype" />
9+ <classpathentry combineaccessrules =" false" kind =" src" path =" /core-util" />
910 <classpathentry combineaccessrules =" false" kind =" src" path =" /phoebus-target" />
1011 <classpathentry kind =" output" path =" target/classes" />
1112</classpath >
Original file line number Diff line number Diff line change 1212 </fileset >
1313 <pathelement path =" ../framework/${ build } /core-framework-${ version } .jar" />
1414 <pathelement path =" ../vtype/${ build } /core-vtype-${ version } .jar" />
15+ <pathelement path =" ../util/${ build } /core-util-${ version } .jar" />
1516 </classpath >
1617 </javac >
1718 <jar destfile =" ${ build } /core-formula-${ version } .jar" >
You can’t perform that action at this time.
0 commit comments