You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/24 04:55:42 UTC

svn commit: r155158 - struts/bsf/trunk/project.xml

Author: jmitchell
Date: Wed Feb 23 19:55:41 2005
New Revision: 155158

URL: http://svn.apache.org/viewcvs?view=rev&rev=155158
Log:
get bsf project.xml inline with parent, all builds fine now

Modified:
    struts/bsf/trunk/project.xml

Modified: struts/bsf/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/bsf/trunk/project.xml?view=diff&r1=155157&r2=155158
==============================================================================
--- struts/bsf/trunk/project.xml (original)
+++ struts/bsf/trunk/project.xml Wed Feb 23 19:55:41 2005
@@ -1,18 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <pomVersion>3</pomVersion>
-  <id>struts-bsf</id>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 
-  <name>struts-bsf</name>
-  <groupId>struts</groupId>
+  <extend>build/project.xml</extend>
+  <id>struts-bsf</id>
+  <name>Struts BSF</name>
   <currentVersion>1.0-dev</currentVersion>
   
-  <organization>
-    <name />
-    <url>http://struts.apache.org/bsf/</url>
-    <logo />
-  </organization>
-  <logo>http://struts.apache.org/struts/images/struts.gif</logo>
   <inceptionYear>2003</inceptionYear>
   <package>org.apache.struts.bsf</package>
   <packageGroups>
@@ -24,10 +34,6 @@
 
   <shortDescription>Scriptable Struts Actions Using BSF</shortDescription>
 
-  <!--  
-  <gumpRepositoryId></gumpRepositoryId>
-  -->
-
   <description>
     This project allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the Beans Scripting Framework to allow scripts to be written in any language BSF supports like Perl, Python, Ruby, JavaScript, BeanShell, and I believe even VBScript.
   </description>
@@ -45,27 +51,7 @@
       <tag>rel_0_5</tag>
     </version>
   </versions>
-<!--
-  <branches>
-  	<branch>
-  	  <tag></tag>
-  	</branch>
-  </branches>
--->  
-  <mailingLists>
-    <mailingList>
-      <name>Struts User List</name>
-      <subscribe>user-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive>
-    </mailingList>
-    <mailingList>
-      <name>Struts Developer List</name>
-      <subscribe>dev-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
-    </mailingList>
-  </mailingLists>
+  
   <developers>
 	<developer>
 		<name>Don Brown</name>
@@ -73,29 +59,21 @@
         <email>mrdon at apache.org</email>
 		<organization/>
 	</developer>
-     <developer>
+    <developer>
         <name>Joe Germuska</name>
         <email>germuska at apache.org</email>
 		<id>germuska</id>
         <organization></organization>
      </developer>
-</developers>
+  </developers>
 
-<!--   <contributors /> -->
   <dependencies>
     
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
-      <version>2.3</version>
-      <url>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html</url>
-    </dependency>
-    
-    <dependency>
       <groupId>struts</groupId>
-      <artifactId>struts</artifactId>
+      <artifactId>struts-core</artifactId>
       <version>1.3.0-dev</version>
-      <url>http://jakarta.apache.org/struts/</url>
+      <url>http://struts.apache.org/</url>
       <properties>
         <war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
@@ -106,7 +84,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-taglib</artifactId>
       <version>1.3.0-dev</version>
-      <url>http://jakarta.apache.org/struts/</url>
+      <url>http://struts.apache.org/</url>
       <properties>
         <war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
@@ -114,103 +92,36 @@
     </dependency>
     
     <dependency>
-      <id>bsf</id>
+      <groupId>bsf</groupId>
+      <artifactId>bsf</artifactId>
       <version>2.3.0</version>
-    </dependency>
-
-    <dependency>
-      <id>bsh</id>
-      <version>1.2b7</version>
-    </dependency>
-
-    <dependency>
-      <id>commons-logging</id>
-      <version>1.0.3</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-beanutils</id>
-      <version>1.7.0</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-digester</id>
-      <version>1.6</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-fileupload</id>
-      <version>1.0</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-validator</id>
-      <version>1.1.3</version>
+      <url>http://fix.me.com/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
     </dependency>
     
     <dependency>
-      <id>oro</id>
-      <version>2.0.7</version>
+      <groupId>bsh</groupId>
+      <artifactId>bsh</artifactId>
+      <version>1.2b7</version>
+      <url>http://fix.me.com/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
     </dependency>
     
   </dependencies>
   
   <build>
-    <nagEmailAddress/>
-    <sourceDirectory>src/java</sourceDirectory>
-<!--
-    <unitTestSourceDirectory/>
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
-
-    <resources>      
-      <resource>      
-        <directory></directory>
-        <includes>
-          <include></include>
-        </includes>
-      </resource>
-    </resources>
-
-    <unitTest>
-      <includes>
-        <include>**/Test*.java</include>
-      </includes>
-      <resources>
-        <resource>
-          <directory>src/test</directory>
-          <includes>
-            <include>**/*.jelly</include>
-            <include>**/*.xml</include>
-            <include>**/*.xsl</include>
-            <include>**/*.rng</include>
-            <include>**/*.dtd</include>
-            <include>**/*.properties</include>
-            <include>**/*.html</include>
-          </includes>
-        </resource>
-      </resources>
-    </unitTest>
+    <!-- bsf specific build stuff here -->
     
-    <integrationUnitTestPatterns></integrationUnitTestPatterns>
--->
-
   </build>
 
   <reports>
-		<report>maven-javadoc-plugin</report>
-		<report>maven-junit-report-plugin</report>
-		<report>maven-jdepend-plugin</report>
-		<report>maven-checkstyle-plugin</report>
-		<report>maven-jxr-plugin</report>
-		<report>maven-linkcheck-plugin</report>
-		<report>maven-tasklist-plugin </report>
-		<report>maven-changes-plugin</report>
-<!--
-		<report>maven-file-activity-plugin</report>
-		<report>maven-changelog-plugin</report>
-		<report>maven-developer-activity-plugin</report>
-		<report>maven-license-plugin</report>
--->
+    <!-- bsf specific reports stuff here -->
+  
   </reports>
 </project>



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