Ident xml file.
Remove not used packages.txt and Libero xml. Fix typo mistakes in .sh script
This commit is contained in:
parent
fa300d50d8
commit
55a737f200
File diff suppressed because it is too large
Load Diff
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
SAVED_DIR=`pwd` #save current dir
|
SAVED_DIR=`pwd` #save current dir
|
||||||
cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn not work with sym links
|
cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn not work with sym links
|
||||||
UTILS_DEV=`pwd` #this is adempiere source
|
UTILS_DEV=`pwd` #this is ADempiere source
|
||||||
cd $SAVED_DIR #back to the saved directory
|
cd $SAVED_DIR #back to the saved directory
|
||||||
|
|
||||||
. $UTILS_DEV/myDevEnv.sh #call environment
|
. $UTILS_DEV/myDevEnv.sh #call environment
|
||||||
echo done
|
echo done
|
||||||
if [ ! $ADEMPIERE_ENV==Y ] ; then
|
if [ ! $ADEMPIERE_ENV==Y ] ; then
|
||||||
echo "Can't set developemeent environemnt - check myDevEnv.sh"
|
echo "Can't set development environment - check myDevEnv.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<!-- pathelement path="/root/RmiJdbc/dist/lib/RmiJdbc.jar" / -->
|
<!-- pathelement path="/root/RmiJdbc/dist/lib/RmiJdbc.jar" / -->
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<target name="functionaltest" depends="dist">
|
<target name="functionaltest" depends="dist">
|
||||||
<junit>
|
<junit>
|
||||||
<classpath refid="class.path.test" />
|
<classpath refid="class.path.test" />
|
||||||
<formatter type="brief" usefile="false" />
|
<formatter type="brief" usefile="false" />
|
||||||
|
@ -106,15 +106,13 @@
|
||||||
</junit>
|
</junit>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="run" depends="dist">
|
<target name="run" depends="dist">
|
||||||
<java fork="true" classname="test.functional.XMLImportStructureTest">
|
<java fork="true" classname="test.functional.XMLImportStructureTest">
|
||||||
<classpath refid="class.path.test" />
|
<classpath refid="class.path.test" />
|
||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
<!-- Delete the ${build.dir} directory trees -->
|
<!-- Delete the ${build.dir} directory trees -->
|
||||||
<delete dir="${build.dir}"/>
|
<delete dir="${build.dir}"/>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
com.adempiere.custom
|
|
Loading…
Reference in New Issue