[GIT] Compiler assisted localization library branch, master, updated. v0.7.2-6-g6478ef3

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Compiler assisted localization library". The branch, master has been updated via 6478ef3ce63a829a512e44cd25a09a5ab3fe2f34 (commit) from d0339d28ba949b6746de25add0807bc24092fd11 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=cal10n.git;a=commit;h=6478ef3ce63a829a512e44cd25... http://github.com/ceki/cal10n/commit/6478ef3ce63a829a512e44cd25a09a5ab3fe2f3... commit 6478ef3ce63a829a512e44cd25a09a5ab3fe2f34 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Jul 2 21:32:07 2010 +0200 about to cut 0.7.3 release diff --git a/cal10n-site/src/site/pages/download.html b/cal10n-site/src/site/pages/download.html old mode 100644 new mode 100755 index 3c06d25..c5a6407 --- a/cal10n-site/src/site/pages/download.html +++ b/cal10n-site/src/site/pages/download.html @@ -37,7 +37,12 @@ refer to the <a href="http://cal10n.qos.ch/dist/">distributions directory</a>.</p> - + <h3>javadoc downloads</h3> + + <p>For each caln10n module, the corresponding javadoc artifacts + can be downloaded from the <a + href="http://repo2.maven.org/maven2/ch/qos/cal10n/cal10n-api/">Maven + central repository</a>.</p> <hr/> diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index 43bf84e..f0d18ed --- a/pom.xml +++ b/pom.xml @@ -230,21 +230,42 @@ <distributionManagement> <site> <id>pixie</id> - <url>scp://pixie/var/www/cal10n.qos.ch/htdocs/</url> + <url>scp://pixie.qos.ch/var/www/cal10n.qos.ch/htdocs/</url> </site> <repository> <id>pixie</id> - <url>scp://pixie/var/mvnrepo/</url> + <url>scp://pixie.qos.ch/var/mvnrepo/</url> </repository> <snapshotRepository> <id>pixie-snapshot</id> - <url>scp://pixie/var/mvnrepo-snapshots/</url> + <url>scp://pixie.qos.ch/var/mvnrepo-snapshots/</url> </snapshotRepository> </distributionManagement> - + + <profiles> + <profile> + <id>javadocjar</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>attach-javadocs</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> \ No newline at end of file ----------------------------------------------------------------------- Summary of changes: cal10n-site/src/site/pages/download.html | 7 ++++++- pom.xml | 29 +++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 5 deletions(-) mode change 100644 => 100755 cal10n-site/src/site/pages/download.html mode change 100644 => 100755 pom.xml hooks/post-receive -- Compiler assisted localization library
participants (1)
-
git-noreply@pixie.qos.ch