morciuch 2004/04/19 17:12:00
Modified: plugin project.xml
Log:
Bumped the version up to 1.2
Revision Changes Path
1.3 +89 -1 jakarta-jetspeed/plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/plugin/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 9 Apr 2004 04:54:30 -0000 1.2
+++ project.xml 20 Apr 2004 00:12:00 -0000 1.3
@@ -1 +1,89 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright 2004 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.
-->
<project>
<pomVersion>3</pomVersion>
<id>maven-jetspeed-plugin</id>
<name>Maven Jetspeed Plug-in</name>
<currentVersion>1.1</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
<logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo>
</organization>
<inceptionYear>2002</inceptionYear>
<package>org.apache.jetspeed</package>
<logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
<description>
Plugin for Jetspeed (http://jakarta.apache.org/jetspeed) that
allows you to build to build a WAR for Cactus (http://jakarta.apache.org/cactus)
testing
</description>
<shortDescription>Jetspeed plugin</shortDescription>
<url/>
<issueTrackingUrl/>
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory/>
<distributionDirectory/>
<developers>
<developer>
<name>David Eric Pugh</name>
<id>dep4b</id>
<email>[EMAIL PROTECTED]</email>
<organization>Upstate</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Mark Orciuch</name>
<id>morciuch</id>
<email>[EMAIL PROTECTED]</email>
<organization>Apache</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-jetspeed/src/plugins-build/jetspeed/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed/</url>
</repository>
<build>
<sourceDirectory>${basedir}/src/main</sourceDirectory>
<unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
<resources>
<resource>
<directory>${basedir}/src/plugin-resources</directory>
<targetPath>plugin-resources</targetPath>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>plugin.jelly</include>
<include>plugin.properties</include>
<include>project.properties</include>
<include>project.xml</include>
</includes>
</resource>
</resources>
</build>
</project>
\ No newline at end of file
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+Copyright 2004 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.
+-->
+<project>
+ <pomVersion>3</pomVersion>
+ <id>maven-jetspeed-plugin</id>
+ <name>Maven Jetspeed Plug-in</name>
+ <currentVersion>1.2</currentVersion>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://jakarta.apache.org/</url>
+
<logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo>
+ </organization>
+ <inceptionYear>2002</inceptionYear>
+ <package>org.apache.jetspeed</package>
+ <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
+ <description>
+ Plugin for Jetspeed (http://jakarta.apache.org/jetspeed) that allows to build
custom portals
+ using the Jetspeed binary distributions. You only need to define your
customizations and the
+ plugin will automatically it with a versioned Jetspeed binary distribution.
+ </description>
+ <shortDescription>Jetspeed plugin</shortDescription>
+ <url/>
+ <issueTrackingUrl/>
+ <siteAddress>jakarta.apache.org</siteAddress>
+ <siteDirectory/>
+ <distributionDirectory/>
+ <developers>
+ <developer>
+ <name>David Eric Pugh</name>
+ <id>dep4b</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Upstate</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Mark Orciuch</name>
+ <id>morciuch</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Apache</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <repository>
+ <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-jetspeed/src/plugins-build/jetspeed/</connection>
+
<url>http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed/</url>
+ </repository>
+ <build>
+ <sourceDirectory>${basedir}/src/main</sourceDirectory>
+ <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+ <unitTest>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </unitTest>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/plugin-resources</directory>
+ <targetPath>plugin-resources</targetPath>
+ </resource>
+ <resource>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>plugin.jelly</include>
+ <include>plugin.properties</include>
+ <include>project.properties</include>
+ <include>project.xml</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]