You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by bi...@apache.org on 2010/11/04 02:04:09 UTC

svn commit: r1030790 - in /webservices/xmlschema/trunk: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml xmlschema-core/src/site/apt/index.apt xmlschema-core/src/site/site.xml

Author: bimargulies
Date: Thu Nov  4 01:04:09 2010
New Revision: 1030790

URL: http://svn.apache.org/viewvc?rev=1030790&view=rev
Log:
Publish 2.0 snapshot site.

Added:
    webservices/xmlschema/trunk/src/
    webservices/xmlschema/trunk/src/site/
    webservices/xmlschema/trunk/src/site/apt/
    webservices/xmlschema/trunk/src/site/apt/index.apt
      - copied, changed from r1030695, webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt
    webservices/xmlschema/trunk/src/site/site.xml
      - copied, changed from r1030695, webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml
Modified:
    webservices/xmlschema/trunk/pom.xml
    webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt
    webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml

Modified: webservices/xmlschema/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1030790&r1=1030789&r2=1030790&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Thu Nov  4 01:04:09 2010
@@ -34,7 +34,7 @@
     <url>http://ws.apache.org/commons/XmlSchema</url>
     <issueManagement>
         <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/WSCOMMONS</url>
+        <url>http://issues.apache.org/jira/browse/XMLSCHEMA</url>
     </issueManagement>
     <mailingLists>
         <mailingList>
@@ -74,7 +74,7 @@
     <modules>
         <module>xmlschema-eclipse</module>
         <module>xmlschema-core</module>
-	<module>xmlschema-bundle-test</module>
+        <module>xmlschema-bundle-test</module>
         <module>w3c-testcases</module>
     </modules>
     <build>
@@ -85,7 +85,8 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.0</version>
                     <configuration>
-		        <arguments/> <!-- knock out apache parent nonsense -->
+                        <arguments/>
+                        <!-- knock out apache parent nonsense -->
                         <useReleaseProfiles>true</useReleaseProfiles>
                         <goals>deploy</goals>
                     </configuration>
@@ -159,6 +160,25 @@
                     <artifactId>maven-gpg-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.1.1</version>
+                    <configuration>
+                        <chmod>true</chmod>
+                        <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                        <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.7</version>
+                    <configuration>
+                        <attach>true</attach>
+                        <quiet>true</quiet>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>
@@ -300,7 +320,7 @@
                             </execution>
                             <execution>
                                 <id>setup.eclipse.projects</id>
-				<inherited>true</inherited>
+                                <inherited>true</inherited>
                                 <!-- This is the execution that we run only at the top level. -->
                                 <phase>process-test-sources</phase>
                                 <goals>
@@ -454,6 +474,39 @@
                 <checkstyle.skip>true</checkstyle.skip>
             </properties>
         </profile>
+        <profile>
+            <id>maven-3</id>
+            <activation>
+                <file>
+                    <!--  This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
+                    <exists>${basedir}</exists>
+                </file>
+            </activation>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-site-plugin</artifactId>
+                            <version>3.0-beta-3</version>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-site-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-descriptor</id>
+                                <goals>
+                                    <goal>attach-descriptor</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
     <dependencyManagement>
         <dependencies>

Copied: webservices/xmlschema/trunk/src/site/apt/index.apt (from r1030695, webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt)
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/src/site/apt/index.apt?p2=webservices/xmlschema/trunk/src/site/apt/index.apt&p1=webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt&r1=1030695&r2=1030790&rev=1030790&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt (original)
+++ webservices/xmlschema/trunk/src/site/apt/index.apt Thu Nov  4 01:04:09 2010
@@ -8,17 +8,16 @@ Overview
    XMLSchema 2.0 is a major revision that takes advantage of the facilities of Java 1.5.
 
    For information on how to use the XmlSchema API, please
-   see the {{{apidocs/index.html}javadocs}} or the {{{schematutorial.html}tutorial}}.
+   see the {{{xmlschema-core/apidocs/index.html}javadocs}} or the {{{xmlschema-core/schematutorial.html}tutorial}}.
 
    XmlSchema eagerly welcomes suggestions, documentation,
    and most of all code. Please join our dev list, submit JIRA entries, and
    attach patches.
 
-Confluence
+Issues
 
