/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/src/blocks/hsqldb/build.xml
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/src/blocks/hsqldb/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/build.xml	2005/05/02 17:11:59	165647
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/hsqldb/build.xml	2005/05/03 18:22:14	167951
@@ -14,12 +14,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project default="main" >
 
-      <target name="main">
+<project default="main" >
+    <target name="main">
         <mkdir dir="${build.webapp.webinf}/db"/>
         <copy file="${block.dir}/conf/cocoondb.script" tofile="${build.webapp.webinf}/db/cocoondb.script"/>
         <copy file="${block.dir}/conf/cocoondb.properties" tofile="${build.webapp.webinf}/db/cocoondb.properties"/>
-      </target>
-      
-</project>
\ No newline at end of file
+        <copy file="${block.dir}/conf/schema.sql" tofile="${build.webapp.webinf}/db/schema.sql"/>
+    </target>
+</project>
+

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26