You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by at...@apache.org on 2007/07/09 02:50:58 UTC

svn commit: r554508 - in /portals/bridges/trunk/applications/andromda-struts: common/pom.xml core/pom.xml mda/pom.xml web/pom.xml

Author: ate
Date: Sun Jul  8 17:50:57 2007
New Revision: 554508

URL: http://svn.apache.org/viewvc?view=rev&rev=554508
Log:
Preparation for release 1.0.2
- bringing andromda-struts example version inline with the rest

Modified:
    portals/bridges/trunk/applications/andromda-struts/common/pom.xml
    portals/bridges/trunk/applications/andromda-struts/core/pom.xml
    portals/bridges/trunk/applications/andromda-struts/mda/pom.xml
    portals/bridges/trunk/applications/andromda-struts/web/pom.xml

Modified: portals/bridges/trunk/applications/andromda-struts/common/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/common/pom.xml?view=diff&rev=554508&r1=554507&r2=554508
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/common/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/common/pom.xml Sun Jul  8 17:50:57 2007
@@ -1,68 +1,68 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
--->
-<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.portals.bridges.andromda.struts</groupId>
-    <artifactId>andromda-struts</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>andromda-struts-common</artifactId>
-  <packaging>jar</packaging>
-  <name>Andromda Struts Demo Common</name>
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>andromda-struts-mda</artifactId>
-      <version>${pom.version}</version>
-      <type>pom</type>
-      <scope>runtime</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.andromda.maven.plugins</groupId>
-        <artifactId>andromda-multi-source-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>${project.basedir}/model/src</directory>
-              <excludes>
-                <exclude>.svn</exclude>
-              </excludes>
-              <followSymlinks>false</followSymlinks>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
+-->
+<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.portals.bridges.andromda.struts</groupId>
+    <artifactId>andromda-struts</artifactId>
+    <version>1.0.2</version>
+  </parent>
+  <artifactId>andromda-struts-common</artifactId>
+  <packaging>jar</packaging>
+  <name>Andromda Struts Demo Common</name>
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>andromda-struts-mda</artifactId>
+      <version>${pom.version}</version>
+      <type>pom</type>
+      <scope>runtime</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.andromda.maven.plugins</groupId>
+        <artifactId>andromda-multi-source-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>${project.basedir}/model/src</directory>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: portals/bridges/trunk/applications/andromda-struts/core/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/core/pom.xml?view=diff&rev=554508&r1=554507&r2=554508
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/core/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/core/pom.xml Sun Jul  8 17:50:57 2007
@@ -1,166 +1,166 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
--->
-<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.portals.bridges.andromda.struts</groupId>
-    <artifactId>andromda-struts</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>andromda-struts-core</artifactId>
-  <packaging>jar</packaging>
-  <name>Andromda Struts Demo Core Business Tier</name>
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>andromda-struts-common</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.andromda</groupId>
-      <artifactId>andromda-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.andromda.translationlibraries</groupId>
-      <artifactId>andromda-ocl-translation-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.andromda.translationlibraries</groupId>
-      <artifactId>andromda-ocl-validation-library</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
-    <!--
-      <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      </dependency> -->
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-    <!--
-      <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-j2ee</artifactId>
-      </dependency> -->
-    <dependency>
-      <groupId>org.andromda</groupId>
-      <artifactId>andromda-script-wrappers</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.andromda.maven.plugins</groupId>
-        <artifactId>andromda-multi-source-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.andromda.maven.plugins</groupId>
-        <artifactId>andromdapp-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>schema</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <jdbcDriver>${jdbc.driver}</jdbcDriver>
-          <jdbcDriverJar>${jdbc.driver.jar}</jdbcDriverJar>
-          <jdbcConnectionUrl>${jdbc.url}</jdbcConnectionUrl>
-          <jdbcUsername>${jdbc.username}</jdbcUsername>
-          <jdbcPassword>${jdbc.password}</jdbcPassword>
-          <properties>
-            <property>
-              <name>mappingsLocation</name>
-              <value>${project.basedir}/target/src</value>
-            </property>
-            <property>
-              <name>mappingFileExtension</name>
-              <value>hbm.xml</value>
-            </property>
-            <property>
-              <name>createOutputPath</name>
-              <value>
-                ${project.basedir}/../web/target/schema-create.sql
-              </value>
-            </property>
-            <property>
-              <name>dropOutputPath</name>
-              <value>
-                ${project.basedir}/../web/target/schema-drop.sql
-              </value>
-            </property>
-          </properties>
-          <!-- You might need to execute additional scripts, just uncomment and add
-            them here:
-            <scripts>
-            <script>${project.basedir}/path/to/scripts/script1.sql</script>
-            <script>${project.basedir}/path/to/scripts/script2.sql</script>
-            </scripts>
-          -->
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>${project.basedir}/model/src</directory>
-              <excludes>
-                <exclude>.svn</exclude>
-              </excludes>
-              <followSymlinks>false</followSymlinks>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-    </plugins>
-    <resources>
-      <resource>
-        <directory>target/src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-  </build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
+-->
+<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.portals.bridges.andromda.struts</groupId>
+    <artifactId>andromda-struts</artifactId>
+    <version>1.0.2</version>
+  </parent>
+  <artifactId>andromda-struts-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Andromda Struts Demo Core Business Tier</name>
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>andromda-struts-common</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.andromda</groupId>
+      <artifactId>andromda-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.andromda.translationlibraries</groupId>
+      <artifactId>andromda-ocl-translation-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.andromda.translationlibraries</groupId>
+      <artifactId>andromda-ocl-validation-library</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+    </dependency>
+    <!--
+      <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
+      </dependency> -->
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <!--
+      <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-j2ee</artifactId>
+      </dependency> -->
+    <dependency>
+      <groupId>org.andromda</groupId>
+      <artifactId>andromda-script-wrappers</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.andromda.maven.plugins</groupId>
+        <artifactId>andromda-multi-source-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.andromda.maven.plugins</groupId>
+        <artifactId>andromdapp-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>schema</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <jdbcDriver>${jdbc.driver}</jdbcDriver>
+          <jdbcDriverJar>${jdbc.driver.jar}</jdbcDriverJar>
+          <jdbcConnectionUrl>${jdbc.url}</jdbcConnectionUrl>
+          <jdbcUsername>${jdbc.username}</jdbcUsername>
+          <jdbcPassword>${jdbc.password}</jdbcPassword>
+          <properties>
+            <property>
+              <name>mappingsLocation</name>
+              <value>${project.basedir}/target/src</value>
+            </property>
+            <property>
+              <name>mappingFileExtension</name>
+              <value>hbm.xml</value>
+            </property>
+            <property>
+              <name>createOutputPath</name>
+              <value>
+                ${project.basedir}/../web/target/schema-create.sql
+              </value>
+            </property>
+            <property>
+              <name>dropOutputPath</name>
+              <value>
+                ${project.basedir}/../web/target/schema-drop.sql
+              </value>
+            </property>
+          </properties>
+          <!-- You might need to execute additional scripts, just uncomment and add
+            them here:
+            <scripts>
+            <script>${project.basedir}/path/to/scripts/script1.sql</script>
+            <script>${project.basedir}/path/to/scripts/script2.sql</script>
+            </scripts>
+          -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>${project.basedir}/model/src</directory>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+    </plugins>
+    <resources>
+      <resource>
+        <directory>target/src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+  </build>
 </project>