-   XmlSchema 2.0 documentation building a new set of documentation on Confluence:
-   {{{http://cwiki.apache.org/confluence/display/WS/XmlSchema}here}}. As with all ASF
-   projects, you must have an iCLA in file to have permission to edit it.
+   Note that historical JIRA issues for XmlSchema are in the WSCOMMONS project, while 
+   new issues (open as of November 2010) are in the XMLSCHEMA project.
 
 Downloads
 

Copied: webservices/xmlschema/trunk/src/site/site.xml (from r1030695, webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml)
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/src/site/site.xml?p2=webservices/xmlschema/trunk/src/site/site.xml&p1=webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml&r1=1030695&r2=1030790&rev=1030790&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml (original)
+++ webservices/xmlschema/trunk/src/site/site.xml Thu Nov  4 01:04:09 2010
@@ -28,20 +28,11 @@
         <links>
             <item name="Apache" href="http://www.apache.org/"/>
             <item name="WebServices" href="http://ws.apache.org/"/>
-            <item name="XmlSchema" href="http://ws.apache.org/commons/XmlSchema/"/>
         </links>
         <menu name="XML Schema">
             <item name="Home" href="index.html"/>
             <item name="Downloads">
-                <item name="Source Code" href="source-repository.html"/>
-            </item>
-            <item name="Documentation">
-                <item name="Extensions" href="writingExtensions.html"/>
-                <item name="Javadocs" href="/apidocs/index.html"/>
-                <item name="Jxr Reports" href="jxr.html"/>
-                <item name="JDepend Report" href="jdepend-report.html"/>
-                <item name="View Source"
-                      href="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/?root=Apache-SVN"/>
+                <item name="Source Code" href="xmlschema-core/source-repository.html"/>
             </item>
             <item name="Project Information">
                 <item name="Mailing Lists" href="/mail-lists.html"/>
@@ -50,6 +41,7 @@
             </item>
             <item name="License" href="/license.html"/>
         </menu>
+        <menu ref="modules" />
     </body>
 </project>
 

Modified: webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt?rev=1030790&r1=1030789&r2=1030790&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt (original)
+++ webservices/xmlschema/trunk/xmlschema-core/src/site/apt/index.apt Thu Nov  4 01:04:09 2010
@@ -14,11 +14,10 @@ Overview
    and most of all code. Please join our dev list, submit JIRA entries, and
    attach patches.
 
-Confluence
+Issues
 
-   XmlSchema 2.0 documentation building a new set of documentation on Confluence:
-   {{{http://cwiki.apache.org/confluence/display/WS/XmlSchema}here}}. As with all ASF
-   projects, you must have an iCLA in file to have permission to edit it.
+   Note that historical JIRA issues for XmlSchema are in the WSCOMMONS project, while 
+   new issues (open as of November 2010) are in the XMLSCHEMA project.
 
 Downloads
 

Modified: webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml?rev=1030790&r1=1030789&r2=1030790&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml Thu Nov  4 01:04:09 2010
@@ -41,7 +41,7 @@
                 <item name="Jxr Reports" href="jxr.html"/>
                 <item name="JDepend Report" href="jdepend-report.html"/>
                 <item name="View Source"
-                      href="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/?root=Apache-SVN"/>
+                      href="http://svn.apache.org/viewvc/webservices/XmlSchema/trunk/?root=Apache-SVN"/>
             </item>
             <item name="Project Information">
                 <item name="Mailing Lists" href="/mail-lists.html"/>
@@ -50,6 +50,7 @@
             </item>
             <item name="License" href="/license.html"/>
         </menu>
+        <menu ref="reports" />
     </body>
 </project>
 



Re: UNSUBSCRIBE

Posted by Paolo Rosa-Clot <pr...@scintec.it>.
UNSUSCRIBE

Il 04/11/2010 12.29, Phil Usatine ha scritto:
> UNSUBSCIBE
>
> On Nov 4, 2010, at 6:40 AM, Neil Rieck wrote:
>
>> UNSUBSCRIBE
>>
>
>
>
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 10.0.1153 / Database dei virus: 424/3235 -  Data di 
> rilascio: 03/11/2010
>
>


UNSUBSCRIBE

Posted by Phil Usatine <ph...@missinglinksoftware.com>.
UNSUBSCIBE

On Nov 4, 2010, at 6:40 AM, Neil Rieck wrote:

> UNSUBSCRIBE
>



UNSUBSCRIBE

Posted by Neil Rieck <n....@sympatico.ca>.
UNSUBSCRIBE