branch develop updated (7984fa0 -> a15910c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 7984fa0 [jgitflow-maven-plugin]updating poms for 0.6-SNAPSHOT development new 4e64a30 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new b1b1121 [jgitflow-maven-plugin]updating poms for branch'release/0.5' with non-snapshot versions new a9ed688 Add license headers new 7d48983 [jgitflow-maven-plugin]merging 'release/0.5' into 'master' new 8199682 [jgitflow-maven-plugin]merging 'master' into 'develop' new a15910c [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a15910c133571254b8a8fe72860a55722de3eb92 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:03 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 819968293c4059d1a1cade090b15f7d97c1dcfa5 Merge: 4e64a30 7d48983 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:02 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 4e64a30c31da47047922f30443a023153252ce78 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:02 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 7d489835b90323d3cef5d6345ccf7a103f9dc5e5 Merge: 3d6fae4 a9ed688 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:00 2015 +0200 [jgitflow-maven-plugin]merging 'release/0.5' into 'master' commit a9ed6885f2578661d1cfb19c1747d766560e8258 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:49:41 2015 +0200 Add license headers commit b1b11210a1330e238aa206de9c2405eb607cc43e Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:44:12 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/0.5' with non-snapshot versions Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 6 +++--- .../nuiton/scmwebeditor/git/GitFileManager.java | 6 +++--- .../org/nuiton/scmwebeditor/git/GitProvider.java | 6 +++--- .../api/OperationNotSupportedException.java | 22 ++++++++++++++++++++++ .../api/RepositoryNotFoundException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 4 ++-- .../nuiton/scmwebeditor/api/ScmFileManager.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmProvider.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmRevision.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/SweInternalException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/dto/BrowseDto.java | 22 ++++++++++++++++++++++ .../org/nuiton/scmwebeditor/api/dto/CommitDto.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/dto/CreateBranchDto.java | 4 ++-- .../scmwebeditor/api/dto/CreateDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/MoveFileDto.java | 4 ++-- .../scmwebeditor/api/dto/RemoveDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/RemoveFileDto.java | 4 ++-- .../nuiton/scmwebeditor/api/dto/UploadFileDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/AbstractResultDto.java | 4 ++-- .../api/dto/result/BrowseResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CommitResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CreateDirectoryResultDto.java | 4 ++-- .../api/dto/result/MoveFileResultDto.java | 4 ++-- .../api/dto/result/RemoveDirectoryResultDto.java | 4 ++-- .../api/dto/result/RemoveFileResultDto.java | 4 ++-- .../api/dto/result/UploadFileResultDto.java | 4 ++-- .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 4 ++-- .../scmwebeditor/uiweb/SweSessionListener.java | 4 ++-- .../uiweb/actions/DetectScmAction.java | 4 ++-- .../uiweb/actions/DownloadFileAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/EditAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/GetImageAction.java | 4 ++-- .../uiweb/actions/ImageBytesResult.java | 4 ++-- .../uiweb/actions/ListBranchesAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/SaveAction.java | 4 ++-- .../uiweb/actions/ViewDiffsAction.java | 4 ++-- .../uiweb/actions/ViewImageAction.java | 4 ++-- .../uiweb/actions/ViewRevisionAction.java | 4 ++-- .../codemirror-ui/css/codemirror-ui-find.css | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/css/codemirror-ui.css | 21 +++++++++++++++++++++ .../src/main/webapp/codemirror-ui/index.html | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/js/codemirror-ui-find.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/codemirror-ui.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/find_replace.html | 21 +++++++++++++++++++++ swe-ui-web/src/main/webapp/js/autoSave.js | 6 +++--- swe-ui-web/src/main/webapp/js/branches.js | 6 +++--- swe-ui-web/src/main/webapp/js/editor.js | 6 +++--- swe-ui-web/src/main/webapp/js/gereSession.js | 4 ++-- swe-ui-web/src/main/webapp/js/popin.js | 6 +++--- swe-ui-web/src/main/webapp/js/preview.js | 6 +++--- swe-ui-web/src/main/webapp/js/scmDetector.js | 6 +++--- swe-ui-web/src/main/webapp/js/selectLanguage.js | 4 ++-- 52 files changed, 407 insertions(+), 83 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit b1b11210a1330e238aa206de9c2405eb607cc43e Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:44:12 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/0.5' with non-snapshot versions --- pom.xml | 2 +- swe-git/pom.xml | 2 +- swe-scm-api/pom.xml | 2 +- swe-svn/pom.xml | 2 +- swe-ui-web/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index abaac77..e6cec14 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.5</version> <packaging>pom</packaging> <name>ScmWebEditor</name> diff --git a/swe-git/pom.xml b/swe-git/pom.xml index 9951130..11958f6 100644 --- a/swe-git/pom.xml +++ b/swe-git/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-git</artifactId> diff --git a/swe-scm-api/pom.xml b/swe-scm-api/pom.xml index 25b6ea5..1d8e770 100644 --- a/swe-scm-api/pom.xml +++ b/swe-scm-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-scm-api</artifactId> diff --git a/swe-svn/pom.xml b/swe-svn/pom.xml index 3e991e6..9fddcb3 100644 --- a/swe-svn/pom.xml +++ b/swe-svn/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-svn</artifactId> diff --git a/swe-ui-web/pom.xml b/swe-ui-web/pom.xml index 0ce8d1a..9770ea7 100644 --- a/swe-ui-web/pom.xml +++ b/swe-ui-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-ui-web</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit a9ed6885f2578661d1cfb19c1747d766560e8258 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:49:41 2015 +0200 Add license headers --- .../org/nuiton/scmwebeditor/git/GitConnection.java | 6 +++--- .../nuiton/scmwebeditor/git/GitFileManager.java | 6 +++--- .../org/nuiton/scmwebeditor/git/GitProvider.java | 6 +++--- .../api/OperationNotSupportedException.java | 22 ++++++++++++++++++++++ .../api/RepositoryNotFoundException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 4 ++-- .../nuiton/scmwebeditor/api/ScmFileManager.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmProvider.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmRevision.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/SweInternalException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/dto/BrowseDto.java | 22 ++++++++++++++++++++++ .../org/nuiton/scmwebeditor/api/dto/CommitDto.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/dto/CreateBranchDto.java | 4 ++-- .../scmwebeditor/api/dto/CreateDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/MoveFileDto.java | 4 ++-- .../scmwebeditor/api/dto/RemoveDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/RemoveFileDto.java | 4 ++-- .../nuiton/scmwebeditor/api/dto/UploadFileDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/AbstractResultDto.java | 4 ++-- .../api/dto/result/BrowseResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CommitResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CreateDirectoryResultDto.java | 4 ++-- .../api/dto/result/MoveFileResultDto.java | 4 ++-- .../api/dto/result/RemoveDirectoryResultDto.java | 4 ++-- .../api/dto/result/RemoveFileResultDto.java | 4 ++-- .../api/dto/result/UploadFileResultDto.java | 4 ++-- .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 4 ++-- .../scmwebeditor/uiweb/SweSessionListener.java | 4 ++-- .../uiweb/actions/DetectScmAction.java | 4 ++-- .../uiweb/actions/DownloadFileAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/EditAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/GetImageAction.java | 4 ++-- .../uiweb/actions/ImageBytesResult.java | 4 ++-- .../uiweb/actions/ListBranchesAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/SaveAction.java | 4 ++-- .../uiweb/actions/ViewDiffsAction.java | 4 ++-- .../uiweb/actions/ViewImageAction.java | 4 ++-- .../uiweb/actions/ViewRevisionAction.java | 4 ++-- .../codemirror-ui/css/codemirror-ui-find.css | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/css/codemirror-ui.css | 21 +++++++++++++++++++++ .../src/main/webapp/codemirror-ui/index.html | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/js/codemirror-ui-find.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/codemirror-ui.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/find_replace.html | 21 +++++++++++++++++++++ swe-ui-web/src/main/webapp/js/autoSave.js | 6 +++--- swe-ui-web/src/main/webapp/js/branches.js | 6 +++--- swe-ui-web/src/main/webapp/js/editor.js | 6 +++--- swe-ui-web/src/main/webapp/js/gereSession.js | 4 ++-- swe-ui-web/src/main/webapp/js/popin.js | 6 +++--- swe-ui-web/src/main/webapp/js/preview.js | 6 +++--- swe-ui-web/src/main/webapp/js/scmDetector.js | 6 +++--- swe-ui-web/src/main/webapp/js/selectLanguage.js | 4 ++-- 52 files changed, 407 insertions(+), 83 deletions(-) diff --git a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitConnection.java b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitConnection.java index 74e5975..60ec870 100644 --- a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitConnection.java +++ b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitConnection.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -983,4 +983,4 @@ public class GitConnection implements ScmConnection { log.error(logMessage, e); } } -} \ No newline at end of file +} diff --git a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitFileManager.java b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitFileManager.java index 77c987c..7205497 100644 --- a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitFileManager.java +++ b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitFileManager.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -955,4 +955,4 @@ public class GitFileManager implements ScmFileManager { } } } -} \ No newline at end of file +} diff --git a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitProvider.java b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitProvider.java index 51a2cf2..950cf29 100644 --- a/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitProvider.java +++ b/swe-git/src/main/java/org/nuiton/scmwebeditor/git/GitProvider.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -293,4 +293,4 @@ public class GitProvider implements ScmProvider { public String getDefaultBranchName() throws OperationNotSupportedException { return "master"; } -} \ No newline at end of file +} diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/OperationNotSupportedException.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/OperationNotSupportedException.java index 0601eb5..5c97e37 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/OperationNotSupportedException.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/OperationNotSupportedException.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * An exception called when the requested operation is not supported by the SCM */ diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/RepositoryNotFoundException.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/RepositoryNotFoundException.java index 7a07784..efeca1b 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/RepositoryNotFoundException.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/RepositoryNotFoundException.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmConnection.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmConnection.java index e4d9a24..ec86c13 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmConnection.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmConnection.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmFileManager.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmFileManager.java index 9d8009b..7a5583d 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmFileManager.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmFileManager.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmProvider.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmProvider.java index dbb781a..988128e 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmProvider.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmProvider.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java index 9238ec1..f435a84 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class ScmRevision implements Comparable { /** the revision identifier (or revision number) */ diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/SweInternalException.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/SweInternalException.java index ef31de6..a00f320 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/SweInternalException.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/SweInternalException.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/BrowseDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/BrowseDto.java index cb1f5bc..ac9a208 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/BrowseDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/BrowseDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class BrowseDto { diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CommitDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CommitDto.java index 074341e..82d64da 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CommitDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CommitDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class CommitDto { /** the username used to connect to the SCM */ diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateBranchDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateBranchDto.java index a09d632..ffd4a2b 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateBranchDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateBranchDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateDirectoryDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateDirectoryDto.java index 056a1ad..9f35f07 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateDirectoryDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/CreateDirectoryDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class CreateDirectoryDto { /** the username used to connect to the SCM */ diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/MoveFileDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/MoveFileDto.java index ea653e8..f78d165 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/MoveFileDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/MoveFileDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveDirectoryDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveDirectoryDto.java index 931cab6..a2d0844 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveDirectoryDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveDirectoryDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class RemoveDirectoryDto { /** the username used to connect to the SCM */ diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveFileDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveFileDto.java index 0ab5415..16697bc 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveFileDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveFileDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/UploadFileDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/UploadFileDto.java index 7418463..28abf07 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/UploadFileDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/UploadFileDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.io.File; public class UploadFileDto { diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/AbstractResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/AbstractResultDto.java index 16516f5..2d57dae 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/AbstractResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/AbstractResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/BrowseResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/BrowseResultDto.java index e9a96d9..3732dbd 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/BrowseResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/BrowseResultDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto.result; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.util.HashMap; import java.util.LinkedList; diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CommitResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CommitResultDto.java index 9431337..2051051 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CommitResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CommitResultDto.java @@ -1,5 +1,27 @@ package org.nuiton.scmwebeditor.api.dto.result; +/* + * #%L + * ScmWebEditor SCM API + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + public class CommitResultDto extends AbstractResultDto { public static final String ERROR_PATH = "error path"; diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CreateDirectoryResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CreateDirectoryResultDto.java index 44113aa..f837eb8 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CreateDirectoryResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/CreateDirectoryResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/MoveFileResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/MoveFileResultDto.java index b0a6cbb..254b554 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/MoveFileResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/MoveFileResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveDirectoryResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveDirectoryResultDto.java index 56ac863..93765be 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveDirectoryResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveDirectoryResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveFileResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveFileResultDto.java index 63761c7..5f1f233 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveFileResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/RemoveFileResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/UploadFileResultDto.java b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/UploadFileResultDto.java index e11e353..b0654b4 100644 --- a/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/UploadFileResultDto.java +++ b/swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/UploadFileResultDto.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-svn/src/main/java/org/nuiton/scmwebeditor/svn/SvnProvider.java b/swe-svn/src/main/java/org/nuiton/scmwebeditor/svn/SvnProvider.java index 73be2b1..2b2ac79 100644 --- a/swe-svn/src/main/java/org/nuiton/scmwebeditor/svn/SvnProvider.java +++ b/swe-svn/src/main/java/org/nuiton/scmwebeditor/svn/SvnProvider.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/SweSessionListener.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/SweSessionListener.java index 3f160b8..28cbf6c 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/SweSessionListener.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/SweSessionListener.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DetectScmAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DetectScmAction.java index f4e11b5..b0978cc 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DetectScmAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DetectScmAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DownloadFileAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DownloadFileAction.java index d49f0dd..685497d 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DownloadFileAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DownloadFileAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/EditAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/EditAction.java index 64fb454..65ee45c 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/EditAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/EditAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/GetImageAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/GetImageAction.java index 8891888..dedb3d4 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/GetImageAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/GetImageAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ImageBytesResult.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ImageBytesResult.java index b2a9670..65245c2 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ImageBytesResult.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ImageBytesResult.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ListBranchesAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ListBranchesAction.java index 4059e16..8f102a6 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ListBranchesAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ListBranchesAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/SaveAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/SaveAction.java index 3271ae5..f46d2f1 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/SaveAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/SaveAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewDiffsAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewDiffsAction.java index 9c51f2f..ac8cbd1 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewDiffsAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewDiffsAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewImageAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewImageAction.java index 9155a36..6e43da9 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewImageAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewImageAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewRevisionAction.java b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewRevisionAction.java index 2edeabe..0f4bf55 100644 --- a/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewRevisionAction.java +++ b/swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ViewRevisionAction.java @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css b/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css index fd37a5f..85c1c7c 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css +++ b/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui-find.css @@ -1,3 +1,24 @@ +/* + * #%L + * ScmWebEditor UI web + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ #buttons{ float:right; } diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui.css b/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui.css index aff9b10..6be523f 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui.css +++ b/swe-ui-web/src/main/webapp/codemirror-ui/css/codemirror-ui.css @@ -1,3 +1,24 @@ +/* + * #%L + * ScmWebEditor UI web + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ .codemirror-ui-button-frame{ border-top:1px solid #ccc; border-left:1px solid #ccc; diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/index.html b/swe-ui-web/src/main/webapp/codemirror-ui/index.html index 4557d91..42e5193 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/index.html +++ b/swe-ui-web/src/main/webapp/codemirror-ui/index.html @@ -1,3 +1,24 @@ +<!-- + #%L + ScmWebEditor UI web + %% + Copyright (C) 2009 - 2015 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js b/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js index 02cac2b..5c8e0ca 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js +++ b/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui-find.js @@ -1,3 +1,24 @@ +/* + * #%L + * ScmWebEditor UI web + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /** * @author jgreen */ diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui.js b/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui.js index 3512146..c709f4f 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui.js +++ b/swe-ui-web/src/main/webapp/codemirror-ui/js/codemirror-ui.js @@ -1,3 +1,24 @@ +/* + * #%L + * ScmWebEditor UI web + * %% + * Copyright (C) 2009 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* Demonstration of embedding CodeMirror in a bigger application. The * interface defined here is a mess of prompts and confirms, and * should probably not be used in a real project. diff --git a/swe-ui-web/src/main/webapp/codemirror-ui/js/find_replace.html b/swe-ui-web/src/main/webapp/codemirror-ui/js/find_replace.html index 3e551f4..f925510 100644 --- a/swe-ui-web/src/main/webapp/codemirror-ui/js/find_replace.html +++ b/swe-ui-web/src/main/webapp/codemirror-ui/js/find_replace.html @@ -1,3 +1,24 @@ +<!-- + #%L + ScmWebEditor UI web + %% + Copyright (C) 2009 - 2015 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> diff --git a/swe-ui-web/src/main/webapp/js/autoSave.js b/swe-ui-web/src/main/webapp/js/autoSave.js index 0a3a978..a490dcf 100644 --- a/swe-ui-web/src/main/webapp/js/autoSave.js +++ b/swe-ui-web/src/main/webapp/js/autoSave.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -70,4 +70,4 @@ function removeLocalAutoSave() { var address = document.getElementById("address").value; localStorage.removeItem(address); document.getElementById("lastAutoSave").style.display = "none"; -} \ No newline at end of file +} diff --git a/swe-ui-web/src/main/webapp/js/branches.js b/swe-ui-web/src/main/webapp/js/branches.js index b094386..7a4504a 100644 --- a/swe-ui-web/src/main/webapp/js/branches.js +++ b/swe-ui-web/src/main/webapp/js/branches.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -61,4 +61,4 @@ $(document).ready(function() { $selectedBranch.val(selectedBranchName); $searchButton.trigger("click"); }); -}); \ No newline at end of file +}); diff --git a/swe-ui-web/src/main/webapp/js/editor.js b/swe-ui-web/src/main/webapp/js/editor.js index 4c8896f..5b197cf 100644 --- a/swe-ui-web/src/main/webapp/js/editor.js +++ b/swe-ui-web/src/main/webapp/js/editor.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -153,4 +153,4 @@ $.subscribe('treeChanged', function(event, data) { children.item('ins').click(); } } -}); \ No newline at end of file +}); diff --git a/swe-ui-web/src/main/webapp/js/gereSession.js b/swe-ui-web/src/main/webapp/js/gereSession.js index 1d6ca25..5a6928f 100644 --- a/swe-ui-web/src/main/webapp/js/gereSession.js +++ b/swe-ui-web/src/main/webapp/js/gereSession.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/swe-ui-web/src/main/webapp/js/popin.js b/swe-ui-web/src/main/webapp/js/popin.js index caf63c1..f4ec4fa 100644 --- a/swe-ui-web/src/main/webapp/js/popin.js +++ b/swe-ui-web/src/main/webapp/js/popin.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -31,4 +31,4 @@ function openPopin(popinId) { function closePopin(popinId) { document.getElementById(popinId).style.display = "none"; document.getElementById("popinBackground").style.display = "none"; -} \ No newline at end of file +} diff --git a/swe-ui-web/src/main/webapp/js/preview.js b/swe-ui-web/src/main/webapp/js/preview.js index beb0999..efe7f2c 100644 --- a/swe-ui-web/src/main/webapp/js/preview.js +++ b/swe-ui-web/src/main/webapp/js/preview.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -205,4 +205,4 @@ $(document).ready(function() { minWidth: minWidth, maxWidth: maxWidth }); -}); \ No newline at end of file +}); diff --git a/swe-ui-web/src/main/webapp/js/scmDetector.js b/swe-ui-web/src/main/webapp/js/scmDetector.js index 46871a0..9aae859 100644 --- a/swe-ui-web/src/main/webapp/js/scmDetector.js +++ b/swe-ui-web/src/main/webapp/js/scmDetector.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. @@ -33,4 +33,4 @@ $(document).ready(function() { }); }); -}); \ No newline at end of file +}); diff --git a/swe-ui-web/src/main/webapp/js/selectLanguage.js b/swe-ui-web/src/main/webapp/js/selectLanguage.js index 748453c..2afb524 100644 --- a/swe-ui-web/src/main/webapp/js/selectLanguage.js +++ b/swe-ui-web/src/main/webapp/js/selectLanguage.js @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 7d489835b90323d3cef5d6345ccf7a103f9dc5e5 Merge: 3d6fae4 a9ed688 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:00 2015 +0200 [jgitflow-maven-plugin]merging 'release/0.5' into 'master' pom.xml | 419 ++-- src/license/THIRD-PARTY.properties | 41 - .../java/org/nuiton/scmwebeditor/ScmSession.java | 71 - src/main/java/org/nuiton/scmwebeditor/ScmUser.java | 50 - .../ScmWebEditorApplicationListener.java | 54 - .../scmwebeditor/ScmWebEditorBaseAction.java | 555 ------ .../nuiton/scmwebeditor/ScmWebEditorConfig.java | 74 - .../scmwebeditor/ScmWebEditorConfigOption.java | 104 - .../org/nuiton/scmwebeditor/SvnConnection.java | 274 --- .../nuiton/scmwebeditor/actions/LogoutAction.java | 104 - .../nuiton/scmwebeditor/actions/PreviewAction.java | 95 - .../nuiton/scmwebeditor/actions/ResetAction.java | 133 -- .../nuiton/scmwebeditor/actions/SaveAction.java | 83 - .../actions/ScmWebEditorCommitAction.java | 501 ----- .../actions/ScmWebEditorMainAction.java | 443 ----- .../nuiton/scmwebeditor/actions/SearchAction.java | 348 ---- .../nuiton/scmwebeditor/actions/UploadAction.java | 361 ---- .../scmwebeditor/urlResolver/ScmUrlResolver.java | 34 - .../urlResolver/ScmUrlResolverEngine.java | 85 - .../impl/ScmUrlResolverDefaultImpl.java | 55 - .../impl/ScmUrlResolverMavenDocImpl.java | 80 - .../impl/ScmUrlResolverMavenSiteXmlImpl.java | 64 - .../resources/i18n/scmwebeditor_en_GB.properties | 60 - .../resources/i18n/scmwebeditor_fr_FR.properties | 60 - src/main/resources/log4j.properties | 53 - src/main/resources/scmwebeditor.properties | 23 - src/main/resources/struts.xml | 127 -- .../webapp/WEB-INF/content/badFileRedirect.jsp | 60 - src/main/webapp/WEB-INF/content/badRstFile.jsp | 75 - src/main/webapp/WEB-INF/content/badUseRedirect.jsp | 59 - src/main/webapp/WEB-INF/content/error.jsp | 51 - src/main/webapp/WEB-INF/content/fileModify.jsp | 93 - src/main/webapp/WEB-INF/content/index.jsp | 24 - src/main/webapp/WEB-INF/content/loginSearch.jsp | 55 - src/main/webapp/WEB-INF/content/logout.jsp | 56 - .../webapp/WEB-INF/content/modificationViewer.jsp | 455 ----- src/main/webapp/WEB-INF/content/outConnection.jsp | 138 -- src/main/webapp/WEB-INF/content/preview.jsp | 31 - .../webapp/WEB-INF/content/privateSvnRedirect.jsp | 81 - src/main/webapp/WEB-INF/content/recall.jsp | 41 - src/main/webapp/WEB-INF/content/redirect.jsp | 58 - src/main/webapp/WEB-INF/content/reset.jsp | 45 - src/main/webapp/WEB-INF/content/save.jsp | 113 -- src/main/webapp/WEB-INF/content/search.jsp | 67 - src/main/webapp/WEB-INF/content/upload.jsp | 33 - src/main/webapp/WEB-INF/content/uploadForm.jsp | 105 - src/main/webapp/WEB-INF/content/uploadSuccess.jsp | 38 - src/main/webapp/WEB-INF/web.xml | 48 - src/main/webapp/codemirror-ui/README.md | 60 - src/main/webapp/codemirror-ui/VERSION | 3 - .../codemirror-ui/css/codemirror-ui-find.css | 40 - .../webapp/codemirror-ui/css/codemirror-ui.css | 142 -- src/main/webapp/codemirror-ui/index.html | 352 ---- .../webapp/codemirror-ui/js/codemirror-ui-find.js | 110 - src/main/webapp/codemirror-ui/js/codemirror-ui.js | 500 ----- src/main/webapp/codemirror-ui/js/find_replace.html | 89 - .../codemirror-ui/lib/CodeMirror-2.1/LICENSE | 19 - .../codemirror-ui/lib/CodeMirror-2.1/README.md | 6 - .../codemirror-ui/lib/CodeMirror-2.1/compress.html | 108 - .../lib/CodeMirror-2.1/css/baboon.png | Bin 23299 -> 0 bytes .../lib/CodeMirror-2.1/css/baboon_vector.svg | 153 -- .../codemirror-ui/lib/CodeMirror-2.1/css/docs.css | 175 -- .../lib/CodeMirror-2.1/demo/activeline.html | 93 - .../lib/CodeMirror-2.1/demo/complete.html | 100 - .../lib/CodeMirror-2.1/demo/complete.js | 172 -- .../lib/CodeMirror-2.1/demo/marker.html | 74 - .../lib/CodeMirror-2.1/demo/mustache.html | 78 - .../lib/CodeMirror-2.1/demo/resize.html | 65 - .../lib/CodeMirror-2.1/demo/runmode.html | 71 - .../lib/CodeMirror-2.1/demo/search.html | 127 -- .../lib/CodeMirror-2.1/demo/theme.html | 73 - .../codemirror-ui/lib/CodeMirror-2.1/index.html | 255 --- .../lib/CodeMirror-2.1/internals.html | 402 ---- .../lib/CodeMirror-2.1/lib/codemirror.css | 85 - .../lib/CodeMirror-2.1/lib/codemirror.js | 2092 -------------------- .../lib/CodeMirror-2.1/lib/overlay.js | 72 - .../lib/CodeMirror-2.1/lib/runmode.js | 48 - .../codemirror-ui/lib/CodeMirror-2.1/manual.html | 843 -------- .../lib/CodeMirror-2.1/mode/clike/clike.css | 28 - .../lib/CodeMirror-2.1/mode/clike/clike.js | 208 -- .../lib/CodeMirror-2.1/mode/clike/index.html | 122 -- .../lib/CodeMirror-2.1/mode/css/css.js | 145 -- .../lib/CodeMirror-2.1/mode/css/index.html | 77 - .../lib/CodeMirror-2.1/mode/diff/diff.css | 24 - .../lib/CodeMirror-2.1/mode/diff/diff.js | 34 - .../lib/CodeMirror-2.1/mode/diff/index.html | 120 -- .../lib/CodeMirror-2.1/mode/haskell/haskell.js | 263 --- .../lib/CodeMirror-2.1/mode/haskell/index.html | 81 - .../lib/CodeMirror-2.1/mode/htmlmixed/htmlmixed.js | 95 - .../lib/CodeMirror-2.1/mode/htmlmixed/index.html | 73 - .../lib/CodeMirror-2.1/mode/javascript/index.html | 99 - .../CodeMirror-2.1/mode/javascript/javascript.js | 369 ---- .../lib/CodeMirror-2.1/mode/lua/index.html | 93 - .../lib/CodeMirror-2.1/mode/lua/lua.js | 159 -- .../lib/CodeMirror-2.1/mode/php/index.html | 70 - .../lib/CodeMirror-2.1/mode/php/php.js | 105 - .../lib/CodeMirror-2.1/mode/plsql/index.html | 84 - .../lib/CodeMirror-2.1/mode/plsql/plsql.js | 238 --- .../lib/CodeMirror-2.1/mode/python/LICENSE.txt | 21 - .../lib/CodeMirror-2.1/mode/python/index.html | 144 -- .../lib/CodeMirror-2.1/mode/python/python.js | 342 ---- .../lib/CodeMirror-2.1/mode/rst/index.html | 547 ----- .../lib/CodeMirror-2.1/mode/rst/rst.css | 96 - .../lib/CodeMirror-2.1/mode/rst/rst.js | 354 ---- .../lib/CodeMirror-2.1/mode/smalltalk/index.html | 77 - .../lib/CodeMirror-2.1/mode/smalltalk/smalltalk.js | 143 -- .../lib/CodeMirror-2.1/mode/stex/index.html | 117 -- .../lib/CodeMirror-2.1/mode/stex/stex.js | 188 -- .../lib/CodeMirror-2.1/mode/xml/index.html | 63 - .../lib/CodeMirror-2.1/mode/xml/xml.js | 227 --- .../lib/CodeMirror-2.1/oldrelease.html | 171 -- .../lib/CodeMirror-2.1/test/index.html | 50 - .../codemirror-ui/lib/CodeMirror-2.1/test/test.js | 270 --- .../lib/CodeMirror-2.1/theme/default.css | 39 - .../lib/CodeMirror-2.1/theme/elegant.css | 30 - .../lib/CodeMirror-2.1/theme/neat.css | 29 - .../lib/CodeMirror-2.1/theme/night.css | 41 - src/main/webapp/css/main.css | 304 --- src/main/webapp/img/editor/post-it.png | Bin 6490 -> 0 bytes src/main/webapp/js/cancelRedirect.js | 34 - src/main/webapp/js/gereSession.js | 62 - src/main/webapp/js/pictureUpload.js | 26 - src/main/webapp/js/selectLanguage.js | 124 -- .../org/nuiton/scmwebeditor/BaseActionTest.java | 171 -- swe-git/.gitignore | 10 + swe-git/LICENSE.txt | 165 ++ swe-git/README.txt | 6 + swe-git/pom.xml | 78 + {src => swe-git/src}/license/project.xml | 0 .../org/nuiton/scmwebeditor/git/GitConnection.java | 986 +++++++++ .../nuiton/scmwebeditor/git/GitFileManager.java | 958 +++++++++ .../org/nuiton/scmwebeditor/git/GitProvider.java | 296 +++ .../src/site/en}/resources/example.jpg | Bin {src => swe-git/src}/site/en/rst/index.rst | 0 {src => swe-git/src}/site/en/rst/install.rst | 0 {src => swe-git/src}/site/en/rst/tutoriel.rst | 0 {src => swe-git/src}/site/en/rst/user.rst | 0 .../en => swe-git/src/site}/resources/example.jpg | Bin .../src}/site/resources/maquette-01.png | Bin .../src}/site/resources/maquette-01.xcf | Bin .../src}/site/resources/maquette-02.png | Bin .../src}/site/resources/maquette-02.xcf | Bin {src => swe-git/src}/site/rst/index.rst | 0 {src => swe-git/src}/site/rst/install.rst | 0 {src => swe-git/src}/site/rst/tutoriel.rst | 0 {src => swe-git/src}/site/rst/user.rst | 0 {src => swe-git/src}/site/site_en.xml | 0 {src => swe-git/src}/site/site_fr.xml | 0 swe-scm-api/.gitignore | 10 + swe-scm-api/LICENSE.txt | 165 ++ swe-scm-api/README.txt | 6 + swe-scm-api/pom.xml | 53 + {src => swe-scm-api/src}/license/project.xml | 0 .../api/OperationNotSupportedException.java | 33 + .../api/RepositoryNotFoundException.java | 36 + .../org/nuiton/scmwebeditor/api/ScmConnection.java | 137 ++ .../nuiton/scmwebeditor/api/ScmFileManager.java | 70 + .../org/nuiton/scmwebeditor/api/ScmProvider.java | 113 ++ .../org/nuiton/scmwebeditor/api/ScmRevision.java | 65 + .../scmwebeditor/api/SweInternalException.java | 37 + .../org/nuiton/scmwebeditor/api/dto/BrowseDto.java | 83 + .../org/nuiton/scmwebeditor/api/dto/CommitDto.java | 104 + .../scmwebeditor/api/dto/CreateBranchDto.java | 68 + .../scmwebeditor/api/dto/CreateDirectoryDto.java | 67 + .../nuiton/scmwebeditor/api/dto/MoveFileDto.java | 70 + .../scmwebeditor/api/dto/RemoveDirectoryDto.java | 56 + .../nuiton/scmwebeditor/api/dto/RemoveFileDto.java | 55 + .../nuiton/scmwebeditor/api/dto/UploadFileDto.java | 95 + .../api/dto/result/AbstractResultDto.java | 41 + .../api/dto/result/BrowseResultDto.java | 85 + .../api/dto/result/CommitResultDto.java | 86 + .../api/dto/result/CreateDirectoryResultDto.java | 51 + .../api/dto/result/MoveFileResultDto.java | 52 + .../api/dto/result/RemoveDirectoryResultDto.java | 51 + .../api/dto/result/RemoveFileResultDto.java | 52 + .../api/dto/result/UploadFileResultDto.java | 51 + .../src/site/en}/resources/example.jpg | Bin {src => swe-scm-api/src}/site/en/rst/index.rst | 0 {src => swe-scm-api/src}/site/en/rst/install.rst | 0 {src => swe-scm-api/src}/site/en/rst/tutoriel.rst | 0 {src => swe-scm-api/src}/site/en/rst/user.rst | 0 .../src}/site/resources/example.jpg | Bin .../src}/site/resources/maquette-01.png | Bin .../src}/site/resources/maquette-01.xcf | Bin .../src}/site/resources/maquette-02.png | Bin .../src}/site/resources/maquette-02.xcf | Bin {src => swe-scm-api/src}/site/rst/index.rst | 0 {src => swe-scm-api/src}/site/rst/install.rst | 0 {src => swe-scm-api/src}/site/rst/tutoriel.rst | 0 {src => swe-scm-api/src}/site/rst/user.rst | 0 {src => swe-scm-api/src}/site/site_en.xml | 0 {src => swe-scm-api/src}/site/site_fr.xml | 0 swe-svn/.gitignore | 10 + swe-svn/LICENSE.txt | 165 ++ swe-svn/README.txt | 6 + swe-svn/pom.xml | 79 + swe-svn/src/license/THIRD-PARTY.properties | 24 + {src => swe-svn/src}/license/project.xml | 0 .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 1005 ++++++++++ .../nuiton/scmwebeditor/svn/SvnFileManager.java | 495 +++++ .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 136 ++ .../src/site/en}/resources/example.jpg | Bin {src => swe-svn/src}/site/en/rst/index.rst | 0 {src => swe-svn/src}/site/en/rst/install.rst | 0 {src => swe-svn/src}/site/en/rst/tutoriel.rst | 0 {src => swe-svn/src}/site/en/rst/user.rst | 0 {src => swe-svn/src}/site/resources/example.jpg | Bin .../src}/site/resources/maquette-01.png | Bin .../src}/site/resources/maquette-01.xcf | Bin .../src}/site/resources/maquette-02.png | Bin .../src}/site/resources/maquette-02.xcf | Bin {src => swe-svn/src}/site/rst/index.rst | 0 {src => swe-svn/src}/site/rst/install.rst | 0 {src => swe-svn/src}/site/rst/tutoriel.rst | 0 {src => swe-svn/src}/site/rst/user.rst | 0 {src => swe-svn/src}/site/site_en.xml | 0 {src => swe-svn/src}/site/site_fr.xml | 0 swe-ui-web/.gitignore | 10 + swe-ui-web/LICENSE.txt | 165 ++ swe-ui-web/README.txt | 6 + swe-ui-web/pom.xml | 215 ++ swe-ui-web/src/license/THIRD-PARTY.properties | 49 + {src => swe-ui-web/src}/license/project.xml | 0 {src => swe-ui-web/src}/main/i18n/jsp.rules | 0 .../org/nuiton/scmwebeditor/uiweb/ScmSession.java | 92 + .../org/nuiton/scmwebeditor/uiweb/ScmUser.java | 61 + .../uiweb/ScmWebEditorApplicationListener.java | 52 + .../scmwebeditor/uiweb/ScmWebEditorConfig.java | 158 ++ .../uiweb/ScmWebEditorConfigOption.java | 111 ++ .../scmwebeditor/uiweb/SweSessionListener.java | 71 + .../uiweb/actions/AbstractScmWebEditorAction.java | 418 ++++ .../scmwebeditor/uiweb/actions/BrowseAction.java | 289 +++ .../uiweb/actions/CreateBranchAction.java | 207 ++ .../uiweb/actions/CreateDirectoryAction.java | 215 ++ .../uiweb/actions/DetectScmAction.java | 82 + .../uiweb/actions/DownloadFileAction.java | 119 ++ .../scmwebeditor/uiweb/actions/EditAction.java | 371 ++++ .../scmwebeditor/uiweb/actions/GetImageAction.java | 147 ++ .../uiweb/actions/ImageBytesResult.java | 45 + .../uiweb/actions/ListBranchesAction.java | 103 + .../scmwebeditor/uiweb/actions/LogoutAction.java | 116 ++ .../scmwebeditor/uiweb/actions/MoveFileAction.java | 223 +++ .../scmwebeditor/uiweb/actions/PreviewAction.java | 120 ++ .../uiweb/actions/RemoveDirectoryAction.java | 206 ++ .../uiweb/actions/RemoveFileAction.java | 206 ++ .../scmwebeditor/uiweb/actions/ResetAction.java | 118 ++ .../scmwebeditor/uiweb/actions/SaveAction.java | 89 + .../uiweb/actions/ScmWebEditorCommitAction.java | 369 ++++ .../uiweb/actions/ScmWebEditorMainAction.java | 203 ++ .../uiweb/actions/UploadFileAction.java | 237 +++ .../uiweb/actions/ViewDiffsAction.java | 218 ++ .../uiweb/actions/ViewImageAction.java | 277 +++ .../uiweb/actions/ViewRevisionAction.java | 231 +++ ....nuiton.scmwebeditor.urlResolver.ScmUrlResolver | 0 .../i18n/scmwebeditor-ui-web_en_GB.properties | 148 ++ .../i18n/scmwebeditor-ui-web_fr_FR.properties | 148 ++ swe-ui-web/src/main/resources/log4j.properties | 53 + .../src/main/resources/scmwebeditor.properties | 29 + .../src}/main/resources/struts.properties | 0 swe-ui-web/src/main/resources/struts.xml | 195 ++ .../webapp/WEB-INF/content/badFileRedirect.jsp | 59 + .../src/main/webapp/WEB-INF/content/badRstFile.jsp | 76 + .../main/webapp/WEB-INF/content/badUseRedirect.jsp | 58 + .../src/main/webapp/WEB-INF/content/browse.jsp | 378 ++++ .../src/main/webapp/WEB-INF/content/error.jsp | 50 + .../src/main/webapp/WEB-INF/content/fileModify.jsp | 95 + .../webapp/WEB-INF/content/fileNotEditable.jsp | 58 + .../main/webapp/WEB-INF/content/imageViewer.jsp | 485 +++++ .../src/main/webapp/WEB-INF/content/index.jsp | 25 + .../main/webapp/WEB-INF/content/loginBrowse.jsp | 59 + .../src/main/webapp/WEB-INF/content/logout.jsp | 52 + .../webapp/WEB-INF/content/modificationViewer.jsp | 965 +++++++++ .../main/webapp/WEB-INF/content/outConnection.jsp | 185 ++ .../WEB-INF/content/popups/createBranchForm.jsp | 81 + .../WEB-INF/content/popups/createBranchSuccess.jsp | 52 + .../WEB-INF/content/popups/createDirectoryForm.jsp | 133 ++ .../content/popups/createDirectorySuccess.jsp | 68 + .../webapp/WEB-INF/content/popups/moveFileForm.jsp | 157 ++ .../WEB-INF/content/popups/moveFileSuccess.jsp | 68 + .../WEB-INF/content/popups/removeDirectoryForm.jsp | 139 ++ .../content/popups/removeDirectorySuccess.jsp | 68 + .../WEB-INF/content/popups/removeFileForm.jsp | 140 ++ .../WEB-INF/content/popups/removeFileSuccess.jsp | 68 + .../WEB-INF/content/popups/uploadFileForm.jsp | 133 ++ .../WEB-INF/content/popups/uploadFileSuccess.jsp | 68 + .../src/main/webapp/WEB-INF/content/preview.jsp | 30 + .../webapp/WEB-INF/content/privateScmRedirect.jsp | 86 + .../src/main/webapp/WEB-INF/content/recall.jsp | 40 + .../src/main/webapp/WEB-INF/content/redirect.jsp | 57 + .../src/main/webapp/WEB-INF/content/reset.jsp | 47 + .../src/main/webapp/WEB-INF/content/save.jsp | 114 ++ .../main/webapp/WEB-INF/content/viewHistory.jsp | 44 + swe-ui-web/src/main/webapp/WEB-INF/web.xml | 53 + .../src/main/webapp/codemirror-ui/.gitignore | 5 + .../src}/main/webapp/codemirror-ui/LICENSE | 0 swe-ui-web/src/main/webapp/codemirror-ui/README.md | 68 + swe-ui-web/src/main/webapp/codemirror-ui/VERSION | 3 + .../codemirror-ui/css/codemirror-ui-find.css | 40 + .../webapp/codemirror-ui/css/codemirror-ui.css | 130 ++ .../main/webapp/codemirror-ui/images/octologo.png | Bin .../webapp/codemirror-ui/images/silk/accept.png | Bin .../main/webapp/codemirror-ui/images/silk/add.png | Bin .../webapp/codemirror-ui/images/silk/anchor.png | Bin .../codemirror-ui/images/silk/application.png | Bin .../codemirror-ui/images/silk/application_add.png | Bin .../images/silk/application_cascade.png | Bin .../images/silk/application_delete.png | Bin .../images/silk/application_double.png | Bin .../codemirror-ui/images/silk/application_edit.png | Bin .../images/silk/application_error.png | Bin .../codemirror-ui/images/silk/application_form.png | Bin .../images/silk/application_form_add.png | Bin .../images/silk/application_form_delete.png | Bin .../images/silk/application_form_edit.png | Bin .../images/silk/application_form_magnify.png | Bin .../codemirror-ui/images/silk/application_get.png | Bin .../codemirror-ui/images/silk/application_go.png | Bin .../codemirror-ui/images/silk/application_home.png | Bin .../codemirror-ui/images/silk/application_key.png | Bin .../images/silk/application_lightning.png | Bin .../codemirror-ui/images/silk/application_link.png | Bin .../codemirror-ui/images/silk/application_osx.png | Bin .../images/silk/application_osx_terminal.png | Bin .../codemirror-ui/images/silk/application_put.png | Bin .../images/silk/application_side_boxes.png | Bin .../images/silk/application_side_contract.png | Bin .../images/silk/application_side_expand.png | Bin .../images/silk/application_side_list.png | Bin .../images/silk/application_side_tree.png | Bin .../images/silk/application_split.png | Bin .../images/silk/application_tile_horizontal.png | Bin .../images/silk/application_tile_vertical.png | Bin .../images/silk/application_view_columns.png | Bin .../images/silk/application_view_detail.png | Bin .../images/silk/application_view_gallery.png | Bin .../images/silk/application_view_icons.png | Bin .../images/silk/application_view_list.png | Bin .../images/silk/application_view_tile.png | Bin .../codemirror-ui/images/silk/application_xp.png | Bin .../images/silk/application_xp_terminal.png | Bin .../codemirror-ui/images/silk/arrow_branch.png | Bin .../codemirror-ui/images/silk/arrow_divide.png | Bin .../codemirror-ui/images/silk/arrow_down.png | Bin .../webapp/codemirror-ui/images/silk/arrow_in.png | Bin .../codemirror-ui/images/silk/arrow_inout.png | Bin .../codemirror-ui/images/silk/arrow_join.png | Bin .../codemirror-ui/images/silk/arrow_left.png | Bin .../codemirror-ui/images/silk/arrow_merge.png | Bin .../webapp/codemirror-ui/images/silk/arrow_out.png | Bin .../codemirror-ui/images/silk/arrow_out_diag.png | Bin .../codemirror-ui/images/silk/arrow_redo.png | Bin .../codemirror-ui/images/silk/arrow_refresh.png | Bin .../images/silk/arrow_refresh_small.png | Bin .../codemirror-ui/images/silk/arrow_right.png | Bin .../images/silk/arrow_rotate_anticlockwise.png | Bin .../images/silk/arrow_rotate_clockwise.png | Bin .../codemirror-ui/images/silk/arrow_switch.png | Bin .../codemirror-ui/images/silk/arrow_turn_left.png | Bin .../codemirror-ui/images/silk/arrow_turn_right.png | Bin .../codemirror-ui/images/silk/arrow_undo.png | Bin .../webapp/codemirror-ui/images/silk/arrow_up.png | Bin .../codemirror-ui/images/silk/asterisk_orange.png | Bin .../codemirror-ui/images/silk/asterisk_yellow.png | Bin .../webapp/codemirror-ui/images/silk/attach.png | Bin .../codemirror-ui/images/silk/award_star_add.png | Bin .../images/silk/award_star_bronze_1.png | Bin .../images/silk/award_star_bronze_2.png | Bin .../images/silk/award_star_bronze_3.png | Bin .../images/silk/award_star_delete.png | Bin .../images/silk/award_star_gold_1.png | Bin .../images/silk/award_star_gold_2.png | Bin .../images/silk/award_star_gold_3.png | Bin .../images/silk/award_star_silver_1.png | Bin .../images/silk/award_star_silver_2.png | Bin .../images/silk/award_star_silver_3.png | Bin .../webapp/codemirror-ui/images/silk/basket.png | Bin .../codemirror-ui/images/silk/basket_add.png | Bin .../codemirror-ui/images/silk/basket_delete.png | Bin .../codemirror-ui/images/silk/basket_edit.png | Bin .../codemirror-ui/images/silk/basket_error.png | Bin .../webapp/codemirror-ui/images/silk/basket_go.png | Bin .../codemirror-ui/images/silk/basket_put.png | Bin .../codemirror-ui/images/silk/basket_remove.png | Bin .../main/webapp/codemirror-ui/images/silk/bell.png | Bin .../webapp/codemirror-ui/images/silk/bell_add.png | Bin .../codemirror-ui/images/silk/bell_delete.png | Bin .../codemirror-ui/images/silk/bell_error.png | Bin .../webapp/codemirror-ui/images/silk/bell_go.png | Bin .../webapp/codemirror-ui/images/silk/bell_link.png | Bin .../main/webapp/codemirror-ui/images/silk/bin.png | Bin .../codemirror-ui/images/silk/bin_closed.png | Bin .../webapp/codemirror-ui/images/silk/bin_empty.png | Bin .../main/webapp/codemirror-ui/images/silk/bomb.png | Bin .../main/webapp/codemirror-ui/images/silk/book.png | Bin .../webapp/codemirror-ui/images/silk/book_add.png | Bin .../codemirror-ui/images/silk/book_addresses.png | Bin .../codemirror-ui/images/silk/book_delete.png | Bin .../webapp/codemirror-ui/images/silk/book_edit.png | Bin .../codemirror-ui/images/silk/book_error.png | Bin .../webapp/codemirror-ui/images/silk/book_go.png | Bin .../webapp/codemirror-ui/images/silk/book_key.png | Bin .../webapp/codemirror-ui/images/silk/book_link.png | Bin .../webapp/codemirror-ui/images/silk/book_next.png | Bin .../webapp/codemirror-ui/images/silk/book_open.png | Bin .../codemirror-ui/images/silk/book_previous.png | Bin .../main/webapp/codemirror-ui/images/silk/box.png | Bin .../webapp/codemirror-ui/images/silk/brick.png | Bin .../webapp/codemirror-ui/images/silk/brick_add.png | Bin .../codemirror-ui/images/silk/brick_delete.png | Bin .../codemirror-ui/images/silk/brick_edit.png | Bin .../codemirror-ui/images/silk/brick_error.png | Bin .../webapp/codemirror-ui/images/silk/brick_go.png | Bin .../codemirror-ui/images/silk/brick_link.png | Bin .../webapp/codemirror-ui/images/silk/bricks.png | Bin .../webapp/codemirror-ui/images/silk/briefcase.png | Bin .../main/webapp/codemirror-ui/images/silk/bug.png | Bin .../webapp/codemirror-ui/images/silk/bug_add.png | Bin .../codemirror-ui/images/silk/bug_delete.png | Bin .../webapp/codemirror-ui/images/silk/bug_edit.png | Bin .../webapp/codemirror-ui/images/silk/bug_error.png | Bin .../webapp/codemirror-ui/images/silk/bug_go.png | Bin .../webapp/codemirror-ui/images/silk/bug_link.png | Bin .../webapp/codemirror-ui/images/silk/building.png | Bin .../codemirror-ui/images/silk/building_add.png | Bin .../codemirror-ui/images/silk/building_delete.png | Bin .../codemirror-ui/images/silk/building_edit.png | Bin .../codemirror-ui/images/silk/building_error.png | Bin .../codemirror-ui/images/silk/building_go.png | Bin .../codemirror-ui/images/silk/building_key.png | Bin .../codemirror-ui/images/silk/building_link.png | Bin .../codemirror-ui/images/silk/bullet_add.png | Bin .../images/silk/bullet_arrow_bottom.png | Bin .../images/silk/bullet_arrow_down.png | Bin .../codemirror-ui/images/silk/bullet_arrow_top.png | Bin .../codemirror-ui/images/silk/bullet_arrow_up.png | Bin .../codemirror-ui/images/silk/bullet_black.png | Bin .../codemirror-ui/images/silk/bullet_blue.png | Bin .../codemirror-ui/images/silk/bullet_delete.png | Bin .../codemirror-ui/images/silk/bullet_disk.png | Bin .../codemirror-ui/images/silk/bullet_error.png | Bin .../codemirror-ui/images/silk/bullet_feed.png | Bin .../webapp/codemirror-ui/images/silk/bullet_go.png | Bin .../codemirror-ui/images/silk/bullet_green.png | Bin .../codemirror-ui/images/silk/bullet_key.png | Bin .../codemirror-ui/images/silk/bullet_orange.png | Bin .../codemirror-ui/images/silk/bullet_picture.png | Bin .../codemirror-ui/images/silk/bullet_pink.png | Bin .../codemirror-ui/images/silk/bullet_purple.png | Bin .../codemirror-ui/images/silk/bullet_red.png | Bin .../codemirror-ui/images/silk/bullet_star.png | Bin .../images/silk/bullet_toggle_minus.png | Bin .../images/silk/bullet_toggle_plus.png | Bin .../codemirror-ui/images/silk/bullet_white.png | Bin .../codemirror-ui/images/silk/bullet_wrench.png | Bin .../codemirror-ui/images/silk/bullet_yellow.png | Bin .../main/webapp/codemirror-ui/images/silk/cake.png | Bin .../codemirror-ui/images/silk/calculator.png | Bin .../codemirror-ui/images/silk/calculator_add.png | Bin .../images/silk/calculator_delete.png | Bin .../codemirror-ui/images/silk/calculator_edit.png | Bin .../codemirror-ui/images/silk/calculator_error.png | Bin .../codemirror-ui/images/silk/calculator_link.png | Bin .../webapp/codemirror-ui/images/silk/calendar.png | Bin .../codemirror-ui/images/silk/calendar_add.png | Bin .../codemirror-ui/images/silk/calendar_delete.png | Bin .../codemirror-ui/images/silk/calendar_edit.png | Bin .../codemirror-ui/images/silk/calendar_link.png | Bin .../images/silk/calendar_view_day.png | Bin .../images/silk/calendar_view_month.png | Bin .../images/silk/calendar_view_week.png | Bin .../webapp/codemirror-ui/images/silk/camera.png | Bin .../codemirror-ui/images/silk/camera_add.png | Bin .../codemirror-ui/images/silk/camera_delete.png | Bin .../codemirror-ui/images/silk/camera_edit.png | Bin .../codemirror-ui/images/silk/camera_error.png | Bin .../webapp/codemirror-ui/images/silk/camera_go.png | Bin .../codemirror-ui/images/silk/camera_link.png | Bin .../codemirror-ui/images/silk/camera_small.png | Bin .../webapp/codemirror-ui/images/silk/cancel.png | Bin .../main/webapp/codemirror-ui/images/silk/car.png | Bin .../webapp/codemirror-ui/images/silk/car_add.png | Bin .../codemirror-ui/images/silk/car_delete.png | Bin .../main/webapp/codemirror-ui/images/silk/cart.png | Bin .../webapp/codemirror-ui/images/silk/cart_add.png | Bin .../codemirror-ui/images/silk/cart_delete.png | Bin .../webapp/codemirror-ui/images/silk/cart_edit.png | Bin .../codemirror-ui/images/silk/cart_error.png | Bin .../webapp/codemirror-ui/images/silk/cart_go.png | Bin .../webapp/codemirror-ui/images/silk/cart_put.png | Bin .../codemirror-ui/images/silk/cart_remove.png | Bin .../main/webapp/codemirror-ui/images/silk/cd.png | Bin .../webapp/codemirror-ui/images/silk/cd_add.png | Bin .../webapp/codemirror-ui/images/silk/cd_burn.png | Bin .../webapp/codemirror-ui/images/silk/cd_delete.png | Bin .../webapp/codemirror-ui/images/silk/cd_edit.png | Bin .../webapp/codemirror-ui/images/silk/cd_eject.png | Bin .../webapp/codemirror-ui/images/silk/cd_go.png | Bin .../webapp/codemirror-ui/images/silk/chart_bar.png | Bin .../codemirror-ui/images/silk/chart_bar_add.png | Bin .../codemirror-ui/images/silk/chart_bar_delete.png | Bin .../codemirror-ui/images/silk/chart_bar_edit.png | Bin .../codemirror-ui/images/silk/chart_bar_error.png | Bin .../codemirror-ui/images/silk/chart_bar_link.png | Bin .../codemirror-ui/images/silk/chart_curve.png | Bin .../codemirror-ui/images/silk/chart_curve_add.png | Bin .../images/silk/chart_curve_delete.png | Bin .../codemirror-ui/images/silk/chart_curve_edit.png | Bin .../images/silk/chart_curve_error.png | Bin .../codemirror-ui/images/silk/chart_curve_go.png | Bin .../codemirror-ui/images/silk/chart_curve_link.png | Bin .../codemirror-ui/images/silk/chart_line.png | Bin .../codemirror-ui/images/silk/chart_line_add.png | Bin .../images/silk/chart_line_delete.png | Bin .../codemirror-ui/images/silk/chart_line_edit.png | Bin .../codemirror-ui/images/silk/chart_line_error.png | Bin .../codemirror-ui/images/silk/chart_line_link.png | Bin .../images/silk/chart_organisation.png | Bin .../images/silk/chart_organisation_add.png | Bin .../images/silk/chart_organisation_delete.png | Bin .../webapp/codemirror-ui/images/silk/chart_pie.png | Bin .../codemirror-ui/images/silk/chart_pie_add.png | Bin .../codemirror-ui/images/silk/chart_pie_delete.png | Bin .../codemirror-ui/images/silk/chart_pie_edit.png | Bin .../codemirror-ui/images/silk/chart_pie_error.png | Bin .../codemirror-ui/images/silk/chart_pie_link.png | Bin .../webapp/codemirror-ui/images/silk/clock.png | Bin .../webapp/codemirror-ui/images/silk/clock_add.png | Bin .../codemirror-ui/images/silk/clock_delete.png | Bin .../codemirror-ui/images/silk/clock_edit.png | Bin .../codemirror-ui/images/silk/clock_error.png | Bin .../webapp/codemirror-ui/images/silk/clock_go.png | Bin .../codemirror-ui/images/silk/clock_link.png | Bin .../codemirror-ui/images/silk/clock_pause.png | Bin .../codemirror-ui/images/silk/clock_play.png | Bin .../webapp/codemirror-ui/images/silk/clock_red.png | Bin .../codemirror-ui/images/silk/clock_stop.png | Bin .../main/webapp/codemirror-ui/images/silk/cog.png | Bin .../webapp/codemirror-ui/images/silk/cog_add.png | Bin .../codemirror-ui/images/silk/cog_delete.png | Bin .../webapp/codemirror-ui/images/silk/cog_edit.png | Bin .../webapp/codemirror-ui/images/silk/cog_error.png | Bin .../webapp/codemirror-ui/images/silk/cog_go.png | Bin .../webapp/codemirror-ui/images/silk/coins.png | Bin .../webapp/codemirror-ui/images/silk/coins_add.png | Bin .../codemirror-ui/images/silk/coins_delete.png | Bin .../codemirror-ui/images/silk/color_swatch.png | Bin .../codemirror-ui/images/silk/color_wheel.png | Bin .../webapp/codemirror-ui/images/silk/comment.png | Bin .../codemirror-ui/images/silk/comment_add.png | Bin .../codemirror-ui/images/silk/comment_delete.png | Bin .../codemirror-ui/images/silk/comment_edit.png | Bin .../webapp/codemirror-ui/images/silk/comments.png | Bin .../codemirror-ui/images/silk/comments_add.png | Bin .../codemirror-ui/images/silk/comments_delete.png | Bin .../webapp/codemirror-ui/images/silk/compress.png | Bin .../webapp/codemirror-ui/images/silk/computer.png | Bin .../codemirror-ui/images/silk/computer_add.png | Bin .../codemirror-ui/images/silk/computer_delete.png | Bin .../codemirror-ui/images/silk/computer_edit.png | Bin .../codemirror-ui/images/silk/computer_error.png | Bin .../codemirror-ui/images/silk/computer_go.png | Bin .../codemirror-ui/images/silk/computer_key.png | Bin .../codemirror-ui/images/silk/computer_link.png | Bin .../webapp/codemirror-ui/images/silk/connect.png | Bin .../webapp/codemirror-ui/images/silk/contrast.png | Bin .../images/silk/contrast_decrease.png | Bin .../codemirror-ui/images/silk/contrast_high.png | Bin .../images/silk/contrast_increase.png | Bin .../codemirror-ui/images/silk/contrast_low.png | Bin .../codemirror-ui/images/silk/control_eject.png | Bin .../images/silk/control_eject_blue.png | Bin .../codemirror-ui/images/silk/control_end.png | Bin .../codemirror-ui/images/silk/control_end_blue.png | Bin .../images/silk/control_equalizer.png | Bin .../images/silk/control_equalizer_blue.png | Bin .../images/silk/control_fastforward.png | Bin .../images/silk/control_fastforward_blue.png | Bin .../codemirror-ui/images/silk/control_pause.png | Bin .../images/silk/control_pause_blue.png | Bin .../codemirror-ui/images/silk/control_play.png | Bin .../images/silk/control_play_blue.png | Bin .../codemirror-ui/images/silk/control_repeat.png | Bin .../images/silk/control_repeat_blue.png | Bin .../codemirror-ui/images/silk/control_rewind.png | Bin .../images/silk/control_rewind_blue.png | Bin .../codemirror-ui/images/silk/control_start.png | Bin .../images/silk/control_start_blue.png | Bin .../codemirror-ui/images/silk/control_stop.png | Bin .../images/silk/control_stop_blue.png | Bin .../codemirror-ui/images/silk/controller.png | Bin .../codemirror-ui/images/silk/controller_add.png | Bin .../images/silk/controller_delete.png | Bin .../codemirror-ui/images/silk/controller_error.png | Bin .../codemirror-ui/images/silk/creditcards.png | Bin .../webapp/codemirror-ui/images/silk/cross.png | Bin .../main/webapp/codemirror-ui/images/silk/css.png | Bin .../webapp/codemirror-ui/images/silk/css_add.png | Bin .../codemirror-ui/images/silk/css_delete.png | Bin .../webapp/codemirror-ui/images/silk/css_go.png | Bin .../webapp/codemirror-ui/images/silk/css_valid.png | Bin .../main/webapp/codemirror-ui/images/silk/cup.png | Bin .../webapp/codemirror-ui/images/silk/cup_add.png | Bin .../codemirror-ui/images/silk/cup_delete.png | Bin .../webapp/codemirror-ui/images/silk/cup_edit.png | Bin .../webapp/codemirror-ui/images/silk/cup_error.png | Bin .../webapp/codemirror-ui/images/silk/cup_go.png | Bin .../webapp/codemirror-ui/images/silk/cup_key.png | Bin .../webapp/codemirror-ui/images/silk/cup_link.png | Bin .../webapp/codemirror-ui/images/silk/cursor.png | Bin .../main/webapp/codemirror-ui/images/silk/cut.png | Bin .../webapp/codemirror-ui/images/silk/cut_red.png | Bin .../webapp/codemirror-ui/images/silk/database.png | Bin .../codemirror-ui/images/silk/database_add.png | Bin .../codemirror-ui/images/silk/database_connect.png | Bin .../codemirror-ui/images/silk/database_delete.png | Bin .../codemirror-ui/images/silk/database_edit.png | Bin .../codemirror-ui/images/silk/database_error.png | Bin .../codemirror-ui/images/silk/database_gear.png | Bin .../codemirror-ui/images/silk/database_go.png | Bin .../codemirror-ui/images/silk/database_key.png | Bin .../images/silk/database_lightning.png | Bin .../codemirror-ui/images/silk/database_link.png | Bin .../codemirror-ui/images/silk/database_refresh.png | Bin .../codemirror-ui/images/silk/database_save.png | Bin .../codemirror-ui/images/silk/database_table.png | Bin .../main/webapp/codemirror-ui/images/silk/date.png | Bin .../webapp/codemirror-ui/images/silk/date_add.png | Bin .../codemirror-ui/images/silk/date_delete.png | Bin .../webapp/codemirror-ui/images/silk/date_edit.png | Bin .../codemirror-ui/images/silk/date_error.png | Bin .../webapp/codemirror-ui/images/silk/date_go.png | Bin .../webapp/codemirror-ui/images/silk/date_link.png | Bin .../codemirror-ui/images/silk/date_magnify.png | Bin .../webapp/codemirror-ui/images/silk/date_next.png | Bin .../codemirror-ui/images/silk/date_previous.png | Bin .../webapp/codemirror-ui/images/silk/delete.png | Bin .../codemirror-ui/images/silk/disconnect.png | Bin .../main/webapp/codemirror-ui/images/silk/disk.png | Bin .../codemirror-ui/images/silk/disk_multiple.png | Bin .../main/webapp/codemirror-ui/images/silk/door.png | Bin .../webapp/codemirror-ui/images/silk/door_in.png | Bin .../webapp/codemirror-ui/images/silk/door_open.png | Bin .../webapp/codemirror-ui/images/silk/door_out.png | Bin .../webapp/codemirror-ui/images/silk/drink.png | Bin .../codemirror-ui/images/silk/drink_empty.png | Bin .../webapp/codemirror-ui/images/silk/drive.png | Bin .../webapp/codemirror-ui/images/silk/drive_add.png | Bin .../codemirror-ui/images/silk/drive_burn.png | Bin .../webapp/codemirror-ui/images/silk/drive_cd.png | Bin .../codemirror-ui/images/silk/drive_cd_empty.png | Bin .../codemirror-ui/images/silk/drive_delete.png | Bin .../codemirror-ui/images/silk/drive_disk.png | Bin .../codemirror-ui/images/silk/drive_edit.png | Bin .../codemirror-ui/images/silk/drive_error.png | Bin .../webapp/codemirror-ui/images/silk/drive_go.png | Bin .../webapp/codemirror-ui/images/silk/drive_key.png | Bin .../codemirror-ui/images/silk/drive_link.png | Bin .../codemirror-ui/images/silk/drive_magnify.png | Bin .../codemirror-ui/images/silk/drive_network.png | Bin .../codemirror-ui/images/silk/drive_rename.png | Bin .../codemirror-ui/images/silk/drive_user.png | Bin .../webapp/codemirror-ui/images/silk/drive_web.png | Bin .../main/webapp/codemirror-ui/images/silk/dvd.png | Bin .../webapp/codemirror-ui/images/silk/dvd_add.png | Bin .../codemirror-ui/images/silk/dvd_delete.png | Bin .../webapp/codemirror-ui/images/silk/dvd_edit.png | Bin .../webapp/codemirror-ui/images/silk/dvd_error.png | Bin .../webapp/codemirror-ui/images/silk/dvd_go.png | Bin .../webapp/codemirror-ui/images/silk/dvd_key.png | Bin .../webapp/codemirror-ui/images/silk/dvd_link.png | Bin .../webapp/codemirror-ui/images/silk/email.png | Bin .../webapp/codemirror-ui/images/silk/email_add.png | Bin .../codemirror-ui/images/silk/email_attach.png | Bin .../codemirror-ui/images/silk/email_delete.png | Bin .../codemirror-ui/images/silk/email_edit.png | Bin .../codemirror-ui/images/silk/email_error.png | Bin .../webapp/codemirror-ui/images/silk/email_go.png | Bin .../codemirror-ui/images/silk/email_link.png | Bin .../codemirror-ui/images/silk/email_open.png | Bin .../codemirror-ui/images/silk/email_open_image.png | Bin .../images/silk/emoticon_evilgrin.png | Bin .../codemirror-ui/images/silk/emoticon_grin.png | Bin .../codemirror-ui/images/silk/emoticon_happy.png | Bin .../codemirror-ui/images/silk/emoticon_smile.png | Bin .../images/silk/emoticon_surprised.png | Bin .../codemirror-ui/images/silk/emoticon_tongue.png | Bin .../codemirror-ui/images/silk/emoticon_unhappy.png | Bin .../codemirror-ui/images/silk/emoticon_waii.png | Bin .../codemirror-ui/images/silk/emoticon_wink.png | Bin .../webapp/codemirror-ui/images/silk/error.png | Bin .../webapp/codemirror-ui/images/silk/error_add.png | Bin .../codemirror-ui/images/silk/error_delete.png | Bin .../webapp/codemirror-ui/images/silk/error_go.png | Bin .../codemirror-ui/images/silk/exclamation.png | Bin .../main/webapp/codemirror-ui/images/silk/eye.png | Bin .../main/webapp/codemirror-ui/images/silk/feed.png | Bin .../webapp/codemirror-ui/images/silk/feed_add.png | Bin .../codemirror-ui/images/silk/feed_delete.png | Bin .../webapp/codemirror-ui/images/silk/feed_disk.png | Bin .../webapp/codemirror-ui/images/silk/feed_edit.png | Bin .../codemirror-ui/images/silk/feed_error.png | Bin .../webapp/codemirror-ui/images/silk/feed_go.png | Bin .../webapp/codemirror-ui/images/silk/feed_key.png | Bin .../webapp/codemirror-ui/images/silk/feed_link.png | Bin .../codemirror-ui/images/silk/feed_magnify.png | Bin .../webapp/codemirror-ui/images/silk/female.png | Bin .../main/webapp/codemirror-ui/images/silk/film.png | Bin .../webapp/codemirror-ui/images/silk/film_add.png | Bin .../codemirror-ui/images/silk/film_delete.png | Bin .../webapp/codemirror-ui/images/silk/film_edit.png | Bin .../codemirror-ui/images/silk/film_error.png | Bin .../webapp/codemirror-ui/images/silk/film_go.png | Bin .../webapp/codemirror-ui/images/silk/film_key.png | Bin .../webapp/codemirror-ui/images/silk/film_link.png | Bin .../webapp/codemirror-ui/images/silk/film_save.png | Bin .../main/webapp/codemirror-ui/images/silk/find.png | Bin .../webapp/codemirror-ui/images/silk/flag_blue.png | Bin .../codemirror-ui/images/silk/flag_green.png | Bin .../codemirror-ui/images/silk/flag_orange.png | Bin .../webapp/codemirror-ui/images/silk/flag_pink.png | Bin .../codemirror-ui/images/silk/flag_purple.png | Bin .../webapp/codemirror-ui/images/silk/flag_red.png | Bin .../codemirror-ui/images/silk/flag_yellow.png | Bin .../webapp/codemirror-ui/images/silk/folder.png | Bin .../codemirror-ui/images/silk/folder_add.png | Bin .../codemirror-ui/images/silk/folder_bell.png | Bin .../codemirror-ui/images/silk/folder_brick.png | Bin .../codemirror-ui/images/silk/folder_bug.png | Bin .../codemirror-ui/images/silk/folder_camera.png | Bin .../codemirror-ui/images/silk/folder_database.png | Bin .../codemirror-ui/images/silk/folder_delete.png | Bin .../codemirror-ui/images/silk/folder_edit.png | Bin .../codemirror-ui/images/silk/folder_error.png | Bin .../codemirror-ui/images/silk/folder_explore.png | Bin .../codemirror-ui/images/silk/folder_feed.png | Bin .../codemirror-ui/images/silk/folder_find.png | Bin .../webapp/codemirror-ui/images/silk/folder_go.png | Bin .../codemirror-ui/images/silk/folder_heart.png | Bin .../codemirror-ui/images/silk/folder_image.png | Bin .../codemirror-ui/images/silk/folder_key.png | Bin .../codemirror-ui/images/silk/folder_lightbulb.png | Bin .../codemirror-ui/images/silk/folder_link.png | Bin .../codemirror-ui/images/silk/folder_magnify.png | Bin .../codemirror-ui/images/silk/folder_page.png | Bin .../images/silk/folder_page_white.png | Bin .../codemirror-ui/images/silk/folder_palette.png | Bin .../codemirror-ui/images/silk/folder_picture.png | Bin .../codemirror-ui/images/silk/folder_star.png | Bin .../codemirror-ui/images/silk/folder_table.png | Bin .../codemirror-ui/images/silk/folder_user.png | Bin .../codemirror-ui/images/silk/folder_wrench.png | Bin .../main/webapp/codemirror-ui/images/silk/font.png | Bin .../webapp/codemirror-ui/images/silk/font_add.png | Bin .../codemirror-ui/images/silk/font_delete.png | Bin .../webapp/codemirror-ui/images/silk/font_go.png | Bin .../webapp/codemirror-ui/images/silk/group.png | Bin .../webapp/codemirror-ui/images/silk/group_add.png | Bin .../codemirror-ui/images/silk/group_delete.png | Bin .../codemirror-ui/images/silk/group_edit.png | Bin .../codemirror-ui/images/silk/group_error.png | Bin .../codemirror-ui/images/silk/group_gear.png | Bin .../webapp/codemirror-ui/images/silk/group_go.png | Bin .../webapp/codemirror-ui/images/silk/group_key.png | Bin .../codemirror-ui/images/silk/group_link.png | Bin .../webapp/codemirror-ui/images/silk/heart.png | Bin .../webapp/codemirror-ui/images/silk/heart_add.png | Bin .../codemirror-ui/images/silk/heart_delete.png | Bin .../main/webapp/codemirror-ui/images/silk/help.png | Bin .../webapp/codemirror-ui/images/silk/hourglass.png | Bin .../codemirror-ui/images/silk/hourglass_add.png | Bin .../codemirror-ui/images/silk/hourglass_delete.png | Bin .../codemirror-ui/images/silk/hourglass_go.png | Bin .../codemirror-ui/images/silk/hourglass_link.png | Bin .../webapp/codemirror-ui/images/silk/house.png | Bin .../webapp/codemirror-ui/images/silk/house_go.png | Bin .../codemirror-ui/images/silk/house_link.png | Bin .../main/webapp/codemirror-ui/images/silk/html.png | Bin .../webapp/codemirror-ui/images/silk/html_add.png | Bin .../codemirror-ui/images/silk/html_delete.png | Bin .../webapp/codemirror-ui/images/silk/html_go.png | Bin .../codemirror-ui/images/silk/html_valid.png | Bin .../webapp/codemirror-ui/images/silk/image.png | Bin .../webapp/codemirror-ui/images/silk/image_add.png | Bin .../codemirror-ui/images/silk/image_delete.png | Bin .../codemirror-ui/images/silk/image_edit.png | Bin .../codemirror-ui/images/silk/image_link.png | Bin .../webapp/codemirror-ui/images/silk/images.png | Bin .../codemirror-ui/images/silk/information.png | Bin .../main/webapp/codemirror-ui/images/silk/ipod.png | Bin .../webapp/codemirror-ui/images/silk/ipod_cast.png | Bin .../codemirror-ui/images/silk/ipod_cast_add.png | Bin .../codemirror-ui/images/silk/ipod_cast_delete.png | Bin .../codemirror-ui/images/silk/ipod_sound.png | Bin .../webapp/codemirror-ui/images/silk/joystick.png | Bin .../codemirror-ui/images/silk/joystick_add.png | Bin .../codemirror-ui/images/silk/joystick_delete.png | Bin .../codemirror-ui/images/silk/joystick_error.png | Bin .../main/webapp/codemirror-ui/images/silk/key.png | Bin .../webapp/codemirror-ui/images/silk/key_add.png | Bin .../codemirror-ui/images/silk/key_delete.png | Bin .../webapp/codemirror-ui/images/silk/key_go.png | Bin .../webapp/codemirror-ui/images/silk/keyboard.png | Bin .../codemirror-ui/images/silk/keyboard_add.png | Bin .../codemirror-ui/images/silk/keyboard_delete.png | Bin .../codemirror-ui/images/silk/keyboard_magnify.png | Bin .../webapp/codemirror-ui/images/silk/layers.png | Bin .../webapp/codemirror-ui/images/silk/layout.png | Bin .../codemirror-ui/images/silk/layout_add.png | Bin .../codemirror-ui/images/silk/layout_content.png | Bin .../codemirror-ui/images/silk/layout_delete.png | Bin .../codemirror-ui/images/silk/layout_edit.png | Bin .../codemirror-ui/images/silk/layout_error.png | Bin .../codemirror-ui/images/silk/layout_header.png | Bin .../codemirror-ui/images/silk/layout_link.png | Bin .../codemirror-ui/images/silk/layout_sidebar.png | Bin .../webapp/codemirror-ui/images/silk/lightbulb.png | Bin .../codemirror-ui/images/silk/lightbulb_add.png | Bin .../codemirror-ui/images/silk/lightbulb_delete.png | Bin .../codemirror-ui/images/silk/lightbulb_off.png | Bin .../webapp/codemirror-ui/images/silk/lightning.png | Bin .../codemirror-ui/images/silk/lightning_add.png | Bin .../codemirror-ui/images/silk/lightning_delete.png | Bin .../codemirror-ui/images/silk/lightning_go.png | Bin .../main/webapp/codemirror-ui/images/silk/link.png | Bin .../webapp/codemirror-ui/images/silk/link_add.png | Bin .../codemirror-ui/images/silk/link_break.png | Bin .../codemirror-ui/images/silk/link_delete.png | Bin .../webapp/codemirror-ui/images/silk/link_edit.png | Bin .../codemirror-ui/images/silk/link_error.png | Bin .../webapp/codemirror-ui/images/silk/link_go.png | Bin .../main/webapp/codemirror-ui/images/silk/lock.png | Bin .../webapp/codemirror-ui/images/silk/lock_add.png | Bin .../codemirror-ui/images/silk/lock_break.png | Bin .../codemirror-ui/images/silk/lock_delete.png | Bin .../webapp/codemirror-ui/images/silk/lock_edit.png | Bin .../webapp/codemirror-ui/images/silk/lock_go.png | Bin .../webapp/codemirror-ui/images/silk/lock_open.png | Bin .../webapp/codemirror-ui/images/silk/lorry.png | Bin .../webapp/codemirror-ui/images/silk/lorry_add.png | Bin .../codemirror-ui/images/silk/lorry_delete.png | Bin .../codemirror-ui/images/silk/lorry_error.png | Bin .../codemirror-ui/images/silk/lorry_flatbed.png | Bin .../webapp/codemirror-ui/images/silk/lorry_go.png | Bin .../codemirror-ui/images/silk/lorry_link.png | Bin .../images/silk/magifier_zoom_out.png | Bin .../webapp/codemirror-ui/images/silk/magnifier.png | Bin .../images/silk/magnifier_zoom_in.png | Bin .../main/webapp/codemirror-ui/images/silk/male.png | Bin .../main/webapp/codemirror-ui/images/silk/map.png | Bin .../webapp/codemirror-ui/images/silk/map_add.png | Bin .../codemirror-ui/images/silk/map_delete.png | Bin .../webapp/codemirror-ui/images/silk/map_edit.png | Bin .../webapp/codemirror-ui/images/silk/map_go.png | Bin .../codemirror-ui/images/silk/map_magnify.png | Bin .../codemirror-ui/images/silk/medal_bronze_1.png | Bin .../codemirror-ui/images/silk/medal_bronze_2.png | Bin .../codemirror-ui/images/silk/medal_bronze_3.png | Bin .../codemirror-ui/images/silk/medal_bronze_add.png | Bin .../images/silk/medal_bronze_delete.png | Bin .../codemirror-ui/images/silk/medal_gold_1.png | Bin .../codemirror-ui/images/silk/medal_gold_2.png | Bin .../codemirror-ui/images/silk/medal_gold_3.png | Bin .../codemirror-ui/images/silk/medal_gold_add.png | Bin .../images/silk/medal_gold_delete.png | Bin .../codemirror-ui/images/silk/medal_silver_1.png | Bin .../codemirror-ui/images/silk/medal_silver_2.png | Bin .../codemirror-ui/images/silk/medal_silver_3.png | Bin .../codemirror-ui/images/silk/medal_silver_add.png | Bin .../images/silk/medal_silver_delete.png | Bin .../webapp/codemirror-ui/images/silk/money.png | Bin .../webapp/codemirror-ui/images/silk/money_add.png | Bin .../codemirror-ui/images/silk/money_delete.png | Bin .../codemirror-ui/images/silk/money_dollar.png | Bin .../codemirror-ui/images/silk/money_euro.png | Bin .../codemirror-ui/images/silk/money_pound.png | Bin .../webapp/codemirror-ui/images/silk/money_yen.png | Bin .../webapp/codemirror-ui/images/silk/monitor.png | Bin .../codemirror-ui/images/silk/monitor_add.png | Bin .../codemirror-ui/images/silk/monitor_delete.png | Bin .../codemirror-ui/images/silk/monitor_edit.png | Bin .../codemirror-ui/images/silk/monitor_error.png | Bin .../codemirror-ui/images/silk/monitor_go.png | Bin .../images/silk/monitor_lightning.png | Bin .../codemirror-ui/images/silk/monitor_link.png | Bin .../webapp/codemirror-ui/images/silk/mouse.png | Bin .../webapp/codemirror-ui/images/silk/mouse_add.png | Bin .../codemirror-ui/images/silk/mouse_delete.png | Bin .../codemirror-ui/images/silk/mouse_error.png | Bin .../webapp/codemirror-ui/images/silk/music.png | Bin .../main/webapp/codemirror-ui/images/silk/new.png | Bin .../webapp/codemirror-ui/images/silk/newspaper.png | Bin .../codemirror-ui/images/silk/newspaper_add.png | Bin .../codemirror-ui/images/silk/newspaper_delete.png | Bin .../codemirror-ui/images/silk/newspaper_go.png | Bin .../codemirror-ui/images/silk/newspaper_link.png | Bin .../main/webapp/codemirror-ui/images/silk/note.png | Bin .../webapp/codemirror-ui/images/silk/note_add.png | Bin .../codemirror-ui/images/silk/note_delete.png | Bin .../webapp/codemirror-ui/images/silk/note_edit.png | Bin .../codemirror-ui/images/silk/note_error.png | Bin .../webapp/codemirror-ui/images/silk/note_go.png | Bin .../webapp/codemirror-ui/images/silk/overlays.png | Bin .../webapp/codemirror-ui/images/silk/package.png | Bin .../codemirror-ui/images/silk/package_add.png | Bin .../codemirror-ui/images/silk/package_delete.png | Bin .../codemirror-ui/images/silk/package_go.png | Bin .../codemirror-ui/images/silk/package_green.png | Bin .../codemirror-ui/images/silk/package_link.png | Bin .../main/webapp/codemirror-ui/images/silk/page.png | Bin .../webapp/codemirror-ui/images/silk/page_add.png | Bin .../codemirror-ui/images/silk/page_attach.png | Bin .../webapp/codemirror-ui/images/silk/page_code.png | Bin .../webapp/codemirror-ui/images/silk/page_copy.png | Bin .../codemirror-ui/images/silk/page_delete.png | Bin .../webapp/codemirror-ui/images/silk/page_edit.png | Bin .../codemirror-ui/images/silk/page_error.png | Bin .../codemirror-ui/images/silk/page_excel.png | Bin .../webapp/codemirror-ui/images/silk/page_find.png | Bin .../webapp/codemirror-ui/images/silk/page_gear.png | Bin .../webapp/codemirror-ui/images/silk/page_go.png | Bin .../codemirror-ui/images/silk/page_green.png | Bin .../webapp/codemirror-ui/images/silk/page_key.png | Bin .../codemirror-ui/images/silk/page_lightning.png | Bin .../webapp/codemirror-ui/images/silk/page_link.png | Bin .../codemirror-ui/images/silk/page_paintbrush.png | Bin .../codemirror-ui/images/silk/page_paste.png | Bin .../webapp/codemirror-ui/images/silk/page_red.png | Bin .../codemirror-ui/images/silk/page_refresh.png | Bin .../webapp/codemirror-ui/images/silk/page_save.png | Bin .../codemirror-ui/images/silk/page_white.png | Bin .../images/silk/page_white_acrobat.png | Bin .../images/silk/page_white_actionscript.png | Bin .../codemirror-ui/images/silk/page_white_add.png | Bin .../codemirror-ui/images/silk/page_white_c.png | Bin .../images/silk/page_white_camera.png | Bin .../codemirror-ui/images/silk/page_white_cd.png | Bin .../codemirror-ui/images/silk/page_white_code.png | Bin .../images/silk/page_white_code_red.png | Bin .../images/silk/page_white_coldfusion.png | Bin .../images/silk/page_white_compressed.png | Bin .../codemirror-ui/images/silk/page_white_copy.png | Bin .../images/silk/page_white_cplusplus.png | Bin .../images/silk/page_white_csharp.png | Bin .../codemirror-ui/images/silk/page_white_cup.png | Bin .../images/silk/page_white_database.png | Bin .../images/silk/page_white_delete.png | Bin .../codemirror-ui/images/silk/page_white_dvd.png | Bin .../codemirror-ui/images/silk/page_white_edit.png | Bin .../codemirror-ui/images/silk/page_white_error.png | Bin .../codemirror-ui/images/silk/page_white_excel.png | Bin .../codemirror-ui/images/silk/page_white_find.png | Bin .../codemirror-ui/images/silk/page_white_flash.png | Bin .../images/silk/page_white_freehand.png | Bin .../codemirror-ui/images/silk/page_white_gear.png | Bin .../codemirror-ui/images/silk/page_white_get.png | Bin .../codemirror-ui/images/silk/page_white_go.png | Bin .../codemirror-ui/images/silk/page_white_h.png | Bin .../images/silk/page_white_horizontal.png | Bin .../codemirror-ui/images/silk/page_white_key.png | Bin .../images/silk/page_white_lightning.png | Bin .../codemirror-ui/images/silk/page_white_link.png | Bin .../images/silk/page_white_magnify.png | Bin .../codemirror-ui/images/silk/page_white_medal.png | Bin .../images/silk/page_white_office.png | Bin .../codemirror-ui/images/silk/page_white_paint.png | Bin .../images/silk/page_white_paintbrush.png | Bin .../codemirror-ui/images/silk/page_white_paste.png | Bin .../codemirror-ui/images/silk/page_white_php.png | Bin .../images/silk/page_white_picture.png | Bin .../images/silk/page_white_powerpoint.png | Bin .../codemirror-ui/images/silk/page_white_put.png | Bin .../codemirror-ui/images/silk/page_white_ruby.png | Bin .../codemirror-ui/images/silk/page_white_stack.png | Bin .../codemirror-ui/images/silk/page_white_star.png | Bin .../images/silk/page_white_swoosh.png | Bin .../codemirror-ui/images/silk/page_white_text.png | Bin .../images/silk/page_white_text_width.png | Bin .../codemirror-ui/images/silk/page_white_tux.png | Bin .../images/silk/page_white_vector.png | Bin .../images/silk/page_white_visualstudio.png | Bin .../codemirror-ui/images/silk/page_white_width.png | Bin .../codemirror-ui/images/silk/page_white_word.png | Bin .../codemirror-ui/images/silk/page_white_world.png | Bin .../images/silk/page_white_wrench.png | Bin .../codemirror-ui/images/silk/page_white_zip.png | Bin .../webapp/codemirror-ui/images/silk/page_word.png | Bin .../codemirror-ui/images/silk/page_world.png | Bin .../codemirror-ui/images/silk/paintbrush.png | Bin .../webapp/codemirror-ui/images/silk/paintcan.png | Bin .../webapp/codemirror-ui/images/silk/palette.png | Bin .../codemirror-ui/images/silk/paste_plain.png | Bin .../codemirror-ui/images/silk/paste_word.png | Bin .../webapp/codemirror-ui/images/silk/pencil.png | Bin .../codemirror-ui/images/silk/pencil_add.png | Bin .../codemirror-ui/images/silk/pencil_delete.png | Bin .../webapp/codemirror-ui/images/silk/pencil_go.png | Bin .../webapp/codemirror-ui/images/silk/phone.png | Bin .../webapp/codemirror-ui/images/silk/phone_add.png | Bin .../codemirror-ui/images/silk/phone_delete.png | Bin .../codemirror-ui/images/silk/phone_sound.png | Bin .../webapp/codemirror-ui/images/silk/photo.png | Bin .../webapp/codemirror-ui/images/silk/photo_add.png | Bin .../codemirror-ui/images/silk/photo_delete.png | Bin .../codemirror-ui/images/silk/photo_link.png | Bin .../webapp/codemirror-ui/images/silk/photos.png | Bin .../webapp/codemirror-ui/images/silk/picture.png | Bin .../codemirror-ui/images/silk/picture_add.png | Bin .../codemirror-ui/images/silk/picture_delete.png | Bin .../codemirror-ui/images/silk/picture_edit.png | Bin .../codemirror-ui/images/silk/picture_empty.png | Bin .../codemirror-ui/images/silk/picture_error.png | Bin .../codemirror-ui/images/silk/picture_go.png | Bin .../codemirror-ui/images/silk/picture_key.png | Bin .../codemirror-ui/images/silk/picture_link.png | Bin .../codemirror-ui/images/silk/picture_save.png | Bin .../webapp/codemirror-ui/images/silk/pictures.png | Bin .../webapp/codemirror-ui/images/silk/pilcrow.png | Bin .../main/webapp/codemirror-ui/images/silk/pill.png | Bin .../webapp/codemirror-ui/images/silk/pill_add.png | Bin .../codemirror-ui/images/silk/pill_delete.png | Bin .../webapp/codemirror-ui/images/silk/pill_go.png | Bin .../webapp/codemirror-ui/images/silk/plugin.png | Bin .../codemirror-ui/images/silk/plugin_add.png | Bin .../codemirror-ui/images/silk/plugin_delete.png | Bin .../codemirror-ui/images/silk/plugin_disabled.png | Bin .../codemirror-ui/images/silk/plugin_edit.png | Bin .../codemirror-ui/images/silk/plugin_error.png | Bin .../webapp/codemirror-ui/images/silk/plugin_go.png | Bin .../codemirror-ui/images/silk/plugin_link.png | Bin .../webapp/codemirror-ui/images/silk/printer.png | Bin .../codemirror-ui/images/silk/printer_add.png | Bin .../codemirror-ui/images/silk/printer_delete.png | Bin .../codemirror-ui/images/silk/printer_empty.png | Bin .../codemirror-ui/images/silk/printer_error.png | Bin .../webapp/codemirror-ui/images/silk/rainbow.png | Bin .../webapp/codemirror-ui/images/silk/report.png | Bin .../codemirror-ui/images/silk/report_add.png | Bin .../codemirror-ui/images/silk/report_delete.png | Bin .../codemirror-ui/images/silk/report_disk.png | Bin .../codemirror-ui/images/silk/report_edit.png | Bin .../webapp/codemirror-ui/images/silk/report_go.png | Bin .../codemirror-ui/images/silk/report_key.png | Bin .../codemirror-ui/images/silk/report_link.png | Bin .../codemirror-ui/images/silk/report_magnify.png | Bin .../codemirror-ui/images/silk/report_picture.png | Bin .../codemirror-ui/images/silk/report_user.png | Bin .../codemirror-ui/images/silk/report_word.png | Bin .../codemirror-ui/images/silk/resultset_first.png | Bin .../codemirror-ui/images/silk/resultset_last.png | Bin .../codemirror-ui/images/silk/resultset_next.png | Bin .../images/silk/resultset_previous.png | Bin .../webapp/codemirror-ui/images/silk/rosette.png | Bin .../main/webapp/codemirror-ui/images/silk/rss.png | Bin .../webapp/codemirror-ui/images/silk/rss_add.png | Bin .../codemirror-ui/images/silk/rss_delete.png | Bin .../webapp/codemirror-ui/images/silk/rss_go.png | Bin .../webapp/codemirror-ui/images/silk/rss_valid.png | Bin .../main/webapp/codemirror-ui/images/silk/ruby.png | Bin .../webapp/codemirror-ui/images/silk/ruby_add.png | Bin .../codemirror-ui/images/silk/ruby_delete.png | Bin .../webapp/codemirror-ui/images/silk/ruby_gear.png | Bin .../webapp/codemirror-ui/images/silk/ruby_get.png | Bin .../webapp/codemirror-ui/images/silk/ruby_go.png | Bin .../webapp/codemirror-ui/images/silk/ruby_key.png | Bin .../webapp/codemirror-ui/images/silk/ruby_link.png | Bin .../webapp/codemirror-ui/images/silk/ruby_put.png | Bin .../webapp/codemirror-ui/images/silk/script.png | Bin .../codemirror-ui/images/silk/script_add.png | Bin .../codemirror-ui/images/silk/script_code.png | Bin .../codemirror-ui/images/silk/script_code_red.png | Bin .../codemirror-ui/images/silk/script_delete.png | Bin .../codemirror-ui/images/silk/script_edit.png | Bin .../codemirror-ui/images/silk/script_error.png | Bin .../codemirror-ui/images/silk/script_gear.png | Bin .../webapp/codemirror-ui/images/silk/script_go.png | Bin .../codemirror-ui/images/silk/script_key.png | Bin .../codemirror-ui/images/silk/script_lightning.png | Bin .../codemirror-ui/images/silk/script_link.png | Bin .../codemirror-ui/images/silk/script_palette.png | Bin .../codemirror-ui/images/silk/script_save.png | Bin .../webapp/codemirror-ui/images/silk/server.png | Bin .../codemirror-ui/images/silk/server_add.png | Bin .../codemirror-ui/images/silk/server_chart.png | Bin .../images/silk/server_compressed.png | Bin .../codemirror-ui/images/silk/server_connect.png | Bin .../codemirror-ui/images/silk/server_database.png | Bin .../codemirror-ui/images/silk/server_delete.png | Bin .../codemirror-ui/images/silk/server_edit.png | Bin .../codemirror-ui/images/silk/server_error.png | Bin .../webapp/codemirror-ui/images/silk/server_go.png | Bin .../codemirror-ui/images/silk/server_key.png | Bin .../codemirror-ui/images/silk/server_lightning.png | Bin .../codemirror-ui/images/silk/server_link.png | Bin .../images/silk/server_uncompressed.png | Bin .../webapp/codemirror-ui/images/silk/shading.png | Bin .../images/silk/shape_align_bottom.png | Bin .../images/silk/shape_align_center.png | Bin .../codemirror-ui/images/silk/shape_align_left.png | Bin .../images/silk/shape_align_middle.png | Bin .../images/silk/shape_align_right.png | Bin .../codemirror-ui/images/silk/shape_align_top.png | Bin .../images/silk/shape_flip_horizontal.png | Bin .../images/silk/shape_flip_vertical.png | Bin .../codemirror-ui/images/silk/shape_group.png | Bin .../codemirror-ui/images/silk/shape_handles.png | Bin .../codemirror-ui/images/silk/shape_move_back.png | Bin .../images/silk/shape_move_backwards.png | Bin .../images/silk/shape_move_forwards.png | Bin .../codemirror-ui/images/silk/shape_move_front.png | Bin .../images/silk/shape_rotate_anticlockwise.png | Bin .../images/silk/shape_rotate_clockwise.png | Bin .../codemirror-ui/images/silk/shape_square.png | Bin .../codemirror-ui/images/silk/shape_square_add.png | Bin .../images/silk/shape_square_delete.png | Bin .../images/silk/shape_square_edit.png | Bin .../images/silk/shape_square_error.png | Bin .../codemirror-ui/images/silk/shape_square_go.png | Bin .../codemirror-ui/images/silk/shape_square_key.png | Bin .../images/silk/shape_square_link.png | Bin .../codemirror-ui/images/silk/shape_ungroup.png | Bin .../webapp/codemirror-ui/images/silk/shield.png | Bin .../codemirror-ui/images/silk/shield_add.png | Bin .../codemirror-ui/images/silk/shield_delete.png | Bin .../webapp/codemirror-ui/images/silk/shield_go.png | Bin .../webapp/codemirror-ui/images/silk/sitemap.png | Bin .../codemirror-ui/images/silk/sitemap_color.png | Bin .../webapp/codemirror-ui/images/silk/sound.png | Bin .../webapp/codemirror-ui/images/silk/sound_add.png | Bin .../codemirror-ui/images/silk/sound_delete.png | Bin .../webapp/codemirror-ui/images/silk/sound_low.png | Bin .../codemirror-ui/images/silk/sound_mute.png | Bin .../codemirror-ui/images/silk/sound_none.png | Bin .../codemirror-ui/images/silk/spellcheck.png | Bin .../codemirror-ui/images/silk/sport_8ball.png | Bin .../codemirror-ui/images/silk/sport_basketball.png | Bin .../codemirror-ui/images/silk/sport_football.png | Bin .../codemirror-ui/images/silk/sport_golf.png | Bin .../codemirror-ui/images/silk/sport_raquet.png | Bin .../images/silk/sport_shuttlecock.png | Bin .../codemirror-ui/images/silk/sport_soccer.png | Bin .../codemirror-ui/images/silk/sport_tennis.png | Bin .../main/webapp/codemirror-ui/images/silk/star.png | Bin .../codemirror-ui/images/silk/status_away.png | Bin .../codemirror-ui/images/silk/status_busy.png | Bin .../codemirror-ui/images/silk/status_offline.png | Bin .../codemirror-ui/images/silk/status_online.png | Bin .../main/webapp/codemirror-ui/images/silk/stop.png | Bin .../webapp/codemirror-ui/images/silk/style.png | Bin .../webapp/codemirror-ui/images/silk/style_add.png | Bin .../codemirror-ui/images/silk/style_delete.png | Bin .../codemirror-ui/images/silk/style_edit.png | Bin .../webapp/codemirror-ui/images/silk/style_go.png | Bin .../main/webapp/codemirror-ui/images/silk/sum.png | Bin .../main/webapp/codemirror-ui/images/silk/tab.png | Bin .../webapp/codemirror-ui/images/silk/tab_add.png | Bin .../codemirror-ui/images/silk/tab_delete.png | Bin .../webapp/codemirror-ui/images/silk/tab_edit.png | Bin .../webapp/codemirror-ui/images/silk/tab_go.png | Bin .../webapp/codemirror-ui/images/silk/table.png | Bin .../webapp/codemirror-ui/images/silk/table_add.png | Bin .../codemirror-ui/images/silk/table_delete.png | Bin .../codemirror-ui/images/silk/table_edit.png | Bin .../codemirror-ui/images/silk/table_error.png | Bin .../codemirror-ui/images/silk/table_gear.png | Bin .../webapp/codemirror-ui/images/silk/table_go.png | Bin .../webapp/codemirror-ui/images/silk/table_key.png | Bin .../codemirror-ui/images/silk/table_lightning.png | Bin .../codemirror-ui/images/silk/table_link.png | Bin .../codemirror-ui/images/silk/table_multiple.png | Bin .../codemirror-ui/images/silk/table_refresh.png | Bin .../images/silk/table_relationship.png | Bin .../codemirror-ui/images/silk/table_row_delete.png | Bin .../codemirror-ui/images/silk/table_row_insert.png | Bin .../codemirror-ui/images/silk/table_save.png | Bin .../codemirror-ui/images/silk/table_sort.png | Bin .../main/webapp/codemirror-ui/images/silk/tag.png | Bin .../webapp/codemirror-ui/images/silk/tag_blue.png | Bin .../codemirror-ui/images/silk/tag_blue_add.png | Bin .../codemirror-ui/images/silk/tag_blue_delete.png | Bin .../codemirror-ui/images/silk/tag_blue_edit.png | Bin .../webapp/codemirror-ui/images/silk/tag_green.png | Bin .../codemirror-ui/images/silk/tag_orange.png | Bin .../webapp/codemirror-ui/images/silk/tag_pink.png | Bin .../codemirror-ui/images/silk/tag_purple.png | Bin .../webapp/codemirror-ui/images/silk/tag_red.png | Bin .../codemirror-ui/images/silk/tag_yellow.png | Bin .../webapp/codemirror-ui/images/silk/telephone.png | Bin .../codemirror-ui/images/silk/telephone_add.png | Bin .../codemirror-ui/images/silk/telephone_delete.png | Bin .../codemirror-ui/images/silk/telephone_edit.png | Bin .../codemirror-ui/images/silk/telephone_error.png | Bin .../codemirror-ui/images/silk/telephone_go.png | Bin .../codemirror-ui/images/silk/telephone_key.png | Bin .../codemirror-ui/images/silk/telephone_link.png | Bin .../codemirror-ui/images/silk/television.png | Bin .../codemirror-ui/images/silk/television_add.png | Bin .../images/silk/television_delete.png | Bin .../images/silk/text_align_center.png | Bin .../images/silk/text_align_justify.png | Bin .../codemirror-ui/images/silk/text_align_left.png | Bin .../codemirror-ui/images/silk/text_align_right.png | Bin .../codemirror-ui/images/silk/text_allcaps.png | Bin .../webapp/codemirror-ui/images/silk/text_bold.png | Bin .../codemirror-ui/images/silk/text_columns.png | Bin .../codemirror-ui/images/silk/text_dropcaps.png | Bin .../codemirror-ui/images/silk/text_heading_1.png | Bin .../codemirror-ui/images/silk/text_heading_2.png | Bin .../codemirror-ui/images/silk/text_heading_3.png | Bin .../codemirror-ui/images/silk/text_heading_4.png | Bin .../codemirror-ui/images/silk/text_heading_5.png | Bin .../codemirror-ui/images/silk/text_heading_6.png | Bin .../images/silk/text_horizontalrule.png | Bin .../codemirror-ui/images/silk/text_indent.png | Bin .../images/silk/text_indent_remove.png | Bin .../codemirror-ui/images/silk/text_italic.png | Bin .../codemirror-ui/images/silk/text_kerning.png | Bin .../images/silk/text_letter_omega.png | Bin .../images/silk/text_letterspacing.png | Bin .../codemirror-ui/images/silk/text_linespacing.png | Bin .../images/silk/text_list_bullets.png | Bin .../images/silk/text_list_numbers.png | Bin .../codemirror-ui/images/silk/text_lowercase.png | Bin .../images/silk/text_padding_bottom.png | Bin .../images/silk/text_padding_left.png | Bin .../images/silk/text_padding_right.png | Bin .../codemirror-ui/images/silk/text_padding_top.png | Bin .../codemirror-ui/images/silk/text_replace.png | Bin .../codemirror-ui/images/silk/text_signature.png | Bin .../codemirror-ui/images/silk/text_smallcaps.png | Bin .../images/silk/text_strikethrough.png | Bin .../codemirror-ui/images/silk/text_subscript.png | Bin .../codemirror-ui/images/silk/text_superscript.png | Bin .../codemirror-ui/images/silk/text_underline.png | Bin .../codemirror-ui/images/silk/text_uppercase.png | Bin .../webapp/codemirror-ui/images/silk/textfield.png | Bin .../codemirror-ui/images/silk/textfield_add.png | Bin .../codemirror-ui/images/silk/textfield_delete.png | Bin .../codemirror-ui/images/silk/textfield_key.png | Bin .../codemirror-ui/images/silk/textfield_rename.png | Bin .../codemirror-ui/images/silk/thumb_down.png | Bin .../webapp/codemirror-ui/images/silk/thumb_up.png | Bin .../main/webapp/codemirror-ui/images/silk/tick.png | Bin .../main/webapp/codemirror-ui/images/silk/time.png | Bin .../webapp/codemirror-ui/images/silk/time_add.png | Bin .../codemirror-ui/images/silk/time_delete.png | Bin .../webapp/codemirror-ui/images/silk/time_go.png | Bin .../codemirror-ui/images/silk/timeline_marker.png | Bin .../webapp/codemirror-ui/images/silk/transmit.png | Bin .../codemirror-ui/images/silk/transmit_add.png | Bin .../codemirror-ui/images/silk/transmit_blue.png | Bin .../codemirror-ui/images/silk/transmit_delete.png | Bin .../codemirror-ui/images/silk/transmit_edit.png | Bin .../codemirror-ui/images/silk/transmit_error.png | Bin .../codemirror-ui/images/silk/transmit_go.png | Bin .../main/webapp/codemirror-ui/images/silk/tux.png | Bin .../main/webapp/codemirror-ui/images/silk/user.png | Bin .../webapp/codemirror-ui/images/silk/user_add.png | Bin .../codemirror-ui/images/silk/user_comment.png | Bin .../codemirror-ui/images/silk/user_delete.png | Bin .../webapp/codemirror-ui/images/silk/user_edit.png | Bin .../codemirror-ui/images/silk/user_female.png | Bin .../webapp/codemirror-ui/images/silk/user_go.png | Bin .../webapp/codemirror-ui/images/silk/user_gray.png | Bin .../codemirror-ui/images/silk/user_green.png | Bin .../codemirror-ui/images/silk/user_orange.png | Bin .../webapp/codemirror-ui/images/silk/user_red.png | Bin .../webapp/codemirror-ui/images/silk/user_suit.png | Bin .../webapp/codemirror-ui/images/silk/vcard.png | Bin .../webapp/codemirror-ui/images/silk/vcard_add.png | Bin .../codemirror-ui/images/silk/vcard_delete.png | Bin .../codemirror-ui/images/silk/vcard_edit.png | Bin .../webapp/codemirror-ui/images/silk/vector.png | Bin .../codemirror-ui/images/silk/vector_add.png | Bin .../codemirror-ui/images/silk/vector_delete.png | Bin .../main/webapp/codemirror-ui/images/silk/wand.png | Bin .../codemirror-ui/images/silk/weather_clouds.png | Bin .../codemirror-ui/images/silk/weather_cloudy.png | Bin .../images/silk/weather_lightning.png | Bin .../codemirror-ui/images/silk/weather_rain.png | Bin .../codemirror-ui/images/silk/weather_snow.png | Bin .../codemirror-ui/images/silk/weather_sun.png | Bin .../webapp/codemirror-ui/images/silk/webcam.png | Bin .../codemirror-ui/images/silk/webcam_add.png | Bin .../codemirror-ui/images/silk/webcam_delete.png | Bin .../codemirror-ui/images/silk/webcam_error.png | Bin .../webapp/codemirror-ui/images/silk/world.png | Bin .../webapp/codemirror-ui/images/silk/world_add.png | Bin .../codemirror-ui/images/silk/world_delete.png | Bin .../codemirror-ui/images/silk/world_edit.png | Bin .../webapp/codemirror-ui/images/silk/world_go.png | Bin .../codemirror-ui/images/silk/world_link.png | Bin .../webapp/codemirror-ui/images/silk/wrench.png | Bin .../codemirror-ui/images/silk/wrench_orange.png | Bin .../webapp/codemirror-ui/images/silk/xhtml.png | Bin .../webapp/codemirror-ui/images/silk/xhtml_add.png | Bin .../codemirror-ui/images/silk/xhtml_delete.png | Bin .../webapp/codemirror-ui/images/silk/xhtml_go.png | Bin .../codemirror-ui/images/silk/xhtml_valid.png | Bin .../main/webapp/codemirror-ui/images/silk/zoom.png | Bin .../webapp/codemirror-ui/images/silk/zoom_in.png | Bin .../webapp/codemirror-ui/images/silk/zoom_out.png | Bin .../src/main/webapp/codemirror-ui/index.html | 361 ++++ .../webapp/codemirror-ui/js/codemirror-ui-find.js | 108 + .../main/webapp/codemirror-ui/js/codemirror-ui.js | 598 ++++++ .../main/webapp/codemirror-ui/js/find_replace.html | 89 + swe-ui-web/src/main/webapp/css/main.css | 670 +++++++ .../src}/main/webapp/css/uploadForm.css | 0 .../src}/main/webapp/img/ScmWebEditor_little.png | Bin .../src}/main/webapp/img/ScmWebEditor_main.png | Bin .../src}/main/webapp/img/accueil/background.png | Bin .../src}/main/webapp/img/accueil/background2.png | Bin .../main/webapp/img/accueil/machine-a-ecrire.png | Bin .../main/webapp/img/accueil/machine-a-ecrire.xcf | Bin .../src}/main/webapp/img/accueil/tache.png | Bin swe-ui-web/src/main/webapp/img/edit-icon.png | Bin 0 -> 1068 bytes .../src}/main/webapp/img/editor/edit-hover.png | Bin .../src}/main/webapp/img/editor/edit.png | Bin swe-ui-web/src/main/webapp/img/editor/floppy.png | Bin 0 -> 477 bytes .../src}/main/webapp/img/editor/head.png | Bin .../webapp/img/editor/machine-a-ecrire-head.png | Bin 0 -> 20024 bytes .../main/webapp/img/editor/machine-a-ecrire.png | Bin swe-ui-web/src/main/webapp/img/editor/post-it.png | Bin 0 -> 6401 bytes .../src}/main/webapp/img/editor/recycle-hover.png | Bin .../src}/main/webapp/img/editor/recycle.png | Bin .../src}/main/webapp/img/editor/save-hover.png | Bin .../main/webapp/img/editor/save-quit-hover.png | Bin .../main/webapp/img/editor/save-quit-hover2.png | Bin .../src}/main/webapp/img/editor/save-quit.png | Bin .../src}/main/webapp/img/editor/save.png | Bin .../src}/main/webapp/img/editor/screen-hover.png | Bin .../src}/main/webapp/img/editor/screen.png | Bin .../main/webapp/img/editor/shut-down-hover.png | Bin .../src}/main/webapp/img/editor/shut-down.png | Bin .../src}/main/webapp/img/flag-i18n-fr.png | Bin .../src}/main/webapp/img/flag-i18n-uk.png | Bin swe-ui-web/src/main/webapp/img/icons/css.png | Bin 0 -> 3541 bytes .../src/main/webapp/img/icons}/file.png | Bin swe-ui-web/src/main/webapp/img/icons/html.png | Bin 0 -> 3235 bytes swe-ui-web/src/main/webapp/img/icons/image.png | Bin 0 -> 623 bytes swe-ui-web/src/main/webapp/img/icons/java.png | Bin 0 -> 3298 bytes .../src/main/webapp/img/icons/javascript.png | Bin 0 -> 3394 bytes swe-ui-web/src/main/webapp/img/icons/rst.png | Bin 0 -> 3267 bytes swe-ui-web/src/main/webapp/img/icons/tex.png | Bin 0 -> 3251 bytes swe-ui-web/src/main/webapp/img/icons/txt.png | Bin 0 -> 490 bytes swe-ui-web/src/main/webapp/img/icons/xml.png | Bin 0 -> 219 bytes .../main/webapp/img/machine-a-ecrire_little.png | Bin 0 -> 17539 bytes swe-ui-web/src/main/webapp/js/autoSave.js | 73 + swe-ui-web/src/main/webapp/js/branches.js | 64 + swe-ui-web/src/main/webapp/js/cancelRedirect.js | 31 + swe-ui-web/src/main/webapp/js/editor.js | 156 ++ swe-ui-web/src/main/webapp/js/gereSession.js | 57 + swe-ui-web/src/main/webapp/js/popin.js | 34 + swe-ui-web/src/main/webapp/js/popup.js | 26 + swe-ui-web/src/main/webapp/js/preview.js | 208 ++ swe-ui-web/src/main/webapp/js/scmDetector.js | 36 + swe-ui-web/src/main/webapp/js/selectLanguage.js | 118 ++ .../src/site/en}/resources/example.jpg | Bin {src => swe-ui-web/src}/site/en/rst/index.rst | 0 {src => swe-ui-web/src}/site/en/rst/install.rst | 0 {src => swe-ui-web/src}/site/en/rst/tutoriel.rst | 0 {src => swe-ui-web/src}/site/en/rst/user.rst | 0 {src => swe-ui-web/src}/site/resources/example.jpg | Bin .../src}/site/resources/maquette-01.png | Bin .../src}/site/resources/maquette-01.xcf | Bin .../src}/site/resources/maquette-02.png | Bin .../src}/site/resources/maquette-02.xcf | Bin {src => swe-ui-web/src}/site/rst/index.rst | 0 {src => swe-ui-web/src}/site/rst/install.rst | 0 {src => swe-ui-web/src}/site/rst/tutoriel.rst | 0 {src => swe-ui-web/src}/site/rst/user.rst | 0 {src => swe-ui-web/src}/site/site_en.xml | 0 {src => swe-ui-web/src}/site/site_fr.xml | 0 1372 files changed, 19676 insertions(+), 18414 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 4e64a30c31da47047922f30443a023153252ce78 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:02 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- swe-git/pom.xml | 2 +- swe-scm-api/pom.xml | 2 +- swe-svn/pom.xml | 2 +- swe-ui-web/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ed6952b..e6cec14 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5</version> <packaging>pom</packaging> <name>ScmWebEditor</name> diff --git a/swe-git/pom.xml b/swe-git/pom.xml index 8eb0d3d..11958f6 100644 --- a/swe-git/pom.xml +++ b/swe-git/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-git</artifactId> diff --git a/swe-scm-api/pom.xml b/swe-scm-api/pom.xml index 5be66aa..1d8e770 100644 --- a/swe-scm-api/pom.xml +++ b/swe-scm-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-scm-api</artifactId> diff --git a/swe-svn/pom.xml b/swe-svn/pom.xml index 379f7fb..9fddcb3 100644 --- a/swe-svn/pom.xml +++ b/swe-svn/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-svn</artifactId> diff --git a/swe-ui-web/pom.xml b/swe-ui-web/pom.xml index 5e3315b..9770ea7 100644 --- a/swe-ui-web/pom.xml +++ b/swe-ui-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.5</version> </parent> <artifactId>scmwebeditor-ui-web</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 819968293c4059d1a1cade090b15f7d97c1dcfa5 Merge: 4e64a30 7d48983 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:02 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../org/nuiton/scmwebeditor/git/GitConnection.java | 6 +++--- .../nuiton/scmwebeditor/git/GitFileManager.java | 6 +++--- .../org/nuiton/scmwebeditor/git/GitProvider.java | 6 +++--- .../api/OperationNotSupportedException.java | 22 ++++++++++++++++++++++ .../api/RepositoryNotFoundException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 4 ++-- .../nuiton/scmwebeditor/api/ScmFileManager.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmProvider.java | 4 ++-- .../org/nuiton/scmwebeditor/api/ScmRevision.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/SweInternalException.java | 4 ++-- .../org/nuiton/scmwebeditor/api/dto/BrowseDto.java | 22 ++++++++++++++++++++++ .../org/nuiton/scmwebeditor/api/dto/CommitDto.java | 22 ++++++++++++++++++++++ .../scmwebeditor/api/dto/CreateBranchDto.java | 4 ++-- .../scmwebeditor/api/dto/CreateDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/MoveFileDto.java | 4 ++-- .../scmwebeditor/api/dto/RemoveDirectoryDto.java | 22 ++++++++++++++++++++++ .../nuiton/scmwebeditor/api/dto/RemoveFileDto.java | 4 ++-- .../nuiton/scmwebeditor/api/dto/UploadFileDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/AbstractResultDto.java | 4 ++-- .../api/dto/result/BrowseResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CommitResultDto.java | 22 ++++++++++++++++++++++ .../api/dto/result/CreateDirectoryResultDto.java | 4 ++-- .../api/dto/result/MoveFileResultDto.java | 4 ++-- .../api/dto/result/RemoveDirectoryResultDto.java | 4 ++-- .../api/dto/result/RemoveFileResultDto.java | 4 ++-- .../api/dto/result/UploadFileResultDto.java | 4 ++-- .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 4 ++-- .../scmwebeditor/uiweb/SweSessionListener.java | 4 ++-- .../uiweb/actions/DetectScmAction.java | 4 ++-- .../uiweb/actions/DownloadFileAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/EditAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/GetImageAction.java | 4 ++-- .../uiweb/actions/ImageBytesResult.java | 4 ++-- .../uiweb/actions/ListBranchesAction.java | 4 ++-- .../scmwebeditor/uiweb/actions/SaveAction.java | 4 ++-- .../uiweb/actions/ViewDiffsAction.java | 4 ++-- .../uiweb/actions/ViewImageAction.java | 4 ++-- .../uiweb/actions/ViewRevisionAction.java | 4 ++-- .../codemirror-ui/css/codemirror-ui-find.css | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/css/codemirror-ui.css | 21 +++++++++++++++++++++ .../src/main/webapp/codemirror-ui/index.html | 21 +++++++++++++++++++++ .../webapp/codemirror-ui/js/codemirror-ui-find.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/codemirror-ui.js | 21 +++++++++++++++++++++ .../main/webapp/codemirror-ui/js/find_replace.html | 21 +++++++++++++++++++++ swe-ui-web/src/main/webapp/js/autoSave.js | 6 +++--- swe-ui-web/src/main/webapp/js/branches.js | 6 +++--- swe-ui-web/src/main/webapp/js/editor.js | 6 +++--- swe-ui-web/src/main/webapp/js/gereSession.js | 4 ++-- swe-ui-web/src/main/webapp/js/popin.js | 6 +++--- swe-ui-web/src/main/webapp/js/preview.js | 6 +++--- swe-ui-web/src/main/webapp/js/scmDetector.js | 6 +++--- swe-ui-web/src/main/webapp/js/selectLanguage.js | 4 ++-- 52 files changed, 407 insertions(+), 83 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit a15910c133571254b8a8fe72860a55722de3eb92 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 23 15:50:03 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- swe-git/pom.xml | 2 +- swe-scm-api/pom.xml | 2 +- swe-svn/pom.xml | 2 +- swe-ui-web/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e6cec14..ed6952b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ScmWebEditor</name> diff --git a/swe-git/pom.xml b/swe-git/pom.xml index 11958f6..8eb0d3d 100644 --- a/swe-git/pom.xml +++ b/swe-git/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>scmwebeditor-git</artifactId> diff --git a/swe-scm-api/pom.xml b/swe-scm-api/pom.xml index 1d8e770..5be66aa 100644 --- a/swe-scm-api/pom.xml +++ b/swe-scm-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>scmwebeditor-scm-api</artifactId> diff --git a/swe-svn/pom.xml b/swe-svn/pom.xml index 9fddcb3..379f7fb 100644 --- a/swe-svn/pom.xml +++ b/swe-svn/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>scmwebeditor-svn</artifactId> diff --git a/swe-ui-web/pom.xml b/swe-ui-web/pom.xml index 9770ea7..5e3315b 100644 --- a/swe-ui-web/pom.xml +++ b/swe-ui-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> - <version>0.5</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>scmwebeditor-ui-web</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm