Revision: 196
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=196&view=rev
Author:   bindul
Date:     2009-03-10 04:08:56 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
FRQ-2676662: Added change log
Removed modello deprecated elements

Modified Paths:
--------------
    releng/insight-site-skin/trunk/pom.xml
    releng/maven-jsmooth-plugin/trunk/pom.xml
    releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/pom.xml
    
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/main/mdo/nsisproj.mdo
    releng/mvn-plugins-parent/trunk/pom.xml

Added Paths:
-----------
    releng/insight-site-skin/trunk/src/changes/
    releng/insight-site-skin/trunk/src/changes/changes.xml
    releng/maven-jsmooth-plugin/trunk/src/changes/
    releng/maven-jsmooth-plugin/trunk/src/changes/changes.xml
    releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/
    
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/changes.xml

Modified: releng/insight-site-skin/trunk/pom.xml
===================================================================
--- releng/insight-site-skin/trunk/pom.xml      2009-03-10 01:38:35 UTC (rev 
195)
+++ releng/insight-site-skin/trunk/pom.xml      2009-03-10 04:08:56 UTC (rev 
196)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>com.mindtree.techworks.insight.releng</groupId>
                <artifactId>mvn-plugins-parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>com.mindtree.techworks.insight.releng</groupId>
@@ -34,13 +34,6 @@
        <version>1.1.0-SNAPSHOT</version>
        <name>Insight Site Skin</name>
        <description>The Insight Site Skin</description>
-       <licenses>
-               <license>
-                       <name>GNU General Public License v3.0</name>
-                       <url>http://www.gnu.org/licenses/gpl.html</url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
        <contributors>
                <contributor>
                        <name>Free CSS Templates</name>

Added: releng/insight-site-skin/trunk/src/changes/changes.xml
===================================================================
--- releng/insight-site-skin/trunk/src/changes/changes.xml                      
        (rev 0)
+++ releng/insight-site-skin/trunk/src/changes/changes.xml      2009-03-10 
04:08:56 UTC (rev 196)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       |
+       | Copyright (c) 2007-2009 MindTree Ltd.
+       | 
+       | This file is part of Insight Release Engineering Tools.
+       | 
+       | Insight Release Engineering Tools is free software: you can 
redistribute 
+       | it and/or modify it under the terms of the GNU General Public License 
as 
+       | published by the Free Software Foundation, either version 3 of the 
License, 
+       | or (at your option) any later version.
+       | 
+       | Insight Release Engineering Tools is distributed in the hope that it 
will 
+       | be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of 
+       | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General 
+       | Public License for more details.
+       | 
+       | You should have received a copy of the GNU General Public License 
along with 
+       | Insight Release Engineering Tools. If not, see 
+       | <http://www.gnu.org/licenses/>.
+       |
+-->
+<!-- For reference, see 
http://maven.apache.org/plugins/maven-changes-plugin/changes.html -->
+<!-- Defined BugTrack systems: bugs, featureRequests, default -->
+<document xmlns="http://maven.apache.org/changes/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd";>
+       <properties>
+               <title>Maven Site Skin</title>
+       </properties>
+       <body>
+               <release version="1.0.1" date="2008-03-31" 
description="MindTree name change">
+               </release>
+               <release version="1.0.0" date="2008-01-13" description="Initial 
release to support Insight">
+               </release>
+       </body>
+</document>
\ No newline at end of file


Property changes on: releng/insight-site-skin/trunk/src/changes/changes.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:keywords
   + Date Author Id Revision HeadURL
Added: svn:eol-style
   + native

Modified: releng/maven-jsmooth-plugin/trunk/pom.xml
===================================================================
--- releng/maven-jsmooth-plugin/trunk/pom.xml   2009-03-10 01:38:35 UTC (rev 
195)
+++ releng/maven-jsmooth-plugin/trunk/pom.xml   2009-03-10 04:08:56 UTC (rev 
196)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
        |
-       | Copyright (c) 2007 MindTree Consulting Ltd.
+       | Copyright (c) 2007-2009 MindTree Ltd.
        | 
        | This file is part of Insight Release Engineering Tools.
        | 
