Skip to content

Commit

Permalink
Adjusted url reference after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Nov 4, 2011
1 parent f7ec3a7 commit 2bc72b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This project provides the core jDocBook APIs and functionality. Generally speaking, tools are built _on top of_
jdocbook-core to allow users to leverage its usefulness. 2 such tools are the plugins for Maven and Gradle.

Building
============

jDocBook Core uses Gradle (http://gradle.org) as its build tool. Here is a list of resources to obtain more
information about Gradle:

* The Gradle User Guide : http://gradle.org/latest/docs/userguide/userguide_single.html
* Gradle DSL Guide : http://gradle.org/latest/docs/dsl/index.html
* Additional Hibernate/Gradle information : http://community.jboss.org/wiki/GradleFAQ
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ manifest.mainAttributes(
def pomConfig = {
name 'jDocBook Core'
description 'The core jDocBook functionality'
url 'http://github.com/sebersole/jdocbook-core'
url 'http://github.com/pressgang/jdocbook-core'
organization 'JBoss.org'
issueManagement {
system 'github'
url 'http://github.com/sebersole/jdocbook-core/issues'
url 'http://github.com/pressgang/jdocbook-core/issues'
}
scm {
url "http://github.com/sebersole/jdocbook-core"
connection "scm:git:http://github.com/sebersole/jdocbook-core.git"
developerConnection "scm:git:git@github.com:sebersole/jdocbook-core.git"
url "http://github.com/pressgang/jdocbook-core"
connection "scm:git:http://github.com/pressgang/jdocbook-core.git"
developerConnection "scm:git:git@github.com:pressgang/jdocbook-core.git"
}
licenses {
license {
Expand Down

0 comments on commit 2bc72b5

Please sign in to comment.