Author: kelvingoodson
Date: Thu Oct 12 09:55:24 2006
New Revision: 463317

URL: http://svn.apache.org/viewvc?view=rev&rev=463317
Log:
remove references to SNAPSHOT parent pom, build tools.  Remove SNAPSHOT from 
names of these artifacts.  Explain in BUILDING.txt steps to produce sample 
source distribution.

Modified:
    incubator/tuscany/branches/sdo-java-M2/sdo-api/pom.xml
    incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt
    incubator/tuscany/branches/sdo-java-M2/sdo/impl/pom.xml
    incubator/tuscany/branches/sdo-java-M2/sdo/plugin/pom.xml
    incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml
    incubator/tuscany/branches/sdo-java-M2/sdo/sample/pom.xml
    
incubator/tuscany/branches/sdo-java-M2/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/specCodeSnippets/AccessDataObjectUsingValidXPath.java
    incubator/tuscany/branches/sdo-java-M2/sdo/tools/pom.xml

Modified: incubator/tuscany/branches/sdo-java-M2/sdo-api/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo-api/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo-api/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo-api/pom.xml Thu Oct 12 09:55:24 
2006
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany</groupId>
         <artifactId>parent</artifactId>
-        <version>1-incubator-SNAPSHOT</version>
+        <version>1-incubator</version>
     </parent>
     <groupId>commonj</groupId>
     <artifactId>sdo-api-r${specVersion}</artifactId>
     <packaging>osgi-bundle</packaging>
-    <version>1.0-incubator-M2-SNAPSHOT</version>
+    <version>1.0-incubator-M2</version>
     <name>SDO API</name>
     <description>API classes for Service Data Objects</description>
 

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt Thu Oct 12 09:55:24 
2006
@@ -1,5 +1,14 @@
-Building the SDO Java Implementation Project from the source distribution 
-=========================================================================
+Building SDO Releases
+=====================
+The SDO specification source distribution and the SDO implementation source 
distribution
+together with computer with a live internet connection, maven 2.0.4 installed 
and java 1.4.2
+or above installed are all you need to build
+1) the SDO binary distribution
+2) the SDO samples source distribution (note that the source distribution is a 
derivative of
+the binary distribution, since it ships with javadoc,  which is generated by 
the binary distribution)
+
+Building the SDO Java Implementation Project Binary Release from the source 
distribution 
+========================================================================================
 (note,  these instructions are for building the SDO binary release from
 source, not for establishing a development environment.  If you wish to
 participate in sdo development, follow the instructions at 
@@ -25,3 +34,14 @@
     full successful build you can use "mvn -o" which is much faster.
 
 6) To run the sample programs, change directory to the "sample" directory, and 
run the command "mvn".  Then look in the sample/target/site/apidocs/index.html 
file for javadoc that describes how to run the samples.
+
+
+Building the SDO Samples Source distribution
+============================================
+
+To build the SDO Samples source distribution
+1) copy the sdo/sample directory from the SDO implementation source 
distribution to a temporary folder
+2) Build the SDO binary distribution as instructed above
+3) From the top level directory of your SDO implementation build tree change 
directory to the sample directory and execute the command mvn javadoc:javadoc 
to create javadoc for the samples in the target/site directory
+4) copy the site folder to the temporary directory created for step 1
+4) create .zip and .tar.gz archives of the sample source and javadoc
\ No newline at end of file

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/impl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/impl/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/impl/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/impl/pom.xml Thu Oct 12 09:55:24 
2006
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany.sdo</groupId>
         <artifactId>tuscany-sdo</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tuscany-sdo-impl</artifactId>

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/plugin/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/plugin/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/plugin/pom.xml Thu Oct 12 
09:55:24 2006
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany.sdo</groupId>
         <artifactId>tuscany-sdo</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tuscany-sdo-plugin</artifactId>

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml Thu Oct 12 09:55:24 2006
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.tuscany</groupId>
         <artifactId>parent</artifactId>
-        <version>1-incubator-SNAPSHOT</version>
+        <version>1-incubator</version>
     </parent>
     <groupId>org.apache.tuscany.sdo</groupId>
     <artifactId>tuscany-sdo</artifactId>
     <packaging>pom</packaging>
     <name>Tuscany SDO Implementation Project</name>
-    <version>1.0-incubator-M2-SNAPSHOT</version>
+    <version>1.0-incubator-M2</version>
 
     <repositories>
         <repository>
