You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/11/17 23:48:42 UTC

svn commit: r345354 - /jakarta/commons/sandbox/scxml/trunk/project.xml

Author: rahul
Date: Thu Nov 17 14:48:39 2005
New Revision: 345354

URL: http://svn.apache.org/viewcvs?rev=345354&view=rev
Log:
 * Eliminate POM inheritance, so rolling a jar doesn't require commons-build
   Nudge from James Barnett, suggestion from Phil Steitz

 * Better align POM to proper components

Modified:
    jakarta/commons/sandbox/scxml/trunk/project.xml

Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=345354&r1=345353&r2=345354&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Thu Nov 17 14:48:39 2005
@@ -15,22 +15,58 @@
    limitations under the License.
 -->
 <project>
-  <extend>../commons-build/sandbox-project.xml</extend>
-  <id>commons-scxml</id>
-  <groupId>org.apache.commons</groupId>
+  <!-- For site lnf - extend>../commons-build/sandbox-project.xml</extend-->
+  <pomVersion>3</pomVersion>
+  <name>SCXML</name>
+  <groupId>commons-scxml</groupId> 
+  <artifactId>commons-scxml</artifactId>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
-  <name>Commons SCXML</name>
 
   <inceptionYear>2005</inceptionYear>
   <shortDescription>Jakarta Commons SCXML</shortDescription>
   <description>A Reference Implementation of State Chart XML Engine</description>
 
   <logo>/images/scxml-logo-white.png</logo>
-  <package>org.apache.commons.scxml</package>
-  <url>http://jakarta.apache.org/commons/sandbox/scxml/</url>
+  <url>http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</url>
+  <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
 
-  <siteAddress>cvs.apache.org</siteAddress>
-  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/scxml/</siteDirectory>
+  <organization>
+    <name>The Apache Software Foundation</name> 
+    <url>http://jakarta.apache.org</url> 
+    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo> 
+  </organization>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name> 
+      <url>/LICENSE.txt</url> 
+      <distribution>repo</distribution> 
+    </license>
+  </licenses>
+
+  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</siteDirectory>
+  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> 
+
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</url> 
+  </repository>
+
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name> 
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> 
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> 
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> 
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name> 
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> 
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> 
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> 
+    </mailingList>
+  </mailingLists>
 
   <developers>
     <developer>
@@ -119,26 +155,6 @@
       </properties>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/scxml/trunk</url>
-  </scm>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>scp://minotaur.apache.org/www/cvs.apache.org/repository</url>
-      <layout>legacy</layout>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <name>Apache Website</name>
-      <url>scp://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/scxml/</url>
-    </site>
-  </distributionManagement>
 
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org