Author: rineholt
Date: Wed Mar 15 13:46:15 2006
New Revision: 386173
URL: http://svn.apache.org/viewcvs?rev=386173&view=rev
Log:
move code styles out of contrib
reference them in web site
need more info on IDEA and how to import!
Added:
incubator/tuscany/java/etc/
incubator/tuscany/java/etc/tuscany-eclipse-codestyle.xml
- copied unchanged from r385556,
incubator/tuscany/contrib/java/trunk/docs/tuscany-eclipse-codestyle.xml
incubator/tuscany/java/etc/tuscany-idea-codestyle.xml
- copied unchanged from r385556,
incubator/tuscany/contrib/java/trunk/docs/tuscany-idea-codestyle.xml
Modified:
incubator/tuscany/site/src/site/xdoc/getinvolved.xml
Modified: incubator/tuscany/site/src/site/xdoc/getinvolved.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/getinvolved.xml?rev=386173&r1=386172&r2=386173&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/getinvolved.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/getinvolved.xml Wed Mar 15 13:46:15
2006
@@ -17,7 +17,7 @@
<document url="getinvolved.xml">
<properties>
- <author email="[EMAIL PROTECTED]">Matthew Marum</author>
+ <author email="[EMAIL PROTECTED]">Tuscany Developer</author>
<title>Apache Tuscany - Get Involved</title>
</properties>
@@ -268,7 +268,16 @@
project.
</p>
</section>
-
+ <section name="Using Eclipse style templates">
+ Tuscany has a preferred Java code style. Please use the
+ <a
href='http://svn.apache.org/repos/asf/incubator/tuscany/java/etc/tuscany-eclipse-codestyle.xml'>tuscany-eclipse-codestyle.xml</a>
in Eclipse.
+ <br/>Download this file. <i>You may need to right click and
save.</i>
+ Then in Eclipse:<br/>
+ <pre>
+
Window->Preferences->Java->Code-Style->Formatter->Import...
+ <i>(Specify path and file to the tuscany-eclipse-codestyle.xml
just downloaded. </i>
+ </pre>
+ </section>
<section name="Using Subclipse">
<p>
Install the Subversion Eclipse Plugin as
described here:
@@ -314,6 +323,11 @@
You can check in changes using the "Commit"
item in the team submenu of the Java perspective.
</p>
</section>
+ <section name="Using IDEA style templates">
+ Tuscany has a preferred Java code style. Please use the
+ <a
href='http://svn.apache.org/repos/asf/incubator/tuscany/java/etc/tuscany-idea-codestyle.xml'>tuscany-idea-codestyle.xml</a>
in IDEA
+ <br/>Download this file. <i>You may need to right click and
save.</i>
+ </section>
<section name="Using Maven">
<p>
@@ -326,12 +340,13 @@
http://maven.apache.org/guides/getting-started/index.html
</a>
</p>
- <p>
+ <!-- p>
+ THis was for maven 1.x
There is a Maven plug-in for Eclipse called
Mevenide which you can find here:
<a
href="http://mevenide.codehaus.org/download.html">
http://mevenide.codehaus.org/download.html
</a>
- </p>
+ </p -->
<p>
With Maven, there is no build "script" like the
ant build.xml file. Instead you
provide Maven with a description of your
project and it uses that information to
@@ -362,7 +377,7 @@
</a>
</p>
<p>
- Download "The Core" Tomcat 5.5.12 from:
+ Download "The Core" Tomcat 5.5.15 from:
<a
href="http://tomcat.apache.org/download-55.cgi#5.5.12">
http://tomcat.apache.org/download-55.cgi#5.5.12
</a>
@@ -371,4 +386,4 @@
</body>
-</document>
\ No newline at end of file
+</document>