+Provides for ... +
++ + +
+ + + + + + + + + + + + + + + + + + + + + diff --git a/tools-ng/ecdc/templates/new-app/test/README.txt b/tools-ng/ecdc/templates/new-app/test/README.txt new file mode 100644 index 000000000..dbb13d595 --- /dev/null +++ b/tools-ng/ecdc/templates/new-app/test/README.txt @@ -0,0 +1,5 @@ +This holds "Junit" and other test classes for the application. +Directory "test/" will have at least a "src/" directory underneath +it, and it may have other directories holding non-Java files +necessary for running your application tests. + diff --git a/tools-ng/ecdc/templates/new-app/web/README.txt b/tools-ng/ecdc/templates/new-app/web/README.txt new file mode 100644 index 000000000..e2509a63a --- /dev/null +++ b/tools-ng/ecdc/templates/new-app/web/README.txt @@ -0,0 +1,23 @@ +(Some information here may be outdated.) + +This holds files from your application that should be deployed directly +to the servlet container's "webapp" directory (like the document root +for a web server, the webapp root is the directory where the servlet +container looks for Java classes, and for JSPs and any static files it +needs to serve). Under "web/" you will find a "packages/" directory; +in a complete application, you might also see a "STATIC/" or +"assets/" directory for static files like graphics or CSS. + +The "packages/" directory under "web/" deserves a few special words. +"packages/" is the location for the XSL for an application, and also +for any JSPs you may want to include. Note that a ccm package is +*not* the same thing as a Java package; a CCM application can contain +many CCM packages, which can contain many Java packages. The +distinction is that a CCM package is represented by a row in a CCM +system table, can be mounted at site nodes and can have its own +dispatcher. A Java package is simply a unit of code organization, and +is not tracked by CCM in any way. + +XSL stylesheets for a package go under the "packages/package-name/xsl/" +directory. Custom JSPs go under the "packages/package-name/www/ +directory. diff --git a/tools-ng/sql/oracle-se/create_tablespace.sql b/tools-ng/sql/oracle-se/create_tablespace.sql index bb4e4405b..a1232be0d 100644 --- a/tools-ng/sql/oracle-se/create_tablespace.sql +++ b/tools-ng/sql/oracle-se/create_tablespace.sql @@ -5,10 +5,3 @@ create tablespace aplaws autoextend on next 32m maxsize 2048m extent management local; -create tablespace aplaws - logging - datafile 'aplaws.dbf' - size 32m - autoextend on - next 32m maxsize 2048m - extent management local; \ No newline at end of file diff --git a/tools-ng/sql/oracle-se/create_user.sql b/tools-ng/sql/oracle-se/create_user.sql index 9c4ffd3d2..3b37d98ed 100644 --- a/tools-ng/sql/oracle-se/create_user.sql +++ b/tools-ng/sql/oracle-se/create_user.sql @@ -18,23 +18,3 @@ PROMPT Creating USER ccm REVOKE RESOURCE FROM ccm; QUIT; -PROMPT Dropping USER ccm - - DROP USER ccm CASCADE; - -PROMPT Creating USER ccm - - CREATE USER ccm - IDENTIFIED BY ccm - DEFAULT TABLESPACE APLAWS - TEMPORARY TABLESPACE TEMP PROFILE DEFAULT - QUOTA UNLIMITED ON APLAWS - QUOTA 0 ON USERS; - - GRANT CONNECT, RESOURCE, QUERY REWRITE, CTXAPP, CREATE PROCEDURE, CREATE TRIGGER, CREATE TABLE, CREATE VIEW, CREATE SEQUENCE TO ccm; - - REVOKE UNLIMITED TABLESPACE FROM ccm; - - REVOKE RESOURCE FROM ccm; - -QUIT; diff --git a/tools-ng/webxml/lib/dom4j.jar b/tools-ng/webxml/lib/dom4j.jar new file mode 100644 index 000000000..c8c4dbb92 Binary files /dev/null and b/tools-ng/webxml/lib/dom4j.jar differ diff --git a/tools-ng/webxml/lib/jackrabbit-text-extractors.jar b/tools-ng/webxml/lib/jackrabbit-text-extractors.jar new file mode 100644 index 000000000..d3311aab6 Binary files /dev/null and b/tools-ng/webxml/lib/jackrabbit-text-extractors.jar differ diff --git a/tools-ng/webxml/lib/portal-impl-5.2.3.jar b/tools-ng/webxml/lib/portal-impl-5.2.3.jar new file mode 100644 index 000000000..6bc083e7e Binary files /dev/null and b/tools-ng/webxml/lib/portal-impl-5.2.3.jar differ diff --git a/tools-ng/webxml/lib/portal-kernel-5.2.3.jar b/tools-ng/webxml/lib/portal-kernel-5.2.3.jar new file mode 100644 index 000000000..283af6ee1 Binary files /dev/null and b/tools-ng/webxml/lib/portal-kernel-5.2.3.jar differ diff --git a/tools-ng/webxml/lib/util-java-5.2.3.jar b/tools-ng/webxml/lib/util-java-5.2.3.jar new file mode 100644 index 000000000..054bfb128 Binary files /dev/null and b/tools-ng/webxml/lib/util-java-5.2.3.jar differ