summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.0-incubator-M2/BUILDING.txt
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:26:33 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:26:33 +0000
commita40e527938d76ba71f211da7e327adb50384ba69 (patch)
treecb8f99f1727122b040a3f0fbb6649292b6a74302 /tags/java/sca/1.0-incubator-M2/BUILDING.txt
parent968721109881107520d7aefa91d7fcc0519d7739 (diff)
Moving 1.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.0-incubator-M2/BUILDING.txt')
-rw-r--r--tags/java/sca/1.0-incubator-M2/BUILDING.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/tags/java/sca/1.0-incubator-M2/BUILDING.txt b/tags/java/sca/1.0-incubator-M2/BUILDING.txt
deleted file mode 100644
index 67b6b1d5f5..0000000000
--- a/tags/java/sca/1.0-incubator-M2/BUILDING.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Building Tuscany SCA
-====================
-
-Building this distribution requires a Maven 2.0.4 which can be downloaded from
- http://maven.apache.org/download.html
-
-Maven automatically downloads project dependencies from remote repositories
-so a live internet connection is required the first time a build is run.
-For details of which repositories are used please consult pom.xml in this
-directory or in specific modules. Commonly used repositories are:
- http://people.apache.org/repo/m2-incubating-repository/
- http://download.eclipse.org/tools/emf/maven2
- https://maven-repository.dev.java.net/nonav/repository
-
-Due to load on these servers you may experience occasional download failures.
-If these should occur simply rerun the build.
-
-The build generates a binary distribution intended for download from a
-distribution server and a number of other artifacts intended for distribution
-through the Maven repository system. Those include Maven plugins that can be
-used to build SCA applications intended to run on Apache Tuscany.
-
-
-Building
---------
-To perform a default build run mvn from this directory. This build installs
-all module files in your local Maven repository (located by default in
-${user.home}/.m2/repository ) ready for deployment to a remote repository.
-It also assembles a binary distribution in the distribution module.