@@ -26,7 +26,7 @@
        <parent>
                <groupId>com.mindtree.techworks.insight.releng</groupId>
                <artifactId>mvn-plugins-parent</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
                <relativePath>../mvn-plugins-parent/pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,14 @@
        <name>Insight Maven JSmooth Plugin</name>
        <description>Generates Windows Executables</description>
        
<url>http://mindtreeinsight.sourceforge.net/releng/maven-jsmooth-plugin/</url>
-       <licenses>
-       <license>
-            <name>GNU General Public License v3.0</name>
-            <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
        <dependencies>
                <dependency>
                  <groupId>org.apache.maven</groupId>
                  <artifactId>maven-plugin-api</artifactId>
-                 <version>2.0.8</version>
                </dependency>
                <dependency>
                  <groupId>org.apache.maven</groupId>
                  <artifactId>maven-project</artifactId>
-                 <version>2.0.8</version>
                </dependency>
                <dependency>
                        <groupId>net.charabia</groupId>

Added: releng/maven-jsmooth-plugin/trunk/src/changes/changes.xml
===================================================================
--- releng/maven-jsmooth-plugin/trunk/src/changes/changes.xml                   
        (rev 0)
+++ releng/maven-jsmooth-plugin/trunk/src/changes/changes.xml   2009-03-10 
04:08:56 UTC (rev 196)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       |
+       | Copyright (c) 2007-2009 MindTree Ltd.
+       | 
+       | This file is part of Insight Release Engineering Tools.
+       | 
+       | Insight Release Engineering Tools is free software: you can 
redistribute 
+       | it and/or modify it under the terms of the GNU General Public License 
as 
+       | published by the Free Software Foundation, either version 3 of the 
License, 
+       | or (at your option) any later version.
+       | 
+       | Insight Release Engineering Tools is distributed in the hope that it 
will 
+       | be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of 
+       | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General 
+       | Public License for more details.
+       | 
+       | You should have received a copy of the GNU General Public License 
along with 
+       | Insight Release Engineering Tools. If not, see 
+       | <http://www.gnu.org/licenses/>.
+       |
+-->
+<!-- For reference, see 
http://maven.apache.org/plugins/maven-changes-plugin/changes.html -->
+<!-- Defined BugTrack systems: bugs, featureRequests, default -->
+<document xmlns="http://maven.apache.org/changes/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd";>
+       <properties>
+               <title>Maven JSmooth Plug-in</title>
+       </properties>
+       <body>
+               <release version="0.2.0" date="2008-04-17" description="Bug 
fixes">
+                       <action type="update" date="2008-04-17" dev="bindul" 
issue="1936496" system="bugs">
+                               Partial fix for issue reported
+                       </action>
+               </release>
+               <release version="0.1.0" date="2008-01-13" description="Initial 
release to support Insight">
+               </release>
+       </body>
+</document>
\ No newline at end of file


Property changes on: releng/maven-jsmooth-plugin/trunk/src/changes/changes.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:keywords
   + Date Author Id Revision HeadURL
Added: svn:eol-style
   + native

Modified: releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/pom.xml
===================================================================
--- releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/pom.xml   
2009-03-10 01:38:35 UTC (rev 195)
+++ releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/pom.xml   
2009-03-10 04:08:56 UTC (rev 196)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
        |
-       | Copyright (c) 2007 MindTree Consulting Ltd.
+       | Copyright (c) 2007-2009 MindTree Ltd.
        | 
        | This file is part of Insight Release Engineering Tools.
        | 
@@ -26,7 +26,7 @@
        <parent>
                <groupId>com.mindtree.techworks.insight.releng</groupId>
                <artifactId>mvn-plugins-parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.2.0-SNAPSHOT</version>
                <relativePath>../mvn-plugins-parent/pom.xml</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
@@ -40,38 +40,27 @@
                installers for projects.
        </description>
        
<url>http://mindtreeinsight.sourceforge.net/releng/maven-nsis-plugin/</url>
-       <licenses>
-               <license>
-                       <name>GNU General Public License v3.0</name>
-                       <url>http://www.gnu.org/licenses/gpl.html</url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
        <dependencies>
+               <!-- Versions where unspecified should be declared in the 
parent POM -->
                <dependency>
                        <groupId>org.apache.maven</groupId>
                        <artifactId>maven-plugin-api</artifactId>
