Author: craigmcc
Date: Sat Jun  3 23:43:58 2006
New Revision: 411528

URL: http://svn.apache.org/viewvc?rev=411528&view=rev
Log:
Fix resources for the shale-designtime subproject.  Also include XML
comments in the pom.xml file providing more detail about what to
download from Creator, and what to install locally.  Ideally, this would
show up in the error message Maven provides describing the failed
dependency download, but that part is still under investigation.

Added:
    struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/
    struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/org/
    
struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/org/apache/
    
struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/org/apache/shale/
    
struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/org/apache/shale/design/
    
struts/shale/branches/mvn_reorg/shale-designtime/src/main/resources/org/apache/shale/design/Bundle.properties
      - copied unchanged from r411512, 
struts/shale/branches/mvn_reorg/shale-designtime/src/main/java/org/apache/shale/design/Bundle.properties
Removed:
    
struts/shale/branches/mvn_reorg/shale-designtime/src/main/java/org/apache/shale/design/Bundle.properties
Modified:
    struts/shale/branches/mvn_reorg/shale-designtime/pom.xml

Modified: struts/shale/branches/mvn_reorg/shale-designtime/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-designtime/pom.xml?rev=411528&r1=411527&r2=411528&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/shale-designtime/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/shale-designtime/pom.xml Sat Jun  3 
23:43:58 2006
@@ -1,47 +1,94 @@
-<!--
-/*
- * Copyright 2006 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.
- *
- * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $
- */
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.struts.shale</groupId>
-        <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>shale-designtime</artifactId>
-    <packaging>jar</packaging>
-    <name>Shale Designtime</name>
-    <url>http://struts.apache.org/struts-shale</url>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.apache.struts.shale</groupId>
-            <artifactId>shale-core</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        
-        <!-- TODO:  Creator dependencies -->
-
-    </dependencies>
-
-</project>
+<!--
+/*
+ * Copyright 2006 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.
+ *
+ * $Id: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $
+ */
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.struts.shale</groupId>
+        <artifactId>shale-parent</artifactId>
+        <version>1.0.3-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>shale-designtime</artifactId>
+    <packaging>jar</packaging>
+    <name>Shale Designtime</name>
+    <url>http://struts.apache.org/struts-shale</url>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-core</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Dependencies from Sun Java Studio Creator 2 Update 1 -->
+
+        <!--
+          You will need to download this version from:
+
+            http://developers.sun.com/jscreator/
+
+          and perform local installations into your Maven2 repository,
+          as described in the comments below for each dependency.  In
+          those comments, replace $CREATOR_HOME with the directory into
+          which you installed Creator.
+        -->
+
+        <dependency>
+            <!-- Install this dependency by executing:
+
+              mvn install:install-file -DgroupId=com.sun.rave \
+                -DartifactId=creator-designtime \
+                -Dversion=2.1 \
+                -Dpackaging=jar \
+                
-Dfile=$CREATOR_HOME/rave2.0/modules/com-sun-rave-designtime.jar
+
+            -->
+            <groupId>com.sun.rave</groupId>
+            <artifactId>creator-designtime</artifactId>
+            <version>2.1</version>
+        </dependency>
+
+        <dependency>
+            <!-- Install this dependency by executing:
+
+              mvn install:install-file -DgroupId=com.sun.rave \
+                -DartifactId=creator-jsfcl-designtime \
+                -Dversion=2.1 \
+                -Dpackaging=jar \
+                -Dfile=$CREATOR_HOME/rave2.0/modules/ext/jsfcl-dt.jar
+
+            -->
+            <groupId>com.sun.rave</groupId>
+            <artifactId>creator-jsfcl-designtime</artifactId>
+            <version>2.1</version>
+        </dependency>
+
+    </dependencies>
+
+</project>


Reply via email to