r3565 - in trunk: pollen-votecounting-strategy pollen-votecounting-strategy/src/site pollen-votecounting-strategy-borda pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy pollen-votecounting-strategy-borda/src/main/resources/META-INF/services pollen-votecounting-strategy-borda/src/main/resources/i18n pollen-votecounting-strategy-borda/src/site pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy pollen-votecounting-st
Author: tchemit Date: 2012-06-26 07:03:04 +0200 (Tue, 26 Jun 2012) New Revision: 3565 Url: http://chorem.org/repositories/revision/pollen/3565 Log: add svn properties + headers Modified: trunk/pollen-votecounting-strategy-borda/LICENSE.txt trunk/pollen-votecounting-strategy-borda/README.txt trunk/pollen-votecounting-strategy-borda/changelog.txt trunk/pollen-votecounting-strategy-borda/pom.xml trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java trunk/pollen-votecounting-strategy-borda/src/main/resources/META-INF/services/org.chorem.pollen.votecounting.strategy.VoteCountingStrategy trunk/pollen-votecounting-strategy-borda/src/main/resources/i18n/pollen-votecounting-strategy-borda_en_GB.properties trunk/pollen-votecounting-strategy-borda/src/main/resources/i18n/pollen-votecounting-strategy-borda_fr_FR.properties trunk/pollen-votecounting-strategy-borda/src/site/site_en.xml trunk/pollen-votecounting-strategy-borda/src/site/site_fr.xml trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java trunk/pollen-votecounting-strategy-borda/src/test/resources/log4j.properties trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java trunk/pollen-votecounting-strategy/LICENSE.txt trunk/pollen-votecounting-strategy/README.txt trunk/pollen-votecounting-strategy/changelog.txt trunk/pollen-votecounting-strategy/pom.xml trunk/pollen-votecounting-strategy/src/site/site_en.xml trunk/pollen-votecounting-strategy/src/site/site_fr.xml Property changes on: trunk/pollen-votecounting-strategy/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pollen-votecounting-strategy/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pollen-votecounting-strategy/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pollen-votecounting-strategy/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/pollen-votecounting-strategy/src/site/site_en.xml =================================================================== --- trunk/pollen-votecounting-strategy/src/site/site_en.xml 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy/src/site/site_en.xml 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting strategy + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2012 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project name="${project.name}"> <body> Property changes on: trunk/pollen-votecounting-strategy/src/site/site_en.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/pollen-votecounting-strategy/src/site/site_fr.xml =================================================================== --- trunk/pollen-votecounting-strategy/src/site/site_fr.xml 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy/src/site/site_fr.xml 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting strategy + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2012 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project name="${project.name}"> <body> Property changes on: trunk/pollen-votecounting-strategy/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pollen-votecounting-strategy-borda/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/pollen-votecounting-strategy-borda/README.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/pollen-votecounting-strategy-borda/changelog.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/pollen-votecounting-strategy-borda/pom.xml ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,8 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Borda * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-votecounting-strategy-condorce... $ + * $HeadURL$ * %% * Copyright (C) 2009 - 2012 CodeLutin * %% Property changes on: trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/pollen-votecounting-strategy-borda/src/main/resources/META-INF/services/org.chorem.pollen.votecounting.strategy.VoteCountingStrategy ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pollen-votecounting-strategy-borda/src/main/resources/i18n/pollen-votecounting-strategy-borda_en_GB.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/pollen-votecounting-strategy-borda/src/main/resources/i18n/pollen-votecounting-strategy-borda_fr_FR.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pollen-votecounting-strategy-borda/src/site/site_en.xml =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/site/site_en.xml 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/site/site_en.xml 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting strategy :: Borda + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2012 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project name="${project.name}"> <body> Property changes on: trunk/pollen-votecounting-strategy-borda/src/site/site_en.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/pollen-votecounting-strategy-borda/src/site/site_fr.xml =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/site/site_fr.xml 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/site/site_fr.xml 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,5 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting strategy :: Borda + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2012 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project name="${project.name}"> <body> Property changes on: trunk/pollen-votecounting-strategy-borda/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,8 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Borda * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-votecounting-strategy-condorce... $ + * $HeadURL$ * %% * Copyright (C) 2009 - 2012 CodeLutin * %% Property changes on: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,8 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Borda * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-votecounting-strategy-condorce... $ + * $HeadURL$ * %% * Copyright (C) 2009 - 2012 CodeLutin * %% Property changes on: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pollen-votecounting-strategy-borda/src/test/resources/log4j.properties =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/test/resources/log4j.properties 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-borda/src/test/resources/log4j.properties 2012-06-26 05:03:04 UTC (rev 3565) @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting strategy :: Condorcet # $Id$ -# $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-votecounting-strategy-condorce... $ +# $HeadURL$ # %% # Copyright (C) 2009 - 2012 CodeLutin # %% Property changes on: trunk/pollen-votecounting-strategy-borda/src/test/resources/log4j.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,6 +1,6 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Instant Runoff * $Id$ * $HeadURL$ * %% Modified: trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,6 +1,6 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Instant Runoff * $Id$ * $HeadURL$ * %% Modified: trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-06-26 04:59:29 UTC (rev 3564) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-06-26 05:03:04 UTC (rev 3565) @@ -1,6 +1,6 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet + * Pollen :: VoteCounting strategy :: Instant Runoff * $Id$ * $HeadURL$ * %%
participants (1)
-
tchemit@users.chorem.org