-                       <version>2.0.8</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.maven</groupId>
                        <artifactId>maven-project</artifactId>
-                       <version>2.0.8</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.velocity</groupId>
                        <artifactId>velocity</artifactId>
-                       <version>1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.plexus</groupId>
                        <artifactId>plexus-utils</artifactId>
-                       <version>1.4.9</version>
                </dependency>
                <dependency>
                        <groupId>commons-jxpath</groupId>
                        <artifactId>commons-jxpath</artifactId>
-                       <version>1.2</version>
                </dependency>
        </dependencies>
        <build>
@@ -79,7 +68,6 @@
                        <plugin>
                                <groupId>org.codehaus.modello</groupId>
                                <artifactId>modello-maven-plugin</artifactId>
-                               <version>1.0-alpha-17</version>
                                <executions>
                                        <execution>
                                                <id>nsisproj</id>
@@ -100,14 +88,16 @@
                                        </execution>
                                </executions>
                                <configuration>
-                                       <model>src/main/mdo/nsisproj.mdo</model>
+                                       <models>
+                                               
<model>src/main/mdo/nsisproj.mdo</model>
+                                       </models>
                                        <version>0.1.0</version>
+                                       <useJava5>false</useJava5>
                                </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.plexus</groupId>
                                <artifactId>plexus-maven-plugin</artifactId>
-                               <version>1.3.6</version>
                                <executions>
                                        <execution>
                                                
<id>create-component-descriptor</id>

Added: 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/changes.xml
===================================================================
--- 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/changes.xml
                           (rev 0)
+++ 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/changes.xml
   2009-03-10 04:08:56 UTC (rev 196)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       |
+       | Copyright (c) 2007-2009 MindTree Ltd.
+       | 
+       | This file is part of Insight Release Engineering Tools.
+       | 
+       | Insight Release Engineering Tools is free software: you can 
redistribute 
+       | it and/or modify it under the terms of the GNU General Public License 
as 
+       | published by the Free Software Foundation, either version 3 of the 
License, 
+       | or (at your option) any later version.
+       | 
+       | Insight Release Engineering Tools is distributed in the hope that it 
will 
+       | be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of 
+       | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General 
+       | Public License for more details.
+       | 
+       | You should have received a copy of the GNU General Public License 
along with 
+       | Insight Release Engineering Tools. If not, see 
+       | <http://www.gnu.org/licenses/>.
+       |
+-->
+<!-- For reference, see 
http://maven.apache.org/plugins/maven-changes-plugin/changes.html -->
+<!-- Defined BugTrack systems: bugs, featureRequests, default -->
+<document xmlns="http://maven.apache.org/changes/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd";>
+       <properties>
+               <title>Maven NSIS Plug-in</title>
+       </properties>
+       <body>
+               <release version="0.2.0" date="SNAPSHOT" description="Bug fixes 
and enhancements">
+                       <action type="update" date="2009-03-09" dev="bindul" 
issue="1950880" system="bugs">
+                               Made code compatible with JDK 1.4. We will stay 
here for a little while longer.
+                       </action>
+                       <action type="add" date="2009-03-09" dev="bindul" 
issue="2676662" system="featureRequests">
+                               Added change log to generated site
+                       </action>
+               </release>
+               <release version="0.1.0" date="2008-01-13" description="Initial 
release to support Insight">
+               </release>
+       </body>
+</document>
\ No newline at end of file


Property changes on: 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/changes/changes.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:keywords
   + Date Author Id Revision HeadURL
Added: svn:eol-style
   + native

Modified: 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/main/mdo/nsisproj.mdo
===================================================================
--- 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/main/mdo/nsisproj.mdo
 2009-03-10 01:38:35 UTC (rev 195)
+++ 
releng/maven-nsis-plugin/branches/maven-nsis-plugin-0.2.0/src/main/mdo/nsisproj.mdo
 2009-03-10 04:08:56 UTC (rev 196)
@@ -19,11 +19,11 @@
        | Insight Release Engineering Tools. If not, see 
        | <http://www.gnu.org/licenses/>.
        |
-       | $Id: $
+       | $Id$
 -->
 <model
        
