- Timestamp:
- 11/03/11 17:42:35 (7 months ago)
- Location:
- trunk
- Files:
-
- 15 modified
-
pustefix-editor/pustefix-editor-webui/pom.xml (modified) (1 diff)
-
pustefix-samples/moduletest/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-cditest/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-hangman/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-i18n/pustefix-i18n-webapp/pom.xml (modified) (2 diffs)
-
pustefix-samples/pustefix-numberguess/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-sample-basic/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-sample-firstapp/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-sample1/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-samplebank/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-testsuite/pom.xml (modified) (1 diff)
-
pustefix-samples/pustefix-webservice/pom.xml (modified) (2 diffs)
-
pustefix-tutorial/ajax-calculator/pom.xml (modified) (1 diff)
-
pustefix-tutorial/first-app/pom.xml (modified) (1 diff)
-
pustefix-tutorial/usermanagement/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-editor/pustefix-editor-webui/pom.xml
r6013 r6042 19 19 <build> 20 20 <plugins> 21 <plugin>22 <groupId>org.pustefixframework.maven.plugins</groupId>23 <artifactId>pustefix-webapp-plugin</artifactId>24 <version>0.18.2-SNAPSHOT</version>25 <executions>26 <execution>27 <goals>28 <goal>generate</goal>29 </goals>30 </execution>31 </executions>32 </plugin>33 21 <plugin> 34 22 <groupId>org.pustefixframework.maven.plugins</groupId> -
trunk/pustefix-samples/moduletest/pom.xml
r6013 r6042 46 46 <target>1.5</target> 47 47 </configuration> 48 </plugin>49 <plugin>50 <groupId>org.pustefixframework.maven.plugins</groupId>51 <artifactId>pustefix-webapp-plugin</artifactId>52 <version>0.18.2-SNAPSHOT</version>53 <executions>54 <execution>55 <goals>56 <goal>generate</goal>57 </goals>58 </execution>59 </executions>60 48 </plugin> 61 49 <plugin> -
trunk/pustefix-samples/pustefix-cditest/pom.xml
r6020 r6042 79 79 <execution> 80 80 <goals> 81 <goal>generate</goal>82 81 <goal>merge-statusmessages</goal> 83 82 </goals> -
trunk/pustefix-samples/pustefix-hangman/pom.xml
r6013 r6042 73 73 <execution> 74 74 <goals> 75 <goal>generate</goal>76 75 <goal>merge-statusmessages</goal> 77 76 </goals> -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-webapp/pom.xml
r6013 r6042 18 18 19 19 <properties> 20 <pustefix.version>0.18. 1</pustefix.version>20 <pustefix.version>0.18.2-SNAPSHOT</pustefix.version> 21 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 22 </properties> … … 62 62 </configuration> 63 63 </plugin> 64 <plugin>65 <groupId>org.pustefixframework.maven.plugins</groupId>66 <artifactId>pustefix-webapp-plugin</artifactId>67 <version>0.18.2-SNAPSHOT</version>68 <executions>69 <execution>70 <goals>71 <goal>generate</goal>72 </goals>73 </execution>74 </executions>75 </plugin>76 64 </plugins> 77 65 </build> -
trunk/pustefix-samples/pustefix-numberguess/pom.xml
r6013 r6042 32 32 <execution> 33 33 <goals> 34 <goal>generate</goal>35 34 <goal>merge-statusmessages</goal> 36 35 </goals> -
trunk/pustefix-samples/pustefix-sample-basic/pom.xml
r6013 r6042 48 48 <execution> 49 49 <goals> 50 <goal>generate</goal>51 50 <goal>merge-statusmessages</goal> 52 51 </goals> -
trunk/pustefix-samples/pustefix-sample-firstapp/pom.xml
r6013 r6042 27 27 <plugin> 28 28 <groupId>org.pustefixframework.maven.plugins</groupId> 29 <artifactId>pustefix-webapp-plugin</artifactId>30 <version>0.18.2-SNAPSHOT</version>31 <executions>32 <execution>33 <goals>34 <goal>generate</goal>35 </goals>36 </execution>37 </executions>38 </plugin>39 <plugin>40 <groupId>org.pustefixframework.maven.plugins</groupId>41 29 <artifactId>pustefix-statuscode-plugin</artifactId> 42 30 <version>0.18.2-SNAPSHOT</version> -
trunk/pustefix-samples/pustefix-sample1/pom.xml
r6013 r6042 100 100 <execution> 101 101 <goals> 102 <goal>generate</goal>103 102 <goal>merge-statusmessages</goal> 104 103 </goals> -
trunk/pustefix-samples/pustefix-samplebank/pom.xml
r6013 r6042 44 44 <plugin> 45 45 <groupId>org.pustefixframework.maven.plugins</groupId> 46 <artifactId>pustefix-webapp-plugin</artifactId>47 <version>0.18.2-SNAPSHOT</version>48 <executions>49 <execution>50 <goals>51 <goal>generate</goal>52 </goals>53 </execution>54 </executions>55 </plugin>56 <plugin>57 <groupId>org.pustefixframework.maven.plugins</groupId>58 46 <artifactId>pustefix-statuscode-plugin</artifactId> 59 47 <version>0.18.2-SNAPSHOT</version> -
trunk/pustefix-samples/pustefix-testsuite/pom.xml
r6013 r6042 44 44 <plugin> 45 45 <groupId>org.pustefixframework.maven.plugins</groupId> 46 <artifactId>pustefix-webapp-plugin</artifactId>47 <version>0.18.2-SNAPSHOT</version>48 <executions>49 <execution>50 <goals>51 <goal>generate</goal>52 </goals>53 </execution>54 </executions>55 </plugin>56 <plugin>57 <groupId>org.pustefixframework.maven.plugins</groupId>58 46 <artifactId>pustefix-statuscode-plugin</artifactId> 59 47 <version>0.18.2-SNAPSHOT</version> -
trunk/pustefix-samples/pustefix-webservice/pom.xml
r6013 r6042 58 58 59 59 <build> 60 <plugins> 60 <plugins> 61 <!-- 61 62 <plugin> 62 63 <groupId>org.pustefixframework.maven.plugins</groupId> … … 71 72 </executions> 72 73 </plugin> 74 --> 73 75 <plugin> 74 76 <groupId>org.pustefixframework.maven.plugins</groupId> -
trunk/pustefix-tutorial/ajax-calculator/pom.xml
r6013 r6042 60 60 <execution> 61 61 <goals> 62 <goal>generate</goal>63 62 <goal>merge-statusmessages</goal> 64 63 </goals> -
trunk/pustefix-tutorial/first-app/pom.xml
r6013 r6042 50 50 <execution> 51 51 <goals> 52 <goal>generate</goal>53 52 <goal>merge-statusmessages</goal> 54 53 </goals> -
trunk/pustefix-tutorial/usermanagement/pom.xml
r6013 r6042 50 50 <execution> 51 51 <goals> 52 <goal>generate</goal>53 52 <goal>merge-statusmessages</goal> 54 53 </goals>