@@ -154,7 +154,7 @@
             <dependency>
                 <groupId>commonj</groupId>
                 <artifactId>sdo-api-r${specVersion}</artifactId>
-                <version>1.0-incubator-M2-SNAPSHOT</version>
+                <version>1.0-incubator-M2</version>
                 <scope>compile</scope>
             </dependency>
             <dependency>

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/sample/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/sample/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/sample/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/sample/pom.xml Thu Oct 12 
09:55:24 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tuscany.sdo</groupId>
         <artifactId>tuscany-sdo</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-M2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: 
incubator/tuscany/branches/sdo-java-M2/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/specCodeSnippets/AccessDataObjectUsingValidXPath.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/specCodeSnippets/AccessDataObjectUsingValidXPath.java?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- 
incubator/tuscany/branches/sdo-java-M2/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/specCodeSnippets/AccessDataObjectUsingValidXPath.java
 (original)
+++ 
incubator/tuscany/branches/sdo-java-M2/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/specCodeSnippets/AccessDataObjectUsingValidXPath.java
 Thu Oct 12 09:55:24 2006
@@ -27,7 +27,7 @@
 import commonj.sdo.helper.XSDHelper;
 
 /**
- * Demonstrats accessing a created DataObject's properties using xPath.
+ * Demonstrates accessing a created DataObject's properties using xPath.
  * 
  * This sample is from the <a href="http://incubator.apache.org/tuscany";
  * target="_blank"> Apache Tuscany</a> project. It was written to help users
@@ -41,10 +41,37 @@
  * use unpure xpath expression. This sample attempts to demonstrate a more 
appropiate
  * subset of xPath operations.<br>
  * <br>
+ * <br>
+ * <br>
  * <b>Usage:</b> <br>
- * Include the following on your classpath :
- * 
codegen-2.2.0-SNAPSHOT.jar,codegen-ecore-2.2.0-SNAPSHOT.jar,common-2.2.0-SNAPSHOT.jar,ecore-2.2.0-SNAPSHOT.jar,ecore-change-2.2.0-SNAPSHOT.jar,ecore-xmi-2.2.0-SNAPSHOT.jar,sdo-api-SNAPSHOT.jar,tuscany-sdo-impl-SNAPSHOT.jar,xsd-2.2.0-SNAPSHOT.jar,sdo-samples-standAlone-1.0-SNAPSHOT.jar
+ * This sample can easily be run from within Eclipse as a Java Application if 
tuscany or 
+ * the sample-sdo project is imported into Eclipse as an existing project.
+ * <br><br>
+ * If executing as a standalone application please do the following: 
  * <br>
+ * <UL>
+ * <LI>Include the following jar files on your classpath :
+ * <UL>
+ * <LI>SDO API and Tuscany Implementation
+ * <UL>
+ * <LI>sdo-api-{version}.jar - SDO API
+ * <LI>tuscany-sdo-impl-{version}.jar - Tuscany SDO implementation
+ * </UL>
+ * </LI>
+ * <LI>EMF dependencies. 
+ * <UL>
+ * <LI>emf-common-{version}.jar - some common framework utility and base 
classes
+ * <LI>emf-ecore-{version}.jar - the EMF core runtime implementation classes 
(the Ecore metamodel)
+ * <LI>emf-ecore-change-{version}.jar - the EMF change recorder and framework
+ * <LI>emf-ecore-xmi-{version}.jar - EMF's default XML (and XMI) serializer 
and loader
+ * <LI>xsd-{version}.jar - the XML Schema model
+ * </UL>
+ * </LI>
+ * </UL>
+ * 
+ * These jar files can be obtained from directly from Tuscany and EMF projects 
or from <a
+ * 
href="http://wiki.apache.org/ws-data/attachments/Tuscany(2f)TuscanyJava(2f)SDO_Java_Overview/attachments/SDO%20Execution%20Dependencies"
+ * target="_bank">SDO Execution Dependencies </a> </LI>
  * Execute: java
  * 
org.apache.tuscany.samples.sdo.specCodeSnippets.AccessDataObjectUsingValidXPath
  * 

Modified: incubator/tuscany/branches/sdo-java-M2/sdo/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/tools/pom.xml?view=diff&rev=463317&r1=463316&r2=463317
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/tools/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/tools/pom.xml Thu Oct 12 
09:55:24 2006
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany.sdo</groupId>
         <artifactId>tuscany-sdo</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tuscany-sdo-tools</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to