minor - fixed wrong text and build message in build.xml

This commit is contained in:
Heng Sin Low 2010-08-24 04:18:51 +08:00
parent 15c78a2678
commit 5dff6b9caa
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================= --> <!-- ============================================= -->
<!-- PIPO --> <!-- JasperReport Client -->
<!-- ============================================= --> <!-- ============================================= -->
<project name="JasperReportClient" default="plugin" basedir="."> <project name="JasperReportClient" default="plugin" basedir=".">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================= --> <!-- ============================================= -->
<!-- PIPO --> <!-- oracle provider -->
<!-- ============================================= --> <!-- ============================================= -->
<project name="oracleProvider" default="plugin" basedir="."> <project name="oracleProvider" default="plugin" basedir=".">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================= --> <!-- ============================================= -->
<!-- PIPO --> <!-- postgresql provider -->
<!-- ============================================= --> <!-- ============================================= -->
<project name="postgresqlProvider" default="plugin" basedir="."> <project name="postgresqlProvider" default="plugin" basedir=".">
@ -14,7 +14,7 @@
<import file="../utils_dev/properties.xml"/> <import file="../utils_dev/properties.xml"/>
<target name="init" description="initialization target"> <target name="init" description="initialization target">
<echo message="=========== Build Oracle Provider"/> <echo message="=========== Build postgresql Provider"/>
</target> </target>
<target name="plugin" depends="init"> <target name="plugin" depends="init">