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 2006/07/19 16:55:05 UTC

svn commit: r423480 - in /jakarta/commons/proper/scxml/trunk: build.xml pom.xml project.xml

Author: rahul
Date: Wed Jul 19 07:55:04 2006
New Revision: 423480

URL: http://svn.apache.org/viewvc?rev=423480&view=rev
Log:
SCXML-13
SCXML doesn't compile using (Sun) JDK 1.5

Modified:
    jakarta/commons/proper/scxml/trunk/build.xml
    jakarta/commons/proper/scxml/trunk/pom.xml
    jakarta/commons/proper/scxml/trunk/project.xml

Modified: jakarta/commons/proper/scxml/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/build.xml?rev=423480&r1=423479&r2=423480&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/build.xml (original)
+++ jakarta/commons/proper/scxml/trunk/build.xml Wed Jul 19 07:55:04 2006
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <!--build.xml generated by maven from project.xml version 0.5-RC2-SNAPSHOT
-  on date June 20 2006, time 1159-->
+  on date July 19 2006, time 0958-->
 
 <project default="jar" name="commons-scxml" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -216,6 +216,8 @@
     </get>
     <get dest="${libdir}/myfaces-all-1.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/myfaces/jars/myfaces-all-1.1.0.jar">
     </get>
+    <get dest="${libdir}/xalan-2.6.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xalan/jars/xalan-2.6.0.jar">
+    </get>
   </target>
   <target name="install-maven">
     <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${repo}/maven/maven-install-latest.jar">
@@ -223,4 +225,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
+</project>
\ No newline at end of file

Modified: jakarta/commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?rev=423480&r1=423479&r2=423480&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/pom.xml (original)
+++ jakarta/commons/proper/scxml/trunk/pom.xml Wed Jul 19 07:55:04 2006
@@ -142,6 +142,12 @@
       <version>1.1.0</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.6.0</version>
+      <optional>true</optional>
+    </dependency>
   </dependencies>
 
   <build>

Modified: jakarta/commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.xml?rev=423480&r1=423479&r2=423480&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/project.xml (original)
+++ jakarta/commons/proper/scxml/trunk/project.xml Wed Jul 19 07:55:04 2006
@@ -193,6 +193,17 @@
       </properties>
     </dependency>
     <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.6.0</version>
+      <url>http://xml.apache.org/xalan-j/</url>
+      <properties>
+        <comment>&lt;b&gt;Sun JDK 1.5&lt;/b&gt;
+        only</comment>
+        <optional>true</optional>
+      </properties>
+    </dependency>
+    <dependency>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-cobertura-plugin</artifactId>
       <version>1.1.1</version>



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