You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(39) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(19) |
Feb
(150) |
Mar
(10) |
Apr
|
May
(8) |
Jun
(11) |
Jul
(27) |
Aug
(52) |
Sep
(35) |
Oct
(30) |
Nov
(18) |
Dec
(4) |
2008 |
Jan
(76) |
Feb
(121) |
Mar
(39) |
Apr
(55) |
May
(18) |
Jun
(49) |
Jul
(32) |
Aug
(4) |
Sep
(10) |
Oct
|
Nov
(3) |
Dec
(33) |
2009 |
Jan
(19) |
Feb
(87) |
Mar
(69) |
Apr
(38) |
May
(47) |
Jun
(20) |
Jul
(5) |
Aug
(76) |
Sep
(145) |
Oct
(34) |
Nov
(8) |
Dec
(68) |
2010 |
Jan
(150) |
Feb
(379) |
Mar
(191) |
Apr
(100) |
May
(525) |
Jun
(269) |
Jul
(127) |
Aug
(190) |
Sep
(190) |
Oct
(29) |
Nov
(147) |
Dec
(83) |
2011 |
Jan
(188) |
Feb
(81) |
Mar
(43) |
Apr
(97) |
May
(63) |
Jun
(129) |
Jul
(17) |
Aug
(124) |
Sep
(6) |
Oct
(20) |
Nov
(67) |
Dec
(23) |
2012 |
Jan
(6) |
Feb
(14) |
Mar
(181) |
Apr
(64) |
May
(102) |
Jun
(47) |
Jul
(26) |
Aug
(3) |
Sep
(1) |
Oct
(14) |
Nov
(13) |
Dec
(23) |
2013 |
Jan
(4) |
Feb
(14) |
Mar
(18) |
Apr
(14) |
May
(27) |
Jun
(27) |
Jul
(5) |
Aug
(2) |
Sep
(74) |
Oct
(79) |
Nov
(21) |
Dec
(97) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
(9) |
Aug
(6) |
Sep
(3) |
Oct
(10) |
Nov
(6) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <die...@us...> - 2010-01-08 12:03:57
|
Revision: 1602 http://openutils.svn.sourceforge.net/openutils/?rev=1602&view=rev Author: diego_schivo Date: 2010-01-08 12:03:50 +0000 (Fri, 08 Jan 2010) Log Message: ----------- MEDIA-47 misspelled italian translation Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/lang/messages_it.properties Modified: trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/lang/messages_it.properties =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/lang/messages_it.properties 2010-01-08 11:31:50 UTC (rev 1601) +++ trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/media/lang/messages_it.properties 2010-01-08 12:03:50 UTC (rev 1602) @@ -98,4 +98,4 @@ dialog.filenopreview.extensions=Estensioni valide: dialog.filenopreview.error.extension=Estensione del file per il campo {0} non valida -media.footer.text=SimpleMedia module versione {0} by Openmind. <a href="http://www.openmindlab.com/lab/products/media/getsupport.html" target="blank">Desideri supporto?</a> <a href="http://www.openmindlab.com/lab/products/media/getsupport.html" target="blank">Hai bisogno di altre funzionalit�?</a> +media.footer.text=SimpleMedia module versione {0} by Openmind. <a href="http://www.openmindlab.com/lab/products/media/getsupport.html" target="blank">Desideri supporto?</a> <a href="http://www.openmindlab.com/lab/products/media/getsupport.html" target="blank">Hai bisogno di altre funzionalit\u00E0</a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <die...@us...> - 2010-01-08 11:31:57
|
Revision: 1601 http://openutils.svn.sourceforge.net/openutils/?rev=1601&view=rev Author: diego_schivo Date: 2010-01-08 11:31:50 +0000 (Fri, 08 Jan 2010) Log Message: ----------- CONTROLS-15 Custom width/height of preview-image for media-picker in grid control Modified Paths: -------------- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl Modified: trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl =================================================================== --- trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2010-01-08 11:29:42 UTC (rev 1600) +++ trunk/openutils-mgnlcontrols/src/main/resources/dialogs/grid.ftl 2010-01-08 11:31:50 UTC (rev 1601) @@ -155,7 +155,7 @@ [#if (colmap.valueType??)]valueType: '${colmap.valueType}'[/#if] })), renderer : function(v, p, record){ - return v ? '<img border="0" alt="" src="${request.contextPath}/mediaObject' + v + '/resolutions/thumbnail/data.jpg"/>' : v; + return v ? '<img border="0" alt="" src="${request.contextPath}/mediaObject' + v + '/resolutions/thumbnail/data.jpg" [#if (colmap.previewWidth??)]width="${colmap.previewWidth}"[/#if] [#if (colmap.previewHeight??)]height="${colmap.previewHeight}"[/#if]/>' : v; } [#elseif (colmap.type?? && colmap.type = 'fckedit')] editor: new Ed(new FckEditorField({ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 1600 http://openutils.svn.sourceforge.net/openutils/?rev=1600&view=rev Author: fgiust Date: 2010-01-08 11:29:42 +0000 (Fri, 08 Jan 2010) Log Message: ----------- CRIT-2 Nodetype specified in JCRCriteriaFactory.createMgnlCriteria() is not used, always default to mgnl:content Modified Paths: -------------- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/impl/AbstractMagnoliaCriteriaImpl.java Modified: trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/impl/AbstractMagnoliaCriteriaImpl.java =================================================================== --- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/impl/AbstractMagnoliaCriteriaImpl.java 2010-01-04 12:09:03 UTC (rev 1599) +++ trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/xpath/impl/AbstractMagnoliaCriteriaImpl.java 2010-01-08 11:29:42 UTC (rev 1600) @@ -18,14 +18,14 @@ */ package net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl; -import org.apache.commons.lang.StringUtils; - -import net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.utils.XPathTextUtils; import info.magnolia.cms.core.Content; import info.magnolia.cms.core.ItemType; import info.magnolia.cms.core.search.QueryManager; +import net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.utils.XPathTextUtils; +import org.apache.commons.lang.StringUtils; + /** * @author fgrilli * @version $Id$ @@ -37,7 +37,8 @@ /** * Constructor to be used by subclasses - * @param path String - the path preceeding the predicate in the jcr query statement (you dont need to do escaping yourself) + * @param path String - the path preceeding the predicate in the jcr query statement (you dont need to do escaping + * yourself) * @param queryManager - an instance of {@link QueryManager} * @param itemType - String the itemType. Defaults to {@link ItemType#getSystemName#toString()} * @param classType Class<?> - defaults to {@link Content} @@ -45,10 +46,14 @@ protected AbstractMagnoliaCriteriaImpl(String path, QueryManager queryManager, String itemType, Class< ? > classType) { super(); - if (StringUtils.isBlank(this.itemType)) + if (StringUtils.isBlank(itemType)) + { this.itemType = ItemType.CONTENT.getSystemName(); + } else + { this.itemType = itemType; + } this.path = XPathTextUtils.encodeDigitsInPath(path); this.queryManager = queryManager; // defaults to info.magnolia.cms.core.Content This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-04 12:09:10
|
Revision: 1599 http://openutils.svn.sourceforge.net/openutils/?rev=1599&view=rev Author: fgiust Date: 2010-01-04 12:09:03 +0000 (Mon, 04 Jan 2010) Log Message: ----------- updated for spring 3.0 Modified Paths: -------------- trunk/openutils-mgnlspring/src/main/java/it/openutils/mgnlspring/MagnoliaMultipartResolver.java trunk/openutils-spring/pom.xml Modified: trunk/openutils-mgnlspring/src/main/java/it/openutils/mgnlspring/MagnoliaMultipartResolver.java =================================================================== --- trunk/openutils-mgnlspring/src/main/java/it/openutils/mgnlspring/MagnoliaMultipartResolver.java 2010-01-03 18:15:56 UTC (rev 1598) +++ trunk/openutils-mgnlspring/src/main/java/it/openutils/mgnlspring/MagnoliaMultipartResolver.java 2010-01-04 12:09:03 UTC (rev 1599) @@ -23,7 +23,7 @@ import java.io.File; import java.io.IOException; import java.io.InputStream; -import java.util.HashMap; +import java.util.ArrayList; import java.util.Map; import javax.servlet.ServletContext; @@ -36,6 +36,8 @@ import org.apache.commons.fileupload.servlet.ServletRequestContext; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; +import org.springframework.util.LinkedMultiValueMap; +import org.springframework.util.MultiValueMap; import org.springframework.web.context.ServletContextAware; import org.springframework.web.multipart.MultipartException; import org.springframework.web.multipart.MultipartFile; @@ -112,12 +114,14 @@ MultipartForm form = (MultipartForm) request.getAttribute("multipartform"); Map<String, Document> documents = form.getDocuments(); - Map<String, MultipartFile> files = new HashMap<String, MultipartFile>(); + MultiValueMap<String, MultipartFile> files = new LinkedMultiValueMap<String, MultipartFile>(); for (String key : documents.keySet()) { Document doc = documents.get(key); - files.put(key, new DocWrapperMultipartFile(doc)); + ArrayList<MultipartFile> filelist = new ArrayList<MultipartFile>(); + filelist.add(new DocWrapperMultipartFile(doc)); + files.put(key, filelist); } Map<String, String[]> singleParamters = form.getParameters(); Modified: trunk/openutils-spring/pom.xml =================================================================== --- trunk/openutils-spring/pom.xml 2010-01-03 18:15:56 UTC (rev 1598) +++ trunk/openutils-spring/pom.xml 2010-01-04 12:09:03 UTC (rev 1599) @@ -48,6 +48,18 @@ </exclusions> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context-support</artifactId> + <version>${spring.version}</version> + <optional>true</optional> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>1.1</version> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 18:16:22
|
Revision: 1598 http://openutils.svn.sourceforge.net/openutils/?rev=1598&view=rev Author: fgiust Date: 2010-01-03 18:15:56 +0000 (Sun, 03 Jan 2010) Log Message: ----------- better configuration for source bundle Modified Paths: -------------- trunk/openutils-mgnlbootstrapsync/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlcontrols/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlcriteria/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlgroovy/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlmedia/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlmessages/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlrepoutils/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlstripes/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnlstruts11/src/main/assembly/assembly-bundle.xml trunk/openutils-mgnltasks/src/main/assembly/assembly-bundle.xml Modified: trunk/openutils-mgnlbootstrapsync/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlbootstrapsync/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlbootstrapsync/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlcontrols/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlcontrols/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlcontrols/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlcriteria/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlcriteria/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlcriteria/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -16,10 +16,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlgroovy/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlgroovy/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlgroovy/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlmedia/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlmedia/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlmedia/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -14,10 +14,18 @@ <include>*</include> </includes> </fileSet> + <fileSet> + <directory>.</directory> + <outputDirectory>/sources/</outputDirectory> + <includes> + <include>src/**/*</include> + <include>pom.xml</include> + </includes> + </fileSet> </fileSets> <dependencySets> <dependencySet> - <outputDirectory>${pom.artifactId}</outputDirectory> + <outputDirectory>bin</outputDirectory> <includes> <include>com.drewnoakes:metadata-extractor</include> <include>net.sourceforge.openutils:*</include> Modified: trunk/openutils-mgnlmessages/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlmessages/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlmessages/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlrepoutils/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlrepoutils/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlrepoutils/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlstripes/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlstripes/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlstripes/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnlstruts11/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnlstruts11/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnlstruts11/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -15,10 +15,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> Modified: trunk/openutils-mgnltasks/src/main/assembly/assembly-bundle.xml =================================================================== --- trunk/openutils-mgnltasks/src/main/assembly/assembly-bundle.xml 2010-01-03 17:40:28 UTC (rev 1597) +++ trunk/openutils-mgnltasks/src/main/assembly/assembly-bundle.xml 2010-01-03 18:15:56 UTC (rev 1598) @@ -16,10 +16,11 @@ </includes> </fileSet> <fileSet> - <directory>src/main/java/</directory> + <directory>.</directory> <outputDirectory>/sources/</outputDirectory> <includes> - <include>**/*</include> + <include>src/**/*</include> + <include>pom.xml</include> </includes> </fileSet> </fileSets> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:40:34
|
Revision: 1597 http://openutils.svn.sourceforge.net/openutils/?rev=1597&view=rev Author: fgiust Date: 2010-01-03 17:40:28 +0000 (Sun, 03 Jan 2010) Log Message: ----------- cleaned up module list Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-03 17:20:55 UTC (rev 1596) +++ trunk/pom.xml 2010-01-03 17:40:28 UTC (rev 1597) @@ -15,16 +15,12 @@ <modules> - <module>openutils-hibernate-security</module> - <module>openutils-spring-rmibernate</module> <module>openutils-maven-skin</module> <module>openutils-bshd5</module> <module>openutils-deployment</module> <module>openutils-log4j</module> <module>openutils-spring</module> - <module>openutils-usermanagement-dataobjects</module> - <module>openutils-usermanagement</module> <module>openutils-testing</module> <module>openutils-testing-testng</module> <module>openutils-testing-junit</module> @@ -32,11 +28,7 @@ <module>openutils-testing4dwr</module> <module>openutils-testing4dwr-junit</module> <module>openutils-testing4dwr-testng</module> - <module>openutils-web</module> - <module>openutils-tags-spring</module> <module>openutils-dbmigration</module> - <module>openutils-configuration-dataobjects</module> - <module>openutils-configuration-services</module> <module>openutils-elfunctions</module> @@ -57,6 +49,5 @@ <module>magnolia-test-webapp</module> - <module>openutils-spring-remote-callback</module> </modules> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:21:04
|
Revision: 1596 http://openutils.svn.sourceforge.net/openutils/?rev=1596&view=rev Author: fgiust Date: 2010-01-03 17:20:55 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-web/ Removed Paths: ------------- trunk/openutils-web/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:18:37
|
Revision: 1595 http://openutils.svn.sourceforge.net/openutils/?rev=1595&view=rev Author: fgiust Date: 2010-01-03 17:18:25 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-tags-spring/ Removed Paths: ------------- trunk/openutils-tags-spring/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:16:57
|
Revision: 1594 http://openutils.svn.sourceforge.net/openutils/?rev=1594&view=rev Author: fgiust Date: 2010-01-03 17:16:45 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-spring-rmibernate/ Removed Paths: ------------- trunk/openutils-spring-rmibernate/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:15:32
|
Revision: 1593 http://openutils.svn.sourceforge.net/openutils/?rev=1593&view=rev Author: fgiust Date: 2010-01-03 17:15:26 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-spring-remote-callback/ Removed Paths: ------------- trunk/openutils-spring-remote-callback/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:14:43
|
Revision: 1592 http://openutils.svn.sourceforge.net/openutils/?rev=1592&view=rev Author: fgiust Date: 2010-01-03 17:14:37 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-usermanagement/ Removed Paths: ------------- trunk/openutils-usermanagement/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:14:00
|
Revision: 1591 http://openutils.svn.sourceforge.net/openutils/?rev=1591&view=rev Author: fgiust Date: 2010-01-03 17:13:48 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-usermanagement-dataobjects/ Removed Paths: ------------- trunk/openutils-usermanagement-dataobjects/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-03 17:13:01
|
Revision: 1590 http://openutils.svn.sourceforge.net/openutils/?rev=1590&view=rev Author: fgiust Date: 2010-01-03 17:12:50 +0000 (Sun, 03 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-hibernate-security/ Removed Paths: ------------- trunk/openutils-hibernate-security/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 20:39:52
|
Revision: 1589 http://openutils.svn.sourceforge.net/openutils/?rev=1589&view=rev Author: fgiust Date: 2010-01-02 20:39:40 +0000 (Sat, 02 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-configuration-services/ Removed Paths: ------------- trunk/openutils-configuration-services/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 20:35:53
|
Revision: 1588 http://openutils.svn.sourceforge.net/openutils/?rev=1588&view=rev Author: fgiust Date: 2010-01-02 20:35:41 +0000 (Sat, 02 Jan 2010) Log Message: ----------- move to sandbox Added Paths: ----------- sandbox/trunk/openutils-configuration-dataobjects/ Removed Paths: ------------- trunk/openutils-configuration-dataobjects/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 20:34:29
|
Revision: 1587 http://openutils.svn.sourceforge.net/openutils/?rev=1587&view=rev Author: fgiust Date: 2010-01-02 20:34:23 +0000 (Sat, 02 Jan 2010) Log Message: ----------- new directory Added Paths: ----------- sandbox/branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 20:33:56
|
Revision: 1586 http://openutils.svn.sourceforge.net/openutils/?rev=1586&view=rev Author: fgiust Date: 2010-01-02 20:33:45 +0000 (Sat, 02 Jan 2010) Log Message: ----------- new directory Added Paths: ----------- sandbox/tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 20:32:09
|
Revision: 1585 http://openutils.svn.sourceforge.net/openutils/?rev=1585&view=rev Author: fgiust Date: 2010-01-02 20:31:50 +0000 (Sat, 02 Jan 2010) Log Message: ----------- new directory Added Paths: ----------- sandbox/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 19:38:38
|
Revision: 1584 http://openutils.svn.sourceforge.net/openutils/?rev=1584&view=rev Author: fgiust Date: 2010-01-02 19:38:21 +0000 (Sat, 02 Jan 2010) Log Message: ----------- batch update to spring 3.0 Modified Paths: -------------- trunk/openutils-bshd5/pom.xml trunk/openutils-configuration-services/pom.xml trunk/openutils-configuration-services/src/test/resources/spring-dao.xml trunk/openutils-configuration-services/src/test/resources/spring-database.xml trunk/openutils-configuration-services/src/test/resources/spring-hibernate.xml trunk/openutils-configuration-services/src/test/resources/spring-managers.xml trunk/openutils-configuration-services/src/test/resources/spring-tests.xml trunk/openutils-dbmigration/pom.xml trunk/openutils-deployment/pom.xml trunk/openutils-hibernate-security/pom.xml trunk/openutils-mgnlspring/pom.xml trunk/openutils-spring/pom.xml trunk/openutils-spring-remote-callback/pom.xml trunk/openutils-spring-rmibernate/pom.xml trunk/openutils-tags-spring/pom.xml trunk/openutils-testing/pom.xml trunk/openutils-testing/src/main/java/it/openutils/testing/DateAssert.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitConfiguration.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitExecution.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitFeature.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitProperty.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitUtils.java trunk/openutils-testing/src/main/java/it/openutils/testing/RegExpTableFilter.java trunk/openutils-testing/src/main/java/it/openutils/testing/TestUtils.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/CleanInsertOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/DatasetType.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityCleanInsertOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityInsertOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlAbstractNoFkOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkCleanInsertOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkInsertOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkTruncateOperation.java trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/datatype/HsqlDatatypeFactory.java trunk/openutils-testing/src/test/java/it/openutils/testing/RegExpTableFilterTest.java trunk/openutils-testing-junit/pom.xml trunk/openutils-testing-junit/src/main/java/it/openutils/testing/junit/AbstractDbUnitJunitSpringContextTests.java trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/MultipleDatasourceDbUnitTest.java trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/SingleDatasourceDbUnitTest.java trunk/openutils-testing-testng/pom.xml trunk/openutils-testing-testng/src/main/java/it/openutils/testing/testng/AbstractDbUnitTestNGSpringContextTests.java trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/MultipleDatasourceDbUnitTest.java trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/SingleDatasourceDbUnitTest.java trunk/openutils-testing4dwr/pom.xml trunk/openutils-usermanagement/pom.xml trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/acegi/HibernateUserDetailsServiceImpl.java trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/manager/UserManagerImpl.java trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/utils/SecurityUtils.java trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/GroupDAOTest.java trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/RoleDAOTest.java trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/UserDAOTest.java trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/manager/HibernateUserDetailsServiceTest.java trunk/openutils-usermanagement/src/test/resources/spring-managers.xml trunk/openutils-usermanagement-dataobjects/pom.xml trunk/openutils-usermanagement-dataobjects/src/main/java/it/openutils/usermanagement/dataobjects/User.java trunk/pom.xml Modified: trunk/openutils-bshd5/pom.xml =================================================================== --- trunk/openutils-bshd5/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-bshd5/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -131,8 +132,13 @@ <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> + <dependency> + <groupId>javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.4.GA</version> + </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-configuration-services/pom.xml =================================================================== --- trunk/openutils-configuration-services/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -26,7 +26,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-spring</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <optional>true</optional> <exclusions> <exclusion> @@ -43,12 +43,12 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-bshd5</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing-testng</artifactId> - <version>2.1</version> + <version>2.2.3-SNAPSHOT</version> <scope>test</scope> <exclusions> <exclusion> @@ -106,6 +106,17 @@ <version>2.4</version> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.2.2.0</version> @@ -133,6 +144,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-configuration-services/src/test/resources/spring-dao.xml =================================================================== --- trunk/openutils-configuration-services/src/test/resources/spring-dao.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/src/test/resources/spring-dao.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,7 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" -"http://www.springframework.org/dtd/spring-beans.dtd"> -<beans> +<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean id="configurationCodeDAO" parent="txProxyTemplate"> <property name="target"> <bean class="it.openutils.configuration.dao.ConfigurationCodeDAOImpl"> Modified: trunk/openutils-configuration-services/src/test/resources/spring-database.xml =================================================================== --- trunk/openutils-configuration-services/src/test/resources/spring-database.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/src/test/resources/spring-database.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> - <!-- - # ATTENZIONE: queste proprietà sono utilizzate solo per gli unit tests # i file per la configurazione del db - utilizzati dall'applicazione web sono in # src/main/web-app/WEB-INF - --> -<beans> +<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="location" value="classpath:database.properties" /> </bean> Modified: trunk/openutils-configuration-services/src/test/resources/spring-hibernate.xml =================================================================== --- trunk/openutils-configuration-services/src/test/resources/spring-hibernate.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/src/test/resources/spring-hibernate.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,7 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" -"http://www.springframework.org/dtd/spring-beans.dtd"> -<beans> +<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> <property name="dataSource"> <ref bean="dataSource" /> Modified: trunk/openutils-configuration-services/src/test/resources/spring-managers.xml =================================================================== --- trunk/openutils-configuration-services/src/test/resources/spring-managers.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/src/test/resources/spring-managers.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,5 +1,6 @@ -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> -<beans> +<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean id="configurationManager" class="it.openutils.configuration.services.ConfigurationManagerImpl" autowire="byType"></bean> <bean id="referenceManager" class="it.openutils.configuration.services.ReferenceManagerImpl" autowire="byType"> </bean> Modified: trunk/openutils-configuration-services/src/test/resources/spring-tests.xml =================================================================== --- trunk/openutils-configuration-services/src/test/resources/spring-tests.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-configuration-services/src/test/resources/spring-tests.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> -<beans> +<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <import resource="classpath:spring-database.xml" /> <import resource="classpath:spring-hibernate.xml" /> <import resource="classpath:spring-dao.xml" /> Modified: trunk/openutils-dbmigration/pom.xml =================================================================== --- trunk/openutils-dbmigration/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-dbmigration/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -131,6 +131,6 @@ </plugins> </build> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-deployment/pom.xml =================================================================== --- trunk/openutils-deployment/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-deployment/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -107,11 +107,11 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.7</version> <scope>test</scope> </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> -</project> \ No newline at end of file +</project> Modified: trunk/openutils-hibernate-security/pom.xml =================================================================== --- trunk/openutils-hibernate-security/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-hibernate-security/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -195,7 +195,7 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> - <version>2.0.3</version> + <version>3.0.0.RELEASE</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -229,7 +229,7 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> <aspectj.version>1.5.3</aspectj.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-mgnlspring/pom.xml =================================================================== --- trunk/openutils-mgnlspring/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-mgnlspring/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -146,6 +146,6 @@ </repository> </repositories> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-spring/pom.xml =================================================================== --- trunk/openutils-spring/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-spring/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -134,6 +134,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-spring-remote-callback/pom.xml =================================================================== --- trunk/openutils-spring-remote-callback/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-spring-remote-callback/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -12,7 +12,7 @@ <version>0.0.1-SNAPSHOT</version> <description>Openutils Spring Remote Callback classes</description> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> <aspectj.version>1.5.3</aspectj.version> </properties> <dependencies> Modified: trunk/openutils-spring-rmibernate/pom.xml =================================================================== --- trunk/openutils-spring-rmibernate/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-spring-rmibernate/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -151,6 +151,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-tags-spring/pom.xml =================================================================== --- trunk/openutils-tags-spring/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-tags-spring/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -91,6 +91,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -24,20 +24,19 @@ <build> <plugins> <plugin> - <groupId>com.google.code.maven-license-plugin</groupId> + <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> <configuration> <header>src/main/etc/header.txt</header> <includes> - <include>src/**</include> - <include>**/test/**</include> + <include>src/**/*.java</include> </includes> <excludes> <exclude>target/**</exclude> </excludes> <properties> - <year>${project.inceptionYear} - 2009</year> + <year>${project.inceptionYear} - 2010</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> @@ -155,6 +154,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DateAssert.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DateAssert.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DateAssert.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import java.text.DateFormat; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitConfiguration.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitConfiguration.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitConfiguration.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import java.lang.annotation.Documented; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitExecution.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitExecution.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitExecution.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import it.openutils.testing.dbunit.DatasetType; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitFeature.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitFeature.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitFeature.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; /** Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitProperty.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitProperty.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitProperty.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; /** Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitTestContext.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import it.openutils.testing.dbunit.CleanInsertOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitUtils.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitUtils.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/DbUnitUtils.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import it.openutils.testing.dbunit.DatasetType; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/RegExpTableFilter.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/RegExpTableFilter.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/RegExpTableFilter.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import java.util.regex.Pattern; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/TestUtils.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/TestUtils.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/TestUtils.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import java.util.ArrayList; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/CleanInsertOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/CleanInsertOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/CleanInsertOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.operation.CompositeOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/DatasetType.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/DatasetType.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/DatasetType.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; /** Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityCleanInsertOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityCleanInsertOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityCleanInsertOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.ext.mssql.InsertIdentityOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityInsertOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityInsertOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MsSqlIndentityInsertOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.ext.mssql.InsertIdentityOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlAbstractNoFkOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlAbstractNoFkOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlAbstractNoFkOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import java.sql.Connection; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkCleanInsertOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkCleanInsertOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkCleanInsertOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.operation.DatabaseOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkInsertOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkInsertOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkInsertOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.operation.DatabaseOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkTruncateOperation.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkTruncateOperation.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/MySqlNoFkTruncateOperation.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit; import org.dbunit.operation.DatabaseOperation; Modified: trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/datatype/HsqlDatatypeFactory.java =================================================================== --- trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/datatype/HsqlDatatypeFactory.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/main/java/it/openutils/testing/dbunit/datatype/HsqlDatatypeFactory.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.dbunit.datatype; import java.sql.Types; Modified: trunk/openutils-testing/src/test/java/it/openutils/testing/RegExpTableFilterTest.java =================================================================== --- trunk/openutils-testing/src/test/java/it/openutils/testing/RegExpTableFilterTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing/src/test/java/it/openutils/testing/RegExpTableFilterTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * * Openutils testing library (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing; import org.testng.Assert; Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-junit/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -24,14 +24,13 @@ <build> <plugins> <plugin> - <groupId>com.google.code.maven-license-plugin</groupId> + <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> <configuration> <header>src/main/etc/header.txt</header> <includes> - <include>src/**</include> - <include>**/test/**</include> + <include>src/**/*.java</include> </includes> <excludes> <exclude>target/**</exclude> @@ -40,7 +39,7 @@ <exclude>src/main/assembly/**</exclude> </excludes> <properties> - <year>${project.inceptionYear} - 2009</year> + <year>${project.inceptionYear} - 2010</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> @@ -70,12 +69,12 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.7</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> @@ -116,7 +115,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>2.5.6</version> + <version>3.0.0.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> Modified: trunk/openutils-testing-junit/src/main/java/it/openutils/testing/junit/AbstractDbUnitJunitSpringContextTests.java =================================================================== --- trunk/openutils-testing-junit/src/main/java/it/openutils/testing/junit/AbstractDbUnitJunitSpringContextTests.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-junit/src/main/java/it/openutils/testing/junit/AbstractDbUnitJunitSpringContextTests.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (JUnit) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with JUnit - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (JUnit) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.junit; import it.openutils.testing.DbUnitTestContext; Modified: trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/MultipleDatasourceDbUnitTest.java =================================================================== --- trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/MultipleDatasourceDbUnitTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/MultipleDatasourceDbUnitTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (JUnit) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with JUnit - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (JUnit) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.junit; import it.openutils.testing.DbUnitConfiguration; Modified: trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/SingleDatasourceDbUnitTest.java =================================================================== --- trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/SingleDatasourceDbUnitTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-junit/src/test/java/it/openutils/testing/junit/SingleDatasourceDbUnitTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (JUnit) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with JUnit - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (JUnit) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.junit; import it.openutils.testing.DbUnitExecution; Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-testng/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -24,14 +24,13 @@ <build> <plugins> <plugin> - <groupId>com.google.code.maven-license-plugin</groupId> + <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> <configuration> <header>src/main/etc/header.txt</header> <includes> - <include>src/**</include> - <include>**/test/**</include> + <include>src/**/*.java</include> </includes> <excludes> <exclude>target/**</exclude> @@ -40,7 +39,7 @@ <exclude>src/main/assembly/**</exclude> </excludes> <properties> - <year>${project.inceptionYear} - 2009</year> + <year>${project.inceptionYear} - 2010</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> @@ -70,7 +69,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.testng</groupId> @@ -113,7 +112,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>2.5.6</version> + <version>3.0.0.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> Modified: trunk/openutils-testing-testng/src/main/java/it/openutils/testing/testng/AbstractDbUnitTestNGSpringContextTests.java =================================================================== --- trunk/openutils-testing-testng/src/main/java/it/openutils/testing/testng/AbstractDbUnitTestNGSpringContextTests.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-testng/src/main/java/it/openutils/testing/testng/AbstractDbUnitTestNGSpringContextTests.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (TestNG) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with TestNG - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (TestNG) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.testng; import it.openutils.testing.DbUnitTestContext; Modified: trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/MultipleDatasourceDbUnitTest.java =================================================================== --- trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/MultipleDatasourceDbUnitTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/MultipleDatasourceDbUnitTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (TestNG) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with TestNG - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (TestNG) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.testng; import it.openutils.testing.DbUnitConfiguration; Modified: trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/SingleDatasourceDbUnitTest.java =================================================================== --- trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/SingleDatasourceDbUnitTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing-testng/src/test/java/it/openutils/testing/testng/SingleDatasourceDbUnitTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,10 +1,10 @@ /** * - * Openutils testing library (TestNG) (http://www.openmindlab.com/products/testing.html) - * Framework that helps to simplify unit testing coding with TestNG - * Copyright (C)2005 - 2009, Openmind S.r.l. http://www.openmindonline.it + * Openutils testing library (TestNG) (http://www.openmindlab.com/lab/products/testing.html) * + * Copyright (C)2005 - 2010, Openmind S.r.l. http://www.openmindonline.it * + * * This library 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 @@ -22,6 +22,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + package it.openutils.testing.testng; import it.openutils.testing.DbUnitExecution; Modified: trunk/openutils-testing4dwr/pom.xml =================================================================== --- trunk/openutils-testing4dwr/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-testing4dwr/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -156,6 +156,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-usermanagement/pom.xml =================================================================== --- trunk/openutils-usermanagement/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-usermanagement/pom.xml 2010-01-02 19:38:21 UTC (rev 1584) @@ -31,23 +31,17 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-usermanagement-dataobjects</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-bshd5</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.7-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing-junit</artifactId> - <version>2.0.2</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl104-over-slf4j</artifactId> - </exclusion> - </exclusions> + <version>2.2.3-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -114,9 +108,14 @@ <version>1.5.6</version> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> - <version>2.0.3</version> + <version>3.0.0.RELEASE</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -145,7 +144,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.7</version> <scope>test</scope> </dependency> <dependency> @@ -156,6 +155,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.6</spring.version> + <spring.version>3.0.0.RELEASE</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/acegi/HibernateUserDetailsServiceImpl.java =================================================================== --- trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/acegi/HibernateUserDetailsServiceImpl.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/acegi/HibernateUserDetailsServiceImpl.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -3,13 +3,13 @@ import it.openutils.usermanagement.dao.GroupDAO; import it.openutils.usermanagement.dao.UserDAO; -import org.acegisecurity.userdetails.UserDetails; -import org.acegisecurity.userdetails.UserDetailsService; -import org.acegisecurity.userdetails.UsernameNotFoundException; import org.apache.commons.lang.ArrayUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.dao.DataAccessException; +import org.springframework.security.core.userdetails.UserDetails; +import org.springframework.security.core.userdetails.UserDetailsService; +import org.springframework.security.core.userdetails.UsernameNotFoundException; public class HibernateUserDetailsServiceImpl implements UserDetailsService Modified: trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/manager/UserManagerImpl.java =================================================================== --- trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/manager/UserManagerImpl.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/manager/UserManagerImpl.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -3,11 +3,11 @@ import it.openutils.usermanagement.dao.UserDAO; import it.openutils.usermanagement.dataobjects.User; -import org.acegisecurity.providers.encoding.ShaPasswordEncoder; import org.apache.commons.lang.RandomStringUtils; import org.apache.commons.lang.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import org.springframework.security.authentication.encoding.ShaPasswordEncoder; /** Modified: trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/utils/SecurityUtils.java =================================================================== --- trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/utils/SecurityUtils.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-usermanagement/src/main/java/it/openutils/usermanagement/utils/SecurityUtils.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -2,11 +2,13 @@ import it.openutils.usermanagement.dataobjects.User; -import org.acegisecurity.Authentication; -import org.acegisecurity.GrantedAuthority; -import org.acegisecurity.context.SecurityContextHolder; +import java.util.Collection; +import org.springframework.security.core.Authentication; +import org.springframework.security.core.GrantedAuthority; +import org.springframework.security.core.context.SecurityContextHolder; + /** * @author fgiust * @version $Id$ @@ -44,7 +46,7 @@ { return false; } - GrantedAuthority[] roles = SecurityContextHolder.getContext().getAuthentication().getAuthorities(); + Collection<GrantedAuthority> roles = SecurityContextHolder.getContext().getAuthentication().getAuthorities(); for (GrantedAuthority grantedAuthority : roles) { Modified: trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/GroupDAOTest.java =================================================================== --- trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/GroupDAOTest.java 2010-01-02 19:30:35 UTC (rev 1583) +++ trunk/openutils-usermanagement/src/test/java/it/openutils/usermanagement/dao/GroupDAOTest.java 2010-01-02 19:38:21 UTC (rev 1584) @@ -1,35 +1,56 @@ package it.openutils.usermanagement.dao; -import it.openutils.testing.junit.GenericsDbUnitTestCase; +import it.openutils.testing.DbUnitExecution; +import it.openutils.testing.junit.AbstractDbUnitJunitSpringContextTests; import it.openutils.usermanagement.dataobjects.Group; import java.util.List; ... [truncated message content] |
From: <fg...@us...> - 2010-01-02 19:30:50
|
Revision: 1583 http://openutils.svn.sourceforge.net/openutils/?rev=1583&view=rev Author: fgiust Date: 2010-01-02 19:30:35 +0000 (Sat, 02 Jan 2010) Log Message: ----------- update after simplemedia release Modified Paths: -------------- trunk/magnolia-test-webapp/pom.xml Modified: trunk/magnolia-test-webapp/pom.xml =================================================================== --- trunk/magnolia-test-webapp/pom.xml 2010-01-02 19:27:17 UTC (rev 1582) +++ trunk/magnolia-test-webapp/pom.xml 2010-01-02 19:30:35 UTC (rev 1583) @@ -111,7 +111,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-mgnlmedia</artifactId> - <version>4.0-b11-SNAPSHOT</version> + <version>4.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 19:27:38
|
Revision: 1582 http://openutils.svn.sourceforge.net/openutils/?rev=1582&view=rev Author: fgiust Date: 2010-01-02 19:27:17 +0000 (Sat, 02 Jan 2010) Log Message: ----------- groovy 1.7.0 Modified Paths: -------------- trunk/openutils-mgnlgroovy/pom.xml Modified: trunk/openutils-mgnlgroovy/pom.xml =================================================================== --- trunk/openutils-mgnlgroovy/pom.xml 2010-01-02 19:25:16 UTC (rev 1581) +++ trunk/openutils-mgnlgroovy/pom.xml 2010-01-02 19:27:17 UTC (rev 1582) @@ -62,7 +62,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>1.6.4</version> + <version>1.7.0</version> <exclusions> <exclusion> <groupId>junit</groupId> @@ -99,4 +99,4 @@ </snapshots> </repository> </repositories> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-02 19:25:23
|
Revision: 1581 http://openutils.svn.sourceforge.net/openutils/?rev=1581&view=rev Author: fgiust Date: 2010-01-02 19:25:16 +0000 (Sat, 02 Jan 2010) Log Message: ----------- new dir Added Paths: ----------- sandbox/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-01 20:26:18
|
Revision: 1580 http://openutils.svn.sourceforge.net/openutils/?rev=1580&view=rev Author: fgiust Date: 2010-01-01 20:26:12 +0000 (Fri, 01 Jan 2010) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlmedia/pom.xml Modified: trunk/openutils-mgnlmedia/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2010-01-01 20:25:50 UTC (rev 1579) +++ trunk/openutils-mgnlmedia/pom.xml 2010-01-01 20:26:12 UTC (rev 1580) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlmedia</artifactId> <name>Magnolia SimpleMedia Module</name> <description>Magnolia SimpleMedia Module: a module for Magnolia CMS for easier management multimedia assets.</description> - <version>4.0</version> + <version>4.0.1-SNAPSHOT</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -158,10 +158,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmedia-4.0</url> - </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-01 20:26:03
|
Revision: 1579 http://openutils.svn.sourceforge.net/openutils/?rev=1579&view=rev Author: fgiust Date: 2010-01-01 20:25:50 +0000 (Fri, 01 Jan 2010) Log Message: ----------- [maven-release-plugin] copy for tag openutils-mgnlmedia-4.0 Added Paths: ----------- tags/openutils-mgnlmedia-4.0/ tags/openutils-mgnlmedia-4.0/pom.xml Removed Paths: ------------- tags/openutils-mgnlmedia-4.0/pom.xml Property changes on: tags/openutils-mgnlmedia-4.0 ___________________________________________________________________ Added: svn:ignore + .settings .checkstyle .classpath .project target test-output temp-testng-customsuite.xml Added: svnmerge-integrated + /branches/openutils-mgnlmedia-3.6.x:1-982,1004 Added: svn:mergeinfo + /branches/openutils-mgnlmedia-3.6.x:1004 Deleted: tags/openutils-mgnlmedia-4.0/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2010-01-01 20:23:11 UTC (rev 1577) +++ tags/openutils-mgnlmedia-4.0/pom.xml 2010-01-01 20:25:50 UTC (rev 1579) @@ -1,162 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-parent</artifactId> - <version>1.1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>jar</packaging> - <artifactId>openutils-mgnlmedia</artifactId> - <name>Magnolia SimpleMedia Module</name> - <description>Magnolia SimpleMedia Module: a module for Magnolia CMS for easier management multimedia assets.</description> - <version>4.0-b11-SNAPSHOT</version> - <inceptionYear>2008</inceptionYear> - <licenses> - <license> - <name>GPLv3</name> - <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> - </license> - </licenses> - <url>http://www.openmindlab.com/lab/products/media.html</url> - <issueManagement> - <system>jira</system> - <url>http://jira.openmindlab.com/browse/MEDIA</url> - </issueManagement> - <build> - <resources> - <resource> - <filtering>false</filtering> - <directory>src/main/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - <resource> - <filtering>true</filtering> - <directory>src/main/resources</directory> - <includes> - <include>META-INF/magnolia/*</include> - </includes> - </resource> - </resources> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>bundle</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - <configuration> - <descriptors> - <descriptor>${basedir}/src/main/assembly/assembly-bundle.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <version>1.5.0</version> - <configuration> - <header>src/main/etc/header.txt</header> - <includes> - <include>src/**</include> - </includes> - <excludes> - <exclude>target/**</exclude> - <exclude>src/site/**</exclude> - <exclude>src/main/bundle/**</exclude> - <exclude>src/main/resources/**/*.ftl</exclude> - <exclude>src/main/assembly/**</exclude> - <exclude>src/main/resources/mgnl-bootstrap/**</exclude> - <exclude>src/main/resources/mgnl-bootstrap-samples/**</exclude> - <exclude>src/main/resources/mgnl-files/**</exclude> - <exclude>src/main/resources/mgnl-nodetypes/**</exclude> - <exclude>src/main/resources/mgnl-resources/media/css/multibox.css</exclude> - <exclude>src/main/resources/mgnl-resources/media/js/multibox/**</exclude> - <exclude>src/main/resources/mgnl-resources/media/js/miframe.js</exclude> - <exclude>src/main/resources/mgnl-resources/media/js/moo*.*</exclude> - <exclude>src/main/resources/mgnl-resources/media/js/swfobject.js</exclude> - </excludes> - <properties> - <year>${project.inceptionYear} - 2010</year> - <name>${project.name}</name> - <description>${project.description}</description> - <url>${project.url}</url> - </properties> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - <plugin> - <groupId>net.sourceforge.maven-taglib</groupId> - <artifactId>maven-taglib-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <dependencies> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-core</artifactId> - <version>4.2.3</version> - </dependency> - <dependency> - <groupId>info.magnolia</groupId> - <artifactId>magnolia-module-admininterface</artifactId> - <version>4.2.3</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnltasks</artifactId> - <version>4.0.3</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlext</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-elfunctions</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>com.drewnoakes</groupId> - <artifactId>metadata-extractor</artifactId> - <version>2.4.0-beta-1</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>2.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> -</project> \ No newline at end of file Copied: tags/openutils-mgnlmedia-4.0/pom.xml (from rev 1578, trunk/openutils-mgnlmedia/pom.xml) =================================================================== --- tags/openutils-mgnlmedia-4.0/pom.xml (rev 0) +++ tags/openutils-mgnlmedia-4.0/pom.xml 2010-01-01 20:25:50 UTC (rev 1579) @@ -0,0 +1,167 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-parent</artifactId> + <version>1.1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> + <artifactId>openutils-mgnlmedia</artifactId> + <name>Magnolia SimpleMedia Module</name> + <description>Magnolia SimpleMedia Module: a module for Magnolia CMS for easier management multimedia assets.</description> + <version>4.0</version> + <inceptionYear>2008</inceptionYear> + <licenses> + <license> + <name>GPLv3</name> + <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> + </license> + </licenses> + <url>http://www.openmindlab.com/lab/products/media.html</url> + <issueManagement> + <system>jira</system> + <url>http://jira.openmindlab.com/browse/MEDIA</url> + </issueManagement> + <build> + <resources> + <resource> + <filtering>false</filtering> + <directory>src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + <resource> + <filtering>true</filtering> + <directory>src/main/resources</directory> + <includes> + <include>META-INF/magnolia/*</include> + </includes> + </resource> + </resources> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>bundle</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + <configuration> + <descriptors> + <descriptor>${basedir}/src/main/assembly/assembly-bundle.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>1.5.0</version> + <configuration> + <header>src/main/etc/header.txt</header> + <includes> + <include>src/**</include> + </includes> + <excludes> + <exclude>target/**</exclude> + <exclude>src/site/**</exclude> + <exclude>src/main/bundle/**</exclude> + <exclude>src/main/resources/**/*.ftl</exclude> + <exclude>src/main/assembly/**</exclude> + <exclude>src/main/resources/mgnl-bootstrap/**</exclude> + <exclude>src/main/resources/mgnl-bootstrap-samples/**</exclude> + <exclude>src/main/resources/mgnl-files/**</exclude> + <exclude>src/main/resources/mgnl-nodetypes/**</exclude> + <exclude>src/main/resources/mgnl-resources/media/css/multibox.css</exclude> + <exclude>src/main/resources/mgnl-resources/media/js/multibox/**</exclude> + <exclude>src/main/resources/mgnl-resources/media/js/miframe.js</exclude> + <exclude>src/main/resources/mgnl-resources/media/js/moo*.*</exclude> + <exclude>src/main/resources/mgnl-resources/media/js/swfobject.js</exclude> + </excludes> + <properties> + <year>${project.inceptionYear} - 2010</year> + <name>${project.name}</name> + <description>${project.description}</description> + <url>${project.url}</url> + </properties> + </configuration> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + </plugin> + </plugins> + </reporting> + <dependencies> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-core</artifactId> + <version>4.2.3</version> + </dependency> + <dependency> + <groupId>info.magnolia</groupId> + <artifactId>magnolia-module-admininterface</artifactId> + <version>4.2.3</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnltasks</artifactId> + <version>4.0.3</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-mgnlext</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-elfunctions</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>com.drewnoakes</groupId> + <artifactId>metadata-extractor</artifactId> + <version>2.4.0-beta-1</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <classifier>jdk15</classifier> + <version>5.1</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmedia-4.0</url> + </scm> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2010-01-01 20:25:17
|
Revision: 1578 http://openutils.svn.sourceforge.net/openutils/?rev=1578&view=rev Author: fgiust Date: 2010-01-01 20:25:10 +0000 (Fri, 01 Jan 2010) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlmedia-4.0 Modified Paths: -------------- trunk/openutils-mgnlmedia/pom.xml Modified: trunk/openutils-mgnlmedia/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2010-01-01 20:23:11 UTC (rev 1577) +++ trunk/openutils-mgnlmedia/pom.xml 2010-01-01 20:25:10 UTC (rev 1578) @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -10,7 +9,7 @@ <artifactId>openutils-mgnlmedia</artifactId> <name>Magnolia SimpleMedia Module</name> <description>Magnolia SimpleMedia Module: a module for Magnolia CMS for easier management multimedia assets.</description> - <version>4.0-b11-SNAPSHOT</version> + <version>4.0</version> <inceptionYear>2008</inceptionYear> <licenses> <license> @@ -159,4 +158,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlmedia-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlmedia-4.0</url> + </scm> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |