You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/04/13 18:28:08 UTC

svn commit: r528549 - in /incubator/tuscany/java/sdo: ./ distribution/ impl/src/main/resources/META-INF/ sample/ sample/src/main/java/org/apache/tuscany/samples/sdo/ tools/src/main/resources/META-INF/

Author: kelvingoodson
Date: Fri Apr 13 09:28:06 2007
New Revision: 528549

URL: http://svn.apache.org/viewvc?view=rev&rev=528549
Log:
TUSCANY-1171 apply feedback from RC2 to the trunk

Modified:
    incubator/tuscany/java/sdo/BUILDING.txt
    incubator/tuscany/java/sdo/LICENSE.txt
    incubator/tuscany/java/sdo/distribution/RELEASE_NOTES.txt
    incubator/tuscany/java/sdo/impl/src/main/resources/META-INF/LICENSE.txt
    incubator/tuscany/java/sdo/sample/README.txt
    incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html
    incubator/tuscany/java/sdo/tools/src/main/resources/META-INF/LICENSE.txt

Modified: incubator/tuscany/java/sdo/BUILDING.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/BUILDING.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/BUILDING.txt (original)
+++ incubator/tuscany/java/sdo/BUILDING.txt Fri Apr 13 09:28:06 2007
@@ -45,8 +45,8 @@
 
 To build the SDO Samples source distribution
 1) Build the SDO binary distribution as instructed above
-2) From the top level directory of your SDO implementation build tree change directory to the <archive-root>/sdo/sample directory and execute the command mvn javadoc:javadoc to create javadoc for the samples in the <archive-root>/sdo/sample/target/site directory
-3) copy the <archive-root>/sdo/sample directory from the SDO implementation source distribution to a temporary location retaining the path <archive-root>/sdo/sample below the temporary directory location
-4) copy the site folder created in step 2 to the temporary directory created for step 3, so that it exists at path <archive-root>/sample/site
-4) create .zip and .tar.gz archives containing the sample source and javadoc using the naming convention
+2) From the top level directory of your SDO implementation build tree change directory to the <archive-root>/sdo/sample directory and execute the command mvn javadoc:javadoc to create javadoc for the samples in the <archive-root>/sdo/sample/target/site/apidocs directory
+3) copy the <archive-root>/sdo/sample directory from the SDO implementation source distribution to a temporary location with the path <archive-root>/sample below the temporary directory location
+4) copy the site/apidocs folder created in step 2 to the temporary directory created for step 3, so that it exists at path <archive-root>/sample/javadoc
+5) create .zip and .tar.gz archives containing the sample source and javadoc using the naming convention
 apache-<archive-root>-sample.<archive-extension>, such that the archives each contain a single root folder <archive-root>

Modified: incubator/tuscany/java/sdo/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/LICENSE.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/LICENSE.txt (original)
+++ incubator/tuscany/java/sdo/LICENSE.txt Fri Apr 13 09:28:06 2007
@@ -244,13 +244,13 @@
 =================================================================================================================
 
 For the Eclipse EMF components
-(codegen-2.2.1.jar
-codegen-ecore-2.2.1.jar
-common-2.2.1.jar
-ecore-2.2.1.jar
-ecore-change-2.2.1.jar
-ecore-xmi-2.2.1.jar
-xsd-2.2.1.jar)
+(codegen-2.2.2.jar
+codegen-ecore-2.2.2.jar
+common-2.2.2.jar
+ecore-2.2.2.jar
+ecore-change-2.2.2.jar
+ecore-xmi-2.2.2.jar
+xsd-2.2.2.jar)
 
 
 Eclipse Public License - v 1.0

Modified: incubator/tuscany/java/sdo/distribution/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/distribution/RELEASE_NOTES.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/distribution/RELEASE_NOTES.txt (original)
+++ incubator/tuscany/java/sdo/distribution/RELEASE_NOTES.txt Fri Apr 13 09:28:06 2007
@@ -11,7 +11,7 @@
   http://cwiki.apache.org/confluence/display/TUSCANY/SDO+Java+Download
 
 Compatibility Concerns
-  M2 now uses the SDO 2.1 interfaces whereas M2 used the 2.0.1 interfaces.
+  M3 now uses the SDO 2.1 interfaces whereas M2 used the 2.0.1 interfaces.
   A program written to the M2 dynamic SDO API/SPI can compile against M3 libraries,
   although some API and SPI interfaces have been deprecated between releases.
   In most instances these programs will execute as before, but if the programs relied

Modified: incubator/tuscany/java/sdo/impl/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/main/resources/META-INF/LICENSE.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/main/resources/META-INF/LICENSE.txt (original)
+++ incubator/tuscany/java/sdo/impl/src/main/resources/META-INF/LICENSE.txt Fri Apr 13 09:28:06 2007
@@ -215,11 +215,11 @@
 
 applicable to the jar files
 
-  common-2.2.1.jar
-  ecore-2.2.1.jar
-  ecore-change-2.2.1.jar
-  ecore-xmi-2.2.1.jar
-  xsd-2.2.1.jar
+  common-2.2.2.jar
+  ecore-2.2.2.jar
+  ecore-change-2.2.2.jar
+  ecore-xmi-2.2.2.jar
+  xsd-2.2.2.jar
 
 Eclipse Public License - v 1.0
 

Modified: incubator/tuscany/java/sdo/sample/README.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/README.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/sample/README.txt (original)
+++ incubator/tuscany/java/sdo/sample/README.txt Fri Apr 13 09:28:06 2007
@@ -15,6 +15,6 @@
 lib directory are on your java classpath, and use your java 1.4.2 (or greater) compiler to
 compile the classes in this distribution in your own favourite development environment.
 
-Look at the site/apidocs/index.html to understand how to run these programs.
+Look at the javadoc/index.html in the sample directory to understand how to run these programs.
 
 

Modified: incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html (original)
+++ incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html Fri Apr 13 09:28:06 2007
@@ -52,20 +52,20 @@
 		</LI>
 		<LI>EMF dependencies.
 		<UL>
-			<LI>emf-common-{version}.jar - some common framework utility and base
+			<LI>common-{version}.jar - some common framework utility and base
 			classes</LI>
-			<LI>emf-ecore-{version}.jar - the EMF core runtime implementation
+			<LI>ecore-{version}.jar - the EMF core runtime implementation
 			classes (the Ecore metamodel)</LI>
-			<LI>emf-ecore-change-{version}.jar - the EMF change recorder and
+			<LI>ecore-change-{version}.jar - the EMF change recorder and
 			framework</LI>
-			<LI>emf-ecore-xmi-{version}.jar - EMF's default XML (and XMI)
+			<LI>ecore-xmi-{version}.jar - EMF's default XML (and XMI)
 			serializer and loader</LI>
 			<LI>xsd-{version}.jar - the XML Schema model</LI></UL></LI></UL>
 <P>If you are running these samples from a Tuscany samples distribution you can resolve these dependencies by ensuring that all the jar files in the lib directory of the extracted distribution are on your classpath.<BR>
 <BR>
 If you are running these samples as a result of building Tuscany SDO for Java from a Tuscany source distribution using maven then these dependencies will be resolved by having followed the build instructions.<BR>
 <BR>To run these samples against the current Tuscany codebase, follow the instructions at <A
-	href="http://cwiki.apache.org/TUSCANY/sdo-java.html">Tuscany SDO Java Overview</A>, which describes how to build Tuscany SDO for Java in an Eclipse SDK environment.</P>
+	href="http://cwiki.apache.org/TUSCANY/developing-sdo-java.html">Developing SDO Java</A>, which describes how to build Tuscany SDO for Java in an Eclipse SDK environment.</P>
 <H3>Running the Samples</H3>
 <P>In order to get an overview of the samples the user may wish to run
 {@link org.apache.tuscany.samples.sdo.ExecuteSamples} which will execute

Modified: incubator/tuscany/java/sdo/tools/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools/src/main/resources/META-INF/LICENSE.txt?view=diff&rev=528549&r1=528548&r2=528549
==============================================================================
--- incubator/tuscany/java/sdo/tools/src/main/resources/META-INF/LICENSE.txt (original)
+++ incubator/tuscany/java/sdo/tools/src/main/resources/META-INF/LICENSE.txt Fri Apr 13 09:28:06 2007
@@ -244,13 +244,13 @@
 
 applicable to the jars ...
 
-codegen-2.2.1.jar
-codegen-ecore-2.2.1.jar
-common-2.2.1.jar
-ecore-2.2.1.jar
-ecore-change-2.2.1.jar
-ecore-xmi-2.2.1.jar
-xsd-2.2.1.jar
+codegen-2.2.2.jar
+codegen-ecore-2.2.2.jar
+common-2.2.2.jar
+ecore-2.2.2.jar
+ecore-change-2.2.2.jar
+ecore-xmi-2.2.2.jar
+xsd-2.2.2.jar
 
 Eclipse Public License - v 1.0
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org