From jbosstools-commits at lists.jboss.org Fri Feb 19 11:08:24 2010 Content-Type: multipart/mixed; boundary="===============2057994585910714123==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r20391 - in trunk/documentation/guides/MigrationGuide: en and 1 other directory. Date: Fri, 19 Feb 2010 11:08:24 -0500 Message-ID: <201002191608.o1JG8OGI016845@svn01.web.mwc.hst.phx2.redhat.com> --===============2057994585910714123== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2010-02-19 11:08:23 -0500 (Fri, 19 Feb 2010) New Revision: 20391 Added: trunk/documentation/guides/MigrationGuide/en/master.xml trunk/documentation/guides/MigrationGuide/pom.xml Log:

https://jira.jboss.org/jira/browse/JBDS-1062 - Added the first version o= f the guide.

Added: trunk/documentation/guides/MigrationGuide/en/master.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/guides/MigrationGuide/en/master.xml = (rev 0) +++ trunk/documentation/guides/MigrationGuide/en/master.xml 2010-02-19 16:0= 8:23 UTC (rev 20391) @@ -0,0 +1,39 @@ + + + + + = = + +]> + + + + Exadel 2.1 to 3.0 Migration Guide + = + = + + 2010 + JBoss by Red Hat + + +Version: 3.0.0.GA + + + + + <para> + <ulink url=3D"http://download.jboss.org/jbosstools/nightly-docs= /en/Exadel-migration/pdf/Exadel_Studio_Migration_Guide.pdf">PDF version</ul= ink> + </para> +</abstract> + + + </bookinfo> = + + <toc/> = +&introduction; +&migration; +&issues; +</book> = Property changes on: trunk/documentation/guides/MigrationGuide/en/master.xml ___________________________________________________________________ Name: svn:executable + * Added: trunk/documentation/guides/MigrationGuide/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/guides/MigrationGuide/pom.xml = (rev 0) +++ trunk/documentation/guides/MigrationGuide/pom.xml 2010-02-19 16:08:23 U= TC (rev 20391) @@ -0,0 +1,162 @@ +<project xmlns=3D"http://maven.apache.org/POM/4.0.0" + xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://maven.apac= he.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <groupId>org.jboss.tools</groupId> + <artifactId>exadel-migration-guide${translation}</artifactId> + <version>1.0-SNAPSHOT</version> + <packaging>jdocbook</packaging> + <name>Exadel_2.1_to_3.0_Migration_Guide</name> + = + <profiles> + <profile> + <id>release</id> + <properties> + <master>master_output.xml</master> + <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</= xsl-single> + <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-ch= unked> + <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf> + </properties> + </profile> + <profile> + <id>releaseTest</id> + <properties> + <master>master_output.xml</master> + <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomar= ker.xsl</xsl-single> + <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xs= l</xsl-chunked> + <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf> + </properties> + </profile> + <profile> + <id>releaseJBDS</id> + <properties> + <master>master.xml</master> + <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release.xsl</= xsl-single> + <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release.xsl</xsl-ch= unked> + <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf> + <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/= css/</cssdir> + </properties> + </profile> + = + <profile> + <id>diffmk</id> + <properties> + <master>master_output.xml</master> + <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-diff.xsl</xsl= -single> + <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-diff.xsl</xsl-chunk= ed> + <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf-diff.xsl</xsl-pdf> + </properties> + </profile> + </profiles> + = + <build> + <plugins> + <plugin> + <groupId>org.jboss.maven.plugins</groupId> + <artifactId>maven-jdocbook-plugin</artifactId> + <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version> + <extensions>true</extensions> + <dependencies> + <dependency> + <groupId>com.jboss</groupId> + <artifactId>jbossent-docbook-xslt</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>com.jboss</groupId> + <artifactId>jbossent-jdocbook-style</artifactId> + <version>1.0.0</version> + <type>jdocbook-style</type> + </dependency> + <dependency> + <groupId>org.jboss</groupId> + <artifactId>jbossorg-jdocbook-style</artifactId> + <version>1.1.0</version> + <type>jdocbook-style</type> + </dependency> + <dependency> = + <groupId>org.jboss.tools</groupId> + <artifactId>jbosstools-docbook-xslt</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> = + <groupId>org.apache.xmlgraphics</groupId> = + <artifactId>fop</artifactId> = + <version>0.95</version> = + </dependency> = + </dependencies> + <configuration> + <sourceDocumentName>${master}</sourceDocumentName> + <sourceDirectory>${pom.basedir}/en</sourceDirectory> + <imageResource> + <directory>${pom.basedir}/en</directory> + <includes> + <include>images/**/*</include> + </includes> + </imageResource> + <cssResource> + <directory>${pom.basedir}/${cssdir}</directory> + </cssResource> + + <formats> + <format> + <formatName>pdf</formatName> + <stylesheetResource>${xsl-pdf}</stylesheetResource> + <finalName>${pom.name}.pdf</finalName> + </format> + <format> + <formatName>html</formatName> + <stylesheetResource>${xsl-chunked}</stylesheetResource> + <finalName>index.html</finalName> + </format> + <format> + <formatName>html_single</formatName> + <stylesheetResource>${xsl-single}</stylesheetResource> + <finalName>index.html</finalName> + </format> + <format> + <formatName>eclipse</formatName> + <stylesheetResource>classpath:/xslt/com/jboss/tools/eclipse.xsl</st= ylesheetResource> + <finalName>index.html</finalName> + </format> + </formats> + <options> + <xincludeSupported>true</xincludeSupported> + <xmlTransformerType>saxon</xmlTransformerType> + <!-- needed for uri-resolvers; can be ommitted if using 'current' ur= i scheme --> + <!-- could also locate the docbook dependency and inspect its ve= rsion... --> + <docbookVersion>1.72.0</docbookVersion> + </options> + </configuration> + </plugin> + </plugins> + </build> + + <distributionManagement> + <repository> + <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${mav= en.repository.root} --> + <!-- It is anticipated that ${maven.repository.root} be set in user's s= ettings.xml --> + <!-- todo : replace this with direct svn access once the svnkit provide= rs are available --> + <id>repository.jboss.org</id> + <url>file://${maven.repository.root}</url> + </repository> + <snapshotRepository> + <id>snapshots.jboss.org</id> + <name>JBoss Snapshot Repository</name> + <url>dav:https://snapshots.jboss.org/maven2</url> + </snapshotRepository> + </distributionManagement> + + <properties> + <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single.xsl</xsl-single> + <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml.xsl</xsl-chunked> + <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf> + <stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resou= rces/</stylesdir> + <cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/cs= s/</cssdir> + <master>master.xml</master> + <translation>en-US</translation> + </properties> = + +</project> Property changes on: trunk/documentation/guides/MigrationGuide/pom.xml ___________________________________________________________________ Name: svn:executable + * --===============2057994585910714123==--