You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/09/29 15:28:28 UTC

svn commit: r451326 - in /incubator/lokahi/lokahi/branches/mysql: ./ database/ database/oracle/

Author: toback
Date: Fri Sep 29 08:28:27 2006
New Revision: 451326

URL: http://svn.apache.org/viewvc?view=rev&rev=451326
Log:
Moved the oracle sql files to an oracle directory in prep for adding mysql files.

Added:
    incubator/lokahi/lokahi/branches/mysql/database/oracle/
    incubator/lokahi/lokahi/branches/mysql/database/oracle/functions.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/functions.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/install.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/install.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/packages.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/packages.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/procs.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/procs.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/recompile.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/recompile.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/schema_priv.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/schema_priv.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/sequences.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/sequences.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/tables.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/tables.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/tmc_instance_data.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/tmc_instance_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/tmc_rel_function_user_data.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/tmc_rel_function_user_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/tmc_user_data.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/tmc_user_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/triggers.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/triggers.sql
    incubator/lokahi/lokahi/branches/mysql/database/oracle/views.sql
      - copied unchanged from r451324, incubator/lokahi/lokahi/branches/mysql/database/views.sql
Removed:
    incubator/lokahi/lokahi/branches/mysql/database/functions.sql
    incubator/lokahi/lokahi/branches/mysql/database/install.sql
    incubator/lokahi/lokahi/branches/mysql/database/packages.sql
    incubator/lokahi/lokahi/branches/mysql/database/procs.sql
    incubator/lokahi/lokahi/branches/mysql/database/recompile.sql
    incubator/lokahi/lokahi/branches/mysql/database/schema_priv.sql
    incubator/lokahi/lokahi/branches/mysql/database/sequences.sql
    incubator/lokahi/lokahi/branches/mysql/database/tables.sql
    incubator/lokahi/lokahi/branches/mysql/database/tmc_instance_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/tmc_rel_function_user_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/tmc_user_data.sql
    incubator/lokahi/lokahi/branches/mysql/database/triggers.sql
    incubator/lokahi/lokahi/branches/mysql/database/views.sql
Modified:
    incubator/lokahi/lokahi/branches/mysql/build.properties

Modified: incubator/lokahi/lokahi/branches/mysql/build.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/branches/mysql/build.properties?view=diff&rev=451326&r1=451325&r2=451326
==============================================================================
--- incubator/lokahi/lokahi/branches/mysql/build.properties (original)
+++ incubator/lokahi/lokahi/branches/mysql/build.properties Fri Sep 29 08:28:27 2006
@@ -124,7 +124,7 @@
 app.lib=${app.home}/lib
 app.conf=${app.home}/conf
 app.src=${app.home}/src
-app.src.db=${app.home}/database
+app.src.db=${app.home}/database/oracle
 app.src.doc=${app.home}/docs
 app.src.java=${app.src}/java
 app.src.www=${app.src}/www