Modified: portals/bridges/trunk/applications/andromda-struts/mda/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/mda/pom.xml?view=diff&rev=554508&r1=554507&r2=554508
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/mda/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/mda/pom.xml Sun Jul  8 17:50:57 2007
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
+-->
+<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.portals.bridges.andromda.struts</groupId>
-    <artifactId>andromda-struts</artifactId>
-    <version>1.0</version>
+    <groupId>org.apache.portals.bridges.andromda.struts</groupId>
+    <artifactId>andromda-struts</artifactId>
+    <version>1.0.2</version>
   </parent>
   <artifactId>andromda-struts-mda</artifactId>
   <packaging>pom</packaging>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.andromda.cartridges</groupId>
       <artifactId>andromda-spring-cartridge</artifactId>
-    </dependency>
+    </dependency>
     <!--
         <dependency>
             <groupId>org.andromda.cartridges</groupId>
             <artifactId>andromda-hibernate-cartridge</artifactId>
-        </dependency>
+        </dependency>
     -->
     <dependency>
       <groupId>org.andromda.cartridges</groupId>

Modified: portals/bridges/trunk/applications/andromda-struts/web/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/web/pom.xml?view=diff&rev=554508&r1=554507&r2=554508
==============================================================================
--- portals/bridges/trunk/applications/andromda-struts/web/pom.xml (original)
+++ portals/bridges/trunk/applications/andromda-struts/web/pom.xml Sun Jul  8 17:50:57 2007
@@ -1,197 +1,197 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
--->
-<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.portals.bridges.andromda.struts</groupId>
-    <artifactId>andromda-struts</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>andromda-struts-web</artifactId>
-  <packaging>war</packaging>
-  <name>Andromda Struts Demo Web</name>
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>andromda-struts-common</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>andromda-struts-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>struts</groupId>
-      <artifactId>struts</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>displaytag</groupId>
-      <artifactId>displaytag</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>itext</groupId>
-      <artifactId>itext</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>taglibs</groupId>
-      <artifactId>standard</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.andromda</groupId>
-      <artifactId>andromda-script-wrappers</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <!--
-      <dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-j2ee</artifactId>
-		</dependency>
-    -->
-    <!-- Dependencies enables application to run as a portlet -->
-    <dependency>
-      <groupId>org.apache.portals.bridges</groupId>
-      <artifactId>portals-bridges-struts-1.2.7</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>displaytag</groupId>
-      <artifactId>displaytag-portlet</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <targetPath>../${pom.artifactId}-${pom.version}</targetPath>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <tasks>
-            <copy todir="${pom.basedir}/model/src" overwrite="true"
-              failonerror="false">
-              <fileset dir="${pom.basedir}/src/main/jsp">
-                <include name="**/*" />
-              </fileset>
-              <fileset dir="${pom.basedir}/src/main">
-                <include name="css/**" />
-                <include name="images/**" />
-              </fileset>
-            </copy>
-          </tasks>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.andromda.maven.plugins</groupId>
-        <artifactId>andromda-multi-source-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-        <configuration>
-          <warSourceDirectory>model/src</warSourceDirectory>
-          <excludes>**/*.java</excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.andromda.maven.plugins</groupId>
-        <artifactId>andromdapp-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>deploy</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <deployLocation>${tomcat.home}/webapps</deployLocation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>${project.basedir}/model/src</directory>
-              <excludes>
-                <exclude>.svn</exclude>
-              </excludes>
-              <followSymlinks>false</followSymlinks>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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 547187 2007-06-14 09:05:19Z ate $
+-->
+<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.portals.bridges.andromda.struts</groupId>
+    <artifactId>andromda-struts</artifactId>
+    <version>1.0.2</version>
+  </parent>
+  <artifactId>andromda-struts-web</artifactId>
+  <packaging>war</packaging>
+  <name>Andromda Struts Demo Web</name>
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>andromda-struts-common</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>andromda-struts-core</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>struts</groupId>
+      <artifactId>struts</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>displaytag</groupId>
+      <artifactId>displaytag</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>itext</groupId>
+      <artifactId>itext</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>taglibs</groupId>
+      <artifactId>standard</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jstl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.andromda</groupId>
+      <artifactId>andromda-script-wrappers</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!--
+      <dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss-j2ee</artifactId>
+		</dependency>
+    -->
+    <!-- Dependencies enables application to run as a portlet -->
+    <dependency>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-struts-1.2.7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>displaytag</groupId>
+      <artifactId>displaytag-portlet</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <targetPath>../${pom.artifactId}-${pom.version}</targetPath>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <tasks>
+            <copy todir="${pom.basedir}/model/src" overwrite="true"
+              failonerror="false">
+              <fileset dir="${pom.basedir}/src/main/jsp">
+                <include name="**/*" />
+              </fileset>
+              <fileset dir="${pom.basedir}/src/main">
+                <include name="css/**" />
+                <include name="images/**" />
+              </fileset>
+            </copy>
+          </tasks>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.andromda.maven.plugins</groupId>
+        <artifactId>andromda-multi-source-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <warSourceDirectory>model/src</warSourceDirectory>
+          <excludes>**/*.java</excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.andromda.maven.plugins</groupId>
+        <artifactId>andromdapp-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <deployLocation>${tomcat.home}/webapps</deployLocation>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>${project.basedir}/model/src</directory>
+              <excludes>
+                <exclude>.svn</exclude>
+              </excludes>
+              <followSymlinks>false</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org