Skip to content

Commit

Permalink
changing project structure once again to fit Maven central conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Schlosser authored and Tomas Schlosser committed Dec 28, 2011
1 parent 12472a2 commit 2aeca25
Show file tree
Hide file tree
Showing 185 changed files with 1,871 additions and 193 deletions.
18 changes: 1 addition & 17 deletions anadix-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down Expand Up @@ -31,20 +31,4 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
</repositories>
</project>
2 changes: 1 addition & 1 deletion anadix-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion anadix-tests/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-condition</artifactId>
<groupId>org.anadix</groupId>
<artifactId>conditions</artifactId>
<groupId>org.anadix.conditions</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand All @@ -14,12 +14,12 @@

<dependencies>
<dependency>
<groupId>org.anadix</groupId>
<groupId>org.anadix.domains</groupId>
<artifactId>anadix-html</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.anadix</groupId>
<groupId>org.anadix.parsers</groupId>
<artifactId>anadix-swingparser</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions anadix-condition/pom.xml → conditions/pom.xml
Expand Up @@ -3,13 +3,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>anadix-condition</artifactId>
<groupId>org.anadix.conditions</groupId>
<artifactId>conditions</artifactId>
<name>Anadix condition sets</name>
<packaging>pom</packaging>

Expand Down
10 changes: 5 additions & 5 deletions anadix-distribution/pom.xml → distribution/pom.xml
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>anadix-distribution</artifactId>
<artifactId>distribution</artifactId>
<name>Anadix distribution</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -67,7 +67,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.anadix</groupId>
<groupId>org.anadix.domains</groupId>
<artifactId>anadix-html</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -77,7 +77,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.anadix</groupId>
<groupId>org.anadix.conditions</groupId>
<artifactId>anadix-section508</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -94,7 +94,7 @@

<dependency>
<groupId>org.anadix</groupId>
<artifactId>anadix-docs</artifactId>
<artifactId>documentation</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions anadix-docs/pom.xml → documentation/pom.xml
Expand Up @@ -2,11 +2,11 @@
<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>
<parent>
<artifactId>anadix-parent</artifactId>
<artifactId>anadix</artifactId>
<groupId>org.anadix</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>anadix-docs</artifactId>
<artifactId>documentation</artifactId>
<name>Anadix documentation</name>
<packaging>pom</packaging>

Expand Down
File renamed without changes.
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>anadix-domain</artifactId>
<groupId>org.anadix</groupId>
<artifactId>domains</artifactId>
<groupId>org.anadix.domains</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand Down
Expand Up @@ -17,6 +17,12 @@

import java.math.BigInteger;

/**
* <p>CaptionTag class.</p>
*
* @author tomason
* @version $Id: $
*/
public class CaptionTag extends CommonAttributes {

CaptionTag(BigInteger id, HtmlElement parent, Attributes attributes) {
Expand All @@ -26,6 +32,8 @@ public class CaptionTag extends CommonAttributes {
/**
* Deprecated. For visual user agents, this attribute specifies the position
* of the caption with respect to the table.
*
* @return a {@link java.lang.String} object.
*/
public String getAlign() {
return getAttribute("align");
Expand Down
Expand Up @@ -20,6 +20,9 @@
/**
* The CENTER element is exactly equivalent to specifying the DIV element with
* the align attribute set to "center". The CENTER element is deprecated.
*
* @author tomason
* @version $Id: $
*/
public class CenterTag extends CommonAttributes {

Expand Down
Expand Up @@ -19,8 +19,9 @@

/**
* Contains a citation or a reference to other sources.
*
*
* @author tomason
* @version $Id: $
*/
public class CiteTag extends CommonAttributes {

Expand Down
Expand Up @@ -19,8 +19,9 @@

/**
* Designates a fragment of computer code.
*
*
* @author tomason
* @version $Id: $
*/
public class CodeTag extends CommonAttributes {

Expand Down
30 changes: 30 additions & 0 deletions ...src/main/java/org/anadix/html/ColTag.java → ...src/main/java/org/anadix/html/ColTag.java 100644 → 100755
Expand Up @@ -17,6 +17,12 @@

import java.math.BigInteger;

/**
* <p>ColTag class.</p>
*
* @author tomason
* @version $Id: $
*/
public class ColTag extends CommonAttributes {

ColTag(BigInteger id, HtmlElement parent, Attributes attributes) {
Expand All @@ -30,6 +36,8 @@ public class ColTag extends CommonAttributes {
* attribute is 1 (i.e., the COL element refers to a single column). If the
* span attribute is set to N > 1, the current COL element shares its
* attributes with the next N-1 columns.
*
* @return a int.
*/
public int getSpan() {
String value = getAttribute("span");
Expand All @@ -41,23 +49,45 @@ public int getSpan() {
* This attribute specifies a default width for each column spanned by the
* current COL element. It has the same meaning as the width attribute for
* the COLGROUP element and overrides it.
*
* @return a {@link java.lang.String} object.
*/
public String getWidth() {
return getAttribute("width");
}

/**
* <p>getAlign.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getAlign() {
return getAttribute("align");
}

/**
* <p>getChar.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getChar() {
return getAttribute("char");
}

/**
* <p>getCharoff.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getCharoff() {
return getAttribute("charoff");
}

/**
* <p>getValign.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getValign() {
return getAttribute("valign");
}
Expand Down
30 changes: 30 additions & 0 deletions ...ain/java/org/anadix/html/ColgroupTag.java → ...ain/java/org/anadix/html/ColgroupTag.java 100644 → 100755
Expand Up @@ -17,6 +17,12 @@

import java.math.BigInteger;

/**
* <p>ColgroupTag class.</p>
*
* @author tomason
* @version $Id: $
*/
public class ColgroupTag extends CommonAttributes {

ColgroupTag(BigInteger id, HtmlElement parent, Attributes attributes) {
Expand All @@ -30,6 +36,8 @@ public class ColgroupTag extends CommonAttributes {
* attribute is 1 (i.e., the COL element refers to a single column). If the
* span attribute is set to N > 1, the current COL element shares its
* attributes with the next N-1 columns.
*
* @return a int.
*/
public int getSpan() {
String value = getAttribute("span");
Expand All @@ -41,23 +49,45 @@ public int getSpan() {
* This attribute specifies a default width for each column spanned by the
* current COL element. It has the same meaning as the width attribute for
* the COLGROUP element and overrides it.
*
* @return a {@link java.lang.String} object.
*/
public String getWidth() {
return getAttribute("width");
}

/**
* <p>getAlign.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getAlign() {
return getAttribute("align");
}

/**
* <p>getChar.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getChar() {
return getAttribute("char");
}

/**
* <p>getCharoff.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getCharoff() {
return getAttribute("charoff");
}

/**
* <p>getValign.</p>
*
* @return a {@link java.lang.String} object.
*/
public String getValign() {
return getAttribute("valign");
}
Expand Down

0 comments on commit 2aeca25

Please sign in to comment.