Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 9, 2011
1 parent 91d72be commit 1a91fa2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
38 changes: 19 additions & 19 deletions symmetric/symmetric-assemble/pom.xml
Expand Up @@ -6,15 +6,15 @@
<packaging>pom</packaging>
<version>2.2.0-SNAPSHOT</version>
<name>assemble</name>

<licenses>
<license>
<name>LGPL</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
Expand Down Expand Up @@ -46,7 +46,7 @@
<goals>
<goal>attached</goal>
</goals>
<configuration>
<configuration>
<descriptors>
<descriptor>${basedir}/src/assembly/assembly-server.xml</descriptor>
</descriptors>
Expand All @@ -65,32 +65,32 @@
</descriptors>
<finalName>symmetric-client-${pom.version}</finalName>
</configuration>
</execution>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://symmetricds.org</url>
<siteDirectory>${basedir}/src/site</siteDirectory>
<templateFile>${basedir}/src/site/site.vm</templateFile>
</configuration>
<!-- Need to exclude commons-logging due to bug.
See: http://jira.codehaus.org/browse/MSITE-459 -->
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xhtml</artifactId>
<version>1.1.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<!-- Need to exclude commons-logging due to bug. See: http://jira.codehaus.org/browse/MSITE-459 -->
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xhtml</artifactId>
<version>1.1.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.db.torque</groupId>
Expand Down
20 changes: 10 additions & 10 deletions symmetric/symmetric-assemble/src/site/apt/getting_started.apt
Expand Up @@ -12,32 +12,32 @@ User Guide - SymmetricDS 2
section in Chapter 1 to understand the differences between 1.x and 2.

To get a demo of SymmetricDS 2 running, try the
{{{guide/2.x/html-single/user-guide.html#tutorial}Hands-On}} tutorial.
{{{./guide/2.x/html-single/user-guide.html#tutorial}Hands-On}} tutorial.

{{{guide/2.x/html-single/user-guide.html}User Guide (Single Page HTML)}}
{{{./guide/2.x/html-single/user-guide.html}User Guide (Single Page HTML)}}

{{{guide/2.x/html/user-guide.html}User Guide (Multi Page HTML)}}
{{{./guide/2.x/html/user-guide.html}User Guide (Multi Page HTML)}}

{{{guide/2.x/pdf/user-guide.pdf}User Guide (PDF)}}
{{{./guide/2.x/pdf/user-guide.pdf}User Guide (PDF)}}

{{{apidocs-2/index.html}Javadoc}}
{{{./apidocs-2/index.html}Javadoc}}

User Guide - SymmetricDS 1.x

To get a demo of SymmetricDS 1.x running, try the
{{{guide/html/ch02-getting-started.html}Getting Started}} tutorial.
{{{./guide/html/ch02-getting-started.html}Getting Started}} tutorial.

The User Guide describes the SymmetricDS library for data synchronization. It is
intended for users who want to be quickly familiarized with the software, configure it,
and use its features.

{{{guide/1.x/html-single/user-guide.html}User Guide (Single Page HTML)}}
{{{./guide/1.x/html-single/user-guide.html}User Guide (Single Page HTML)}}

{{{guide/1.x/html/user-guide.html}User Guide (Multi Page HTML)}}
{{{./guide/1.x/html/user-guide.html}User Guide (Multi Page HTML)}}

{{{guide/1.x/pdf/user-guide.pdf}User Guide (PDF)}}
{{{./guide/1.x/pdf/user-guide.pdf}User Guide (PDF)}}

{{{apidocs/index.html}Javadoc}}
{{{./apidocs/index.html}Javadoc}}



0 comments on commit 1a91fa2

Please sign in to comment.