Ident xml file.

Remove not used packages.txt and Libero xml.
Fix typo mistakes in .sh script
This commit is contained in:
trifonnt 2010-03-25 16:00:41 +00:00
parent fa300d50d8
commit 55a737f200
4 changed files with 4 additions and 8094 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,13 @@
SAVED_DIR=`pwd` #save current dir
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
. $UTILS_DEV/myDevEnv.sh #call environment
echo done
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
fi

View File

@ -88,7 +88,7 @@
<!-- pathelement path="/root/RmiJdbc/dist/lib/RmiJdbc.jar" / -->
</path>
<target name="functionaltest" depends="dist">
<target name="functionaltest" depends="dist">
<junit>
<classpath refid="class.path.test" />
<formatter type="brief" usefile="false" />
@ -106,15 +106,13 @@
</junit>
</target>
<target name="run" depends="dist">
<target name="run" depends="dist">
<java fork="true" classname="test.functional.XMLImportStructureTest">
<classpath refid="class.path.test" />
</java>
</target>
<target name="clean">
<!-- Delete the ${build.dir} directory trees -->
<delete dir="${build.dir}"/>

View File

@ -1 +0,0 @@
com.adempiere.custom