- SVN ignore property extended for more files, especially files created Visual Studio Code
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5821 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: 5a53ee2b71
- Change in ccm-docrepo for compatibility with Wildfly 10
- removed scope for hibernate libraries to provided (Wildfly provides them)
- moved classes related to user management in ccm-core com.arsdigita.ui.admin.usersgroupsroles to subpackage
- first part of UI for Group management for Admin application
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3989 8810af33-2d31-482b-a856-94f89814c4df
- Removed @StartUp annotation from OneTimeAuthTokenCleaner. With this
annotation this EJB is initalized *before* the schema migrations have been
applied. Because the init method of the bean accesses the database that
causes the whole deployment to fail if it is a fresh installation
- Added saxon library to the dependencies for the test profiles in ccm-docrepo
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3983 8810af33-2d31-482b-a856-94f89814c4df
- adds implementation for the ObjectImporter
- changes name for the im-/exporter business from exchange to portation
(the package name)
- adds implemtation of ObjectImporter for the File in DocRepo
- adds build dependancy for DocRepo
- removes non-compilable stuff of DocRepo
(necessary so the tests in docrepo can be compiled before running)
- adds testclass for the FileExporter and FileImporter (last not functioning yet)
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3810 8810af33-2d31-482b-a856-94f89814c4df
because the rule "BeanMembersShouldSerialize" from this ruleset procduces many
false positives. Also removed also usages of the transient modifier which
were only added to various classes to match this rule.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3743 8810af33-2d31-482b-a856-94f89814c4df
ccm-core:
- Moved package for module system from org.libreccm.core.modules to
org.libreccm.modules
ccm-docrepo
- Fixed wrong import for java.sql.Date, should be java.util.Date
- Added a placeholder persistence.xml to avoid error in the ddl generator
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3611 8810af33-2d31-482b-a856-94f89814c4df