xsd.namespace="http://mindtreeinsight.sourceforge.net/releng/mvn/nsis/0.1.0";
-       
xsd.target-namespace="http://mindtreeinsight.sourceforge.net/releng/mvn/nsis/0.1.0";>
+       
xsd.targetNamespace="http://mindtreeinsight.sourceforge.net/releng/mvn/nsis/0.1.0";>
        <id>NsisProject</id>
        <name>NsisProject</name>
        <description>

Modified: releng/mvn-plugins-parent/trunk/pom.xml
===================================================================
--- releng/mvn-plugins-parent/trunk/pom.xml     2009-03-10 01:38:35 UTC (rev 
195)
+++ releng/mvn-plugins-parent/trunk/pom.xml     2009-03-10 04:08:56 UTC (rev 
196)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
        |
-       | Copyright (c) 2007 MindTree Consulting Ltd.
+       | Copyright (c) 2007-2009 MindTree Ltd.
        | 
        | This file is part of Insight Release Engineering Tools.
        | 
@@ -38,11 +38,12 @@
           <url>http://www.mindtree.com/</url>
        </organization>
        <licenses>
-          <license>
-            <name>GNU General Public License v3.0</name>
-            <url>http://www.gnu.org/licenses/gpl.html</url>
-            <distribution>repo</distribution>
-        </license>
+               <license>
+                       <name>GNU General Public License v3.0</name>
+                       
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
+                       <distribution>repo</distribution>
+                       
<comments>http://www.gnu.org/licenses/gpl.html</comments>
+               </license>
        </licenses>
        <scm>
                
<connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/releng/mvn-plugins-parent/</connection>
@@ -57,6 +58,9 @@
                        
<unsubscribe>mindtreeinsight-devel-unsubscr...@lists.sourceforge.net</unsubscribe>
                        <post>mindtreeinsight-de...@lists.sourceforge.net</post>
                        
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-devel</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mindtreeinsight-de...@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
                </mailingList>
                <mailingList>
                        <name>User Mailing List</name>
@@ -64,12 +68,18 @@
                        
<unsubscribe>mindtreeinsight-users-unsubscr...@lists.sourceforge.net</unsubscribe>
                        <post>mindtreeinsight-us...@lists.sourceforge.net</post>
                        
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-users</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mindtreeinsight-us...@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
                </mailingList>
                <mailingList>
                        <name>Subversion Commits Mailing List</name>
                        
<subscribe>mindtreeinsight-commits-subscr...@lists.sourceforge.net</subscribe>
                        
<unsubscribe>mindtreeinsight-commits-unsubscr...@lists.sourceforge.net</unsubscribe>
                        
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-commits</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mindtreeinsight-commits@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
                </mailingList>
        </mailingLists>
        <issueManagement>
@@ -88,17 +98,46 @@
                                <role>project admin</role>
                        </roles>
                        <timezone>-7</timezone>
-                       <url>http://bindul.name</url>
+                       <url>http://blog.bindul.name/</url>
                </developer>
        </developers>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-plugin-api</artifactId>
+                               <version>2.0.10</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-project</artifactId>
+                               <version>2.0.10</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.velocity</groupId>
+                               <artifactId>velocity</artifactId>
+                               <version>1.6.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.plexus</groupId>
+                               <artifactId>plexus-utils</artifactId>
+                               <version>1.5.8</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-jxpath</groupId>
+                               <artifactId>commons-jxpath</artifactId>
+                               <version>1.3</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
                                </configuration>
                        </plugin>
                        <plugin>
@@ -136,12 +175,12 @@
             <extension>
                 <groupId>org.apache.maven.scm</groupId>
                 <artifactId>maven-scm-manager-plexus</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </extension>
             <extension>
                 <groupId>org.apache.maven.scm</groupId>
                 <artifactId>maven-scm-provider-svnexe</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </extension>
           </extensions>
        </build>
@@ -225,7 +264,7 @@
         <repository>
           <id>apache.snapshot.repo</id>
           <name>Apache Snapshot Repository</name>
-          <url>http://people.apache.org/maven-snapshot-repository</url>
+          <url>https://repository.apache.org/content/groups/snapshots</url>
         </repository>
         <repository>
             <id>insight.release.repo</id>
@@ -266,4 +305,7 @@
             
<url>https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot</url>
         </pluginRepository>
     </pluginRepositories>
+    <properties>
+       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
 </project>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to