Author: tchemit
Date: 2010-04-20 02:10:50 +0200 (Tue, 20 Apr 2010)
New Revision: 1898
Log:
- remove redundant svn keywords in file headers
- improve release profiles (no reporting by default)
Modified:
trunk/pom.xml
trunk/src/site/rst/index.rst
trunk/src/site/site_fr.xml
trunk/topia-persistence/pom.xml
trunk/topia-persistence/src/site/rst/Devel.rst
trunk/topia-persistence/src/site/rst/FAQ.rst
trunk/topia-persistence/src/site/rst/HibernateMapping.rst
trunk/topia-persistence/src/site/rst/Isolation.rst
trunk/topia-persistence/src/site/rst/ModelGeneration.rst
trunk/topia-persistence/src/site/rst/SchemaMigration.rst
trunk/topia-persistence/src/site/rst/Todo.rst
trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst
trunk/topia-persistence/src/site/rst/TopiaQuery.rst
trunk/topia-persistence/src/site/rst/event.rst
trunk/topia-persistence/src/site/rst/howto.rst
trunk/topia-persistence/src/site/rst/index.rst
trunk/topia-persistence/src/site/rst/project.rst
trunk/topia-persistence/src/site/rst/security.rst
trunk/topia-persistence/src/site/site_fr.xml
trunk/topia-service-migration/pom.xml
trunk/topia-service-migration/src/site/rst/index.rst
trunk/topia-service-migration/src/site/rst/manualMigration.rst
trunk/topia-service-migration/src/site/site_fr.xml
trunk/topia-service-replication/pom.xml
trunk/topia-service-replication/src/site/rst/index.rst
trunk/topia-service-replication/src/site/site_fr.xml
trunk/topia-service-security/pom.xml
trunk/topia-service-security/src/site/rst/index.rst
trunk/topia-service-security/src/site/site_fr.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/pom.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/src/site/rst/index.rst
===================================================================
--- trunk/src/site/rst/index.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/src/site/site_fr.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-persistence/pom.xml
===================================================================
--- trunk/topia-persistence/pom.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/pom.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Persistence
- $Author$
$Id$
$HeadURL$
%%
@@ -225,21 +224,12 @@
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.8</version>
- </plugin>
- </plugins>
- </reporting>
-
<!-- ************************************************************* -->
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<profiles>
- <!-- perform only on a release stage when using the maven-release-plugin -->
+
+ <!-- perform only on a release stage when using the maven-release-plugin -->
<profile>
<id>release-profile</id>
<activation>
@@ -281,6 +271,28 @@
</plugins>
</build>
</profile>
+
+ <!-- reporting at release time -->
+ <profile>
+ <id>reporting-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ </profile>
</profiles>
</project>
Modified: trunk/topia-persistence/src/site/rst/Devel.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/Devel.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/Devel.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/FAQ.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/FAQ.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/FAQ.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/HibernateMapping.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/HibernateMapping.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/HibernateMapping.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/Isolation.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/Isolation.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/Isolation.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/ModelGeneration.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/ModelGeneration.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/ModelGeneration.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/SchemaMigration.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/SchemaMigration.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/SchemaMigration.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/Todo.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/Todo.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/Todo.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/TopiaQuery.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/TopiaQuery.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/TopiaQuery.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -10,7 +10,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/event.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/event.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/event.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/howto.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/howto.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/howto.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/index.rst
===================================================================
(Binary files differ)
Modified: trunk/topia-persistence/src/site/rst/project.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/project.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/project.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/rst/security.rst
===================================================================
--- trunk/topia-persistence/src/site/rst/security.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/rst/security.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -6,7 +6,6 @@
.. * #%L
.. * ToPIA :: Persistence
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-persistence/src/site/site_fr.xml
===================================================================
--- trunk/topia-persistence/src/site/site_fr.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-persistence/src/site/site_fr.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Persistence
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-migration/pom.xml
===================================================================
--- trunk/topia-service-migration/pom.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-migration/pom.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Migration
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-migration/src/site/rst/index.rst
===================================================================
--- trunk/topia-service-migration/src/site/rst/index.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-migration/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Service Migration
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-service-migration/src/site/rst/manualMigration.rst
===================================================================
--- trunk/topia-service-migration/src/site/rst/manualMigration.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-migration/src/site/rst/manualMigration.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Service Migration
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-service-migration/src/site/site_fr.xml
===================================================================
--- trunk/topia-service-migration/src/site/site_fr.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-migration/src/site/site_fr.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Migration
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-replication/pom.xml
===================================================================
--- trunk/topia-service-replication/pom.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-replication/pom.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Replication
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-replication/src/site/rst/index.rst
===================================================================
--- trunk/topia-service-replication/src/site/rst/index.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-replication/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Service Replication
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-service-replication/src/site/site_fr.xml
===================================================================
--- trunk/topia-service-replication/src/site/site_fr.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-replication/src/site/site_fr.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Replication
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-security/pom.xml
===================================================================
--- trunk/topia-service-security/pom.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-security/pom.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Security
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/topia-service-security/src/site/rst/index.rst
===================================================================
--- trunk/topia-service-security/src/site/rst/index.rst 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-security/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898)
@@ -5,7 +5,6 @@
.. * #%L
.. * ToPIA :: Service Security
.. *
-.. * $Author$
.. * $Id$
.. * $HeadURL$
.. * %%
Modified: trunk/topia-service-security/src/site/site_fr.xml
===================================================================
--- trunk/topia-service-security/src/site/site_fr.xml 2010-04-19 22:41:25 UTC (rev 1897)
+++ trunk/topia-service-security/src/site/site_fr.xml 2010-04-20 00:10:50 UTC (rev 1898)
@@ -3,7 +3,6 @@
#%L
ToPIA :: Service Security
- $Author$
$Id$
$HeadURL$
%%