From 32d17447a258188b2d534bcb0bf65a659ba7b7d0 Mon Sep 17 00:00:00 2001 From: mcentner Date: Fri, 29 Aug 2008 12:11:34 +0000 Subject: Initial import. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- src/main/assemblies/assembly-test.xml | 36 +++++++++++++++++++++++++++ src/main/resources/META-INF/MANIFEST.MF | 3 +++ src/main/resources/commons-logging.properties | 16 ++++++++++++ src/main/resources/log4j.properties | 34 +++++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 src/main/assemblies/assembly-test.xml create mode 100644 src/main/resources/META-INF/MANIFEST.MF create mode 100644 src/main/resources/commons-logging.properties create mode 100644 src/main/resources/log4j.properties (limited to 'src/main') diff --git a/src/main/assemblies/assembly-test.xml b/src/main/assemblies/assembly-test.xml new file mode 100644 index 00000000..51ff0f85 --- /dev/null +++ b/src/main/assemblies/assembly-test.xml @@ -0,0 +1,36 @@ + + + + assembly-test + + zip + + true + ${artifactId} + + + + at.gv.egiz:bku.commons + + + lib + false + + + + diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 00000000..5e949512 --- /dev/null +++ b/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/src/main/resources/commons-logging.properties b/src/main/resources/commons-logging.properties new file mode 100644 index 00000000..0d497b1b --- /dev/null +++ b/src/main/resources/commons-logging.properties @@ -0,0 +1,16 @@ +# Copyright 2008 Federal Chancellery Austria and +# Graz University of Technology +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties new file mode 100644 index 00000000..19762c61 --- /dev/null +++ b/src/main/resources/log4j.properties @@ -0,0 +1,34 @@ +# Copyright 2008 Federal Chancellery Austria and +# Graz University of Technology +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# loglever DEBUG, appender STDOUT +log4j.rootLogger=DEBUG, STDOUT +#log4j.logger.at.gv.egiz.slbinding.RedirectEventFilter=DEBUG, STDOUT + +# STDOUT appender +log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender +log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout +#log4j.appender.STDOUT.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n +#log4j.appender.STDOUT.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n +log4j.appender.STDOUT.layout.ConversionPattern=%-5p | %t | %c %x - %m%n + +### FILE appender +#log4j.appender.file=org.apache.log4j.RollingFileAppender +#log4j.appender.file.maxFileSize=100KB +#log4j.appender.file.maxBackupIndex=9 +#log4j.appender.file.File=egovbus_ca.log +#log4j.appender.file.threshold=info +#log4j.appender.file.layout=org.apache.log4j.PatternLayout +#log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n \ No newline at end of file -- cgit v1.2.3 From 0acb5643e945daf024c0dec04f0ad86d6427b7b0 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 27 Aug 2009 20:02:15 +0000 Subject: seperate BKUWebStart main jar and BKUWebStart bundle use webstart-maven-plugin:jnlp-download-servlet goal to get versions right git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@477 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- src/main/assemblies/assembly-test.xml | 36 ----------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 src/main/assemblies/assembly-test.xml (limited to 'src/main') diff --git a/src/main/assemblies/assembly-test.xml b/src/main/assemblies/assembly-test.xml deleted file mode 100644 index 51ff0f85..00000000 --- a/src/main/assemblies/assembly-test.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - assembly-test - - zip - - true - ${artifactId} - - - - at.gv.egiz:bku.commons - - - lib - false - - - - -- cgit v1.2.3 From ad0efd4d9fa524d34620c95feb571d8a1d2cc622 Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 30 Sep 2009 11:08:57 +0000 Subject: Removed some stale files. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@512 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- src/main/resources/META-INF/MANIFEST.MF | 3 --- src/main/resources/commons-logging.properties | 16 ------------- src/main/resources/log4j.properties | 34 --------------------------- 3 files changed, 53 deletions(-) delete mode 100644 src/main/resources/META-INF/MANIFEST.MF delete mode 100644 src/main/resources/commons-logging.properties delete mode 100644 src/main/resources/log4j.properties (limited to 'src/main') diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF deleted file mode 100644 index 5e949512..00000000 --- a/src/main/resources/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - diff --git a/src/main/resources/commons-logging.properties b/src/main/resources/commons-logging.properties deleted file mode 100644 index 0d497b1b..00000000 --- a/src/main/resources/commons-logging.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2008 Federal Chancellery Austria and -# Graz University of Technology -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties deleted file mode 100644 index 19762c61..00000000 --- a/src/main/resources/log4j.properties +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2008 Federal Chancellery Austria and -# Graz University of Technology -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# loglever DEBUG, appender STDOUT -log4j.rootLogger=DEBUG, STDOUT -#log4j.logger.at.gv.egiz.slbinding.RedirectEventFilter=DEBUG, STDOUT - -# STDOUT appender -log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender -log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout -#log4j.appender.STDOUT.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n -#log4j.appender.STDOUT.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -log4j.appender.STDOUT.layout.ConversionPattern=%-5p | %t | %c %x - %m%n - -### FILE appender -#log4j.appender.file=org.apache.log4j.RollingFileAppender -#log4j.appender.file.maxFileSize=100KB -#log4j.appender.file.maxBackupIndex=9 -#log4j.appender.file.File=egovbus_ca.log -#log4j.appender.file.threshold=info -#log4j.appender.file.layout=org.apache.log4j.PatternLayout -#log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n \ No newline at end of file -- cgit v1.2.3 From c956358acdefc89db6a0e62cace55551629960a7 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 30 Sep 2009 12:53:00 +0000 Subject: mocca project site git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@513 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- src/main/site/apt/index.apt | 104 ++++++++++++++++++++++++++++++++++++++++++++ src/main/site/apt/notes.apt | 4 ++ src/main/site/site.xml | 30 +++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 src/main/site/apt/index.apt create mode 100644 src/main/site/apt/notes.apt create mode 100644 src/main/site/site.xml (limited to 'src/main') diff --git a/src/main/site/apt/index.apt b/src/main/site/apt/index.apt new file mode 100644 index 00000000..026d7bb0 --- /dev/null +++ b/src/main/site/apt/index.apt @@ -0,0 +1,104 @@ + ------ + MOCCA + ------ + Egiz + ------ + Date + + Paragraph 1, line 1. + Paragraph 1, line 2. + + Paragraph 2, line 1. + Paragraph 2, line 2. + +Section title + +* Sub-section title + +** Sub-sub-section title + +*** Sub-sub-sub-section title + +**** Sub-sub-sub-sub-section title + + * List item 1. + + * List item 2. + + Paragraph contained in list item 2. + + * Sub-list item 1. + + * Sub-list item 2. + + * List item 3. + Force end of list: + + [] + ++------------------------------------------+ +Verbatim text not contained in list item 3 ++------------------------------------------+ + + [[1]] Numbered item 1. + + [[A]] Numbered item A. + + [[B]] Numbered item B. + + [[2]] Numbered item 2. + + List numbering schemes: [[1]], [[a]], [[A]], [[i]], [[I]]. + + [Defined term 1] of definition list. + + [Defined term 2] of definition list. + ++-------------------------------+ +Verbatim text + in a box ++-------------------------------+ + + --- instead of +-- suppresses the box around verbatim text. + +[Figure name] Figure caption + +*----------*--------------+----------------: +| Centered | Left-aligned | Right-aligned | +| cell 1,1 | cell 1,2 | cell 1,3 | +*----------*--------------+----------------: +| cell 2,1 | cell 2,2 | cell 2,3 | +*----------*--------------+----------------: +Table caption + + No grid, no caption: + +*-----*------* + cell | cell +*-----*------* + cell | cell +*-----*------* + + Horizontal line: + +======================================================================= + +^L + New page. + + font. <> font. <<>> font. + + {Anchor}. Link to {{anchor}}. Link to {{http://www.pixware.fr}}. + Link to {{{anchor}showing alternate text}}. + Link to {{{http://www.pixware.fr}Pixware home page}}. + + Force line\ + break. + + Non\ breaking\ space. + + Escaped special characters: \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\. + + Copyright symbol: \251, \xA9, \u00a9. + +~~Commented out. \ No newline at end of file diff --git a/src/main/site/apt/notes.apt b/src/main/site/apt/notes.apt new file mode 100644 index 00000000..f224de43 --- /dev/null +++ b/src/main/site/apt/notes.apt @@ -0,0 +1,4 @@ + + make include-webstart profile active via settings.xml, + otherwise reactor fails to calculate the correct build + order (BKUWebStart prior to BKUOnline) \ No newline at end of file diff --git a/src/main/site/site.xml b/src/main/site/site.xml new file mode 100644 index 00000000..f72f52bf --- /dev/null +++ b/src/main/site/site.xml @@ -0,0 +1,30 @@ + + + + + + MOCCA + http://mocca.egovlabs.gv.at/mocca-t_s.png + http://mocca.egovlabs.gv.at/ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3