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
|
||||||
|
|
||||||
|
|
|
@ -113,8 +113,6 @@
|
||||||
</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