From: Mathieu Baudier Date: Thu, 17 Mar 2011 10:07:02 +0000 (+0000) Subject: Introduce commons demo X-Git-Tag: argeo-commons-2.1.30~1362 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=4f60324b639cef12612a55f070196d2a9fe2e1bc;p=lgpl%2Fargeo-commons.git Introduce commons demo git-svn-id: https://svn.argeo.org/commons/trunk@4300 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/demo/argeo-node-ui.product b/demo/argeo-node-ui.product new file mode 100644 index 000000000..9dba05536 --- /dev/null +++ b/demo/argeo-node-ui.product @@ -0,0 +1,163 @@ + + + + + + + + + + -console -clean + -Dlog4j.configuration="file:${system_property:user.home}/dev/src/commons/security/demo/log4j.properties" + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demo/argeo-node-web.properties b/demo/argeo-node-web.properties new file mode 100644 index 000000000..5009da72a --- /dev/null +++ b/demo/argeo-node-web.properties @@ -0,0 +1,21 @@ +argeo.osgi.start=\ +org.springframework.osgi.extender,\ +org.argeo.server.ads.server,\ +org.argeo.node.repo.jackrabbit,\ +org.argeo.security.manager.ldap,\ +org.argeo.security.services,\ +com.springsource.javax.servlet,\ +org.argeo.security.equinox,\ +org.eclipse.core.runtime,\ +org.eclipse.equinox.common,\ +org.eclipse.equinox.launcher,\ +org.springframework.osgi.web.extender,\ +org.argeo.dep.osgi.catalina.start,\ +org.argeo.jackrabbit.webapp,\ +org.eclipse.equinox.http.registry,\ +org.argeo.server.osgi.webapp,\ +org.argeo.jcr.ui.explorer,\ + +org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective + +log4j.configuration=file:../../log4j.properties diff --git a/demo/log4j.properties b/demo/log4j.properties new file mode 100644 index 000000000..8a89a4aa3 --- /dev/null +++ b/demo/log4j.properties @@ -0,0 +1,24 @@ +log4j.rootLogger=WARN, console + +## Levels +log4j.logger.org.argeo=DEBUG +log4j.logger.org.springframework.security=DEBUG + +log4j.logger.org.apache.catalina=INFO +log4j.logger.org.apache.coyote=INFO +log4j.logger.org.apache.tomcat=INFO + +log4j.logger.org.apache.directory.server=INFO +log4j.logger.org.apache.directory.server.core.partition=ERROR +log4j.logger.org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry=ERROR + +log4j.logger.org.apache.jackrabbit=WARN +log4j.logger.org.apache.jackrabbit.core.query.lucene=ERROR + +## Appenders +# console is set to be a ConsoleAppender. +log4j.appender.console=org.apache.log4j.ConsoleAppender + +# console uses PatternLayout. +log4j.appender.console.layout=org.apache.log4j.PatternLayout +log4j.appender.console.layout.ConversionPattern= %-5p %d{ISO8601} %m - %c - [%t]%n diff --git a/security/demo/argeo-node-ui.product b/security/demo/argeo-node-ui.product deleted file mode 100644 index 9dba05536..000000000 --- a/security/demo/argeo-node-ui.product +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - -console -clean - -Dlog4j.configuration="file:${system_property:user.home}/dev/src/commons/security/demo/log4j.properties" - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/security/demo/argeo-node-web.properties b/security/demo/argeo-node-web.properties deleted file mode 100644 index 5009da72a..000000000 --- a/security/demo/argeo-node-web.properties +++ /dev/null @@ -1,21 +0,0 @@ -argeo.osgi.start=\ -org.springframework.osgi.extender,\ -org.argeo.server.ads.server,\ -org.argeo.node.repo.jackrabbit,\ -org.argeo.security.manager.ldap,\ -org.argeo.security.services,\ -com.springsource.javax.servlet,\ -org.argeo.security.equinox,\ -org.eclipse.core.runtime,\ -org.eclipse.equinox.common,\ -org.eclipse.equinox.launcher,\ -org.springframework.osgi.web.extender,\ -org.argeo.dep.osgi.catalina.start,\ -org.argeo.jackrabbit.webapp,\ -org.eclipse.equinox.http.registry,\ -org.argeo.server.osgi.webapp,\ -org.argeo.jcr.ui.explorer,\ - -org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective - -log4j.configuration=file:../../log4j.properties diff --git a/security/demo/log4j.properties b/security/demo/log4j.properties deleted file mode 100644 index 8a89a4aa3..000000000 --- a/security/demo/log4j.properties +++ /dev/null @@ -1,24 +0,0 @@ -log4j.rootLogger=WARN, console - -## Levels -log4j.logger.org.argeo=DEBUG -log4j.logger.org.springframework.security=DEBUG - -log4j.logger.org.apache.catalina=INFO -log4j.logger.org.apache.coyote=INFO -log4j.logger.org.apache.tomcat=INFO - -log4j.logger.org.apache.directory.server=INFO -log4j.logger.org.apache.directory.server.core.partition=ERROR -log4j.logger.org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry=ERROR - -log4j.logger.org.apache.jackrabbit=WARN -log4j.logger.org.apache.jackrabbit.core.query.lucene=ERROR - -## Appenders -# console is set to be a ConsoleAppender. -log4j.appender.console=org.apache.log4j.ConsoleAppender - -# console uses PatternLayout. -log4j.appender.console.layout=org.apache.log4j.PatternLayout -log4j.appender.console.layout.ConversionPattern= %-5p %d{ISO8601} %m - %c - [%t]%n diff --git a/security/features/org.argeo.security.dep.node.rap/META-INF/MANIFEST.MF b/security/features/org.argeo.security.dep.node.rap/META-INF/MANIFEST.MF deleted file mode 100644 index 0bd96c627..000000000 --- a/security/features/org.argeo.security.dep.node.rap/META-INF/MANIFEST.MF +++ /dev/null @@ -1,13 +0,0 @@ -Manifest-Version: 1.0 -Private-Package: . -Tool: Bnd-1.15.0 -Bundle-Name: Commons Node RAP Dependencies -Created-By: 1.6.0_0 (Sun Microsystems Inc.) -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-Vendor: Argeo -Bundle-Version: 0.2.3.SNAPSHOT-r20110316_174655 -Bundle-ManifestVersion: 2 -Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt -Bundle-SymbolicName: org.argeo.security.dep.node.rap -Bundle-DocURL: http://www.argeo.org - diff --git a/security/features/org.argeo.security.dep.node.rcp/META-INF/MANIFEST.MF b/security/features/org.argeo.security.dep.node.rcp/META-INF/MANIFEST.MF deleted file mode 100644 index 786a1185a..000000000 --- a/security/features/org.argeo.security.dep.node.rcp/META-INF/MANIFEST.MF +++ /dev/null @@ -1,13 +0,0 @@ -Manifest-Version: 1.0 -Private-Package: . -Tool: Bnd-1.15.0 -Bundle-Name: Commons Node RCP Dependencies -Created-By: 1.6.0_0 (Sun Microsystems Inc.) -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-Vendor: Argeo -Bundle-Version: 0.2.3.SNAPSHOT-r20110316_174851 -Bundle-ManifestVersion: 2 -Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt -Bundle-SymbolicName: org.argeo.security.dep.node.rcp -Bundle-DocURL: http://www.argeo.org -