Skip to content

Commit

Permalink
merge in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 6, 2010
2 parents b031336 + 33f279c commit 76c31d3
Show file tree
Hide file tree
Showing 353 changed files with 167,741 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/reference/README.txt
@@ -0,0 +1,40 @@
NOTE TO EDITORS
===============

Please honor the formatting that has been applied to these documents so that it is easy to track the changes that are
made between commits. The formatting is described using VIM modelines, which appear in a comment before the final end
tag in each document:

<!--
vim:et:ts=3:sw=3:tw=120
-->

They describe the following rules:

- Expand tabs to spaces
- indent size: 3 spaces
- max line length: 120

Also, each node generation should be indented from its parent.

Generally, the text in paragraphs should appear on separate lines from the <para> tags, but there are some cases when
this formatting rule has been relaxed.

Please use the following two entity codes for inserting dashes:

&#8211 - ndash
&#8212 - mdash

The DocType transformation stylesheet does not handle &ndash, &mdash, &#150; or &#151; properly.

Bug in IcedTea
==============

There appears to be a bug in IcedTea on Ubuntu that causes the docbook transformation to fail when inserting an image
into the document (there are several in the reference guide). See this bug for more details.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447951

Please use the Sun Java JDK if you encounter this problem.

vim:et:ts=3:sw=3:tw=120
122 changes: 122 additions & 0 deletions docs/reference/pom.xml
@@ -0,0 +1,122 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.weld.reference-guide</groupId>
<artifactId>weld-reference-guide</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Weld Reference Guide</name>
<url>http://www.seamframework.org/Weld</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>12</version>
</parent>

<properties>
<pdf.name>weld-reference.pdf</pdf.name>
<weld.docbook.version>1.1.1-Beta5</weld.docbook.version>
</properties>

<build>
<defaultGoal>process-classes</defaultGoal>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
<configuration>
<tasks>
<copy file="${basedir}/target/docbook/publish/en-US/pdf/${pdf.name}" todir="${basedir}" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>attach-zip</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${project.build.outputDirectory}/${project.artifactId}-${project.version}.war</file>
<type>war</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>

<profile>
<id>translations</id>
<build>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>

<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>translate</goal>
</goals>
</execution>
</executions>

<configuration>
<translations>
<translation>it-IT</translation>
<translation>zh-CN</translation>
<translation>zh-TW</translation>
<translation>es-ES</translation>
<translation>ko-KR</translation>
<translation>de-DE</translation>
<translation>pt-BR</translation>
</translations>
</configuration>
</plugin>
</plugins>
</build>
</profile>

</profiles>


<scm>

<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/doc/trunk/reference</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/doc/trunk/reference</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/doc/trunk/reference</url>
</scm>

</project>
49 changes: 49 additions & 0 deletions docs/reference/pot/Author_Group.pot
@@ -0,0 +1,49 @@
#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-07-25T03:52:14\n"
"PO-Revision-Date: 2010-07-25T03:52:14\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: contrib
#, no-c-format
msgid "JSR-299: Contexts and Dependency Injection Lead"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Weld (JSR-299 RI) Lead"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Italian Translation"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Spanish Translation"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Korean Translation"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Traditional Chinese Translation"
msgstr ""

#. Tag: contrib
#, no-c-format
msgid "Simplified Chinese Translation"
msgstr ""

24 changes: 24 additions & 0 deletions docs/reference/pot/Book_Info.pot
@@ -0,0 +1,24 @@
#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-07-25T03:52:14\n"
"PO-Revision-Date: 2010-07-25T03:52:14\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#, no-c-format
msgid "Weld - JSR-299 Reference Implementation"
msgstr ""

#. Tag: subtitle
#, no-c-format
msgid "JSR-299: The new Java standard for dependency injection and contextual lifecycle management"
msgstr ""

0 comments on commit 76c31d3

Please sign in to comment.