morciuch    2004/04/08 14:12:01

  Modified:    tutorial project.xml project.properties
  Log:
  Jetspeed plugin changes (work in progress)
  
  Revision  Changes    Path
  1.5       +283 -76   jakarta-jetspeed/tutorial/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       8 Apr 2004 18:00:16 -0000       1.4
  +++ project.xml       8 Apr 2004 21:12:01 -0000       1.5
  @@ -15,35 +15,33 @@
   limitations under the License.
   -->
   <project>
  -  <pomVersion>3</pomVersion>
  -  <name>Jetspeed Portal Tutorial</name>
  -  <id>jportal</id>
  -  <currentVersion>1.0</currentVersion>
  -  <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org/</url>
  -    <logo>/images/apache-portals.gif</logo>
  -  </organization>
  -  <inceptionYear>2004</inceptionYear>
  -  <package>org.apache.jetspeed.tutorial</package>
  -  <logo>/images/jportal.gif</logo>
  -  <shortDescription>Jetspeed 1.5 Portal Tutorial.</shortDescription>
  -  <description>
  -    <b>Jetspeed Portal Tutorial</b> is a hands on tutorial for learning how to 
develop portlets in 
  +     <pomVersion>3</pomVersion>
  +     <name>Jetspeed Portal Tutorial</name>
  +     <id>jportal</id>
  +     <currentVersion>1.0</currentVersion>
  +     <organization>
  +             <name>Apache Software Foundation</name>
  +             <url>http://www.apache.org/</url>
  +             <logo>/images/apache-portals.gif</logo>
  +     </organization>
  +     <inceptionYear>2004</inceptionYear>
  +     <package>org.apache.jetspeed.tutorial</package>
  +     <logo>/images/jportal.gif</logo>
  +     <shortDescription>Jetspeed 1.5 Portal Tutorial.</shortDescription>
  +     <description>
  +             <b>Jetspeed Portal Tutorial</b> is a hands on tutorial for learning 
how to develop portlets in 
       Jetspeed 1.5. The tutorial also demonstrates how to create your own project 
based on Jetspeed
       without mixing the core source with your application code and resources.
     </description>
  -  <url>http://portals.apache.org/jetspeed-1/tutorial/</url>
  -  
<issueTrackingUrl>http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10492</issueTrackingUrl>
  -  <siteAddress>portals.apache.org/jetspeed-1/tutorial/</siteAddress>
  -  <siteDirectory>/www/portals.apache.org/jetspeed-1/tutorial/</siteDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:portals-site</connection>
  -    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:portals-site</developerConnection>
  -    <url>http://cvs.apache.org/viewcvs/portals-site/</url>
  -  </repository>
  -
  +     <url>http://portals.apache.org/jetspeed-1/tutorial/</url>
  +     
<issueTrackingUrl>http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10492</issueTrackingUrl>
  +     <siteAddress>portals.apache.org/jetspeed-1/tutorial/</siteAddress>
  +     <siteDirectory>/www/portals.apache.org/jetspeed-1/tutorial/</siteDirectory>
  +     <repository>
  +             <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:portals-site</connection>
  +             <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:portals-site</developerConnection>
  +             <url>http://cvs.apache.org/viewcvs/portals-site/</url>
  +     </repository>
        <mailingLists>
                <mailingList>
                        <name>Jetspeed User List</name>
  @@ -58,106 +56,315 @@
                        <archive>http://nagoya.apache.org:8080/eyebrowse/[EMAIL 
PROTECTED]</archive>
                </mailingList>
        </mailingLists>
  -  <developers>
  -    <developer>
  -      <name>David Sean Taylor</name>
  -      <id>taylor</id>
  -      <email>taylor at apache.org</email>
  -      <roles>
  -        <role>Documentation dude</role>
  -      </roles>
  -    </developer>
  -     <developer>
  -             <name>Mark Orciuch</name>
  -             <id>morciuch</id>
  -             <email>[EMAIL PROTECTED]</email>
  -      <roles>
  -        <role>Documentation dude</role>
  -      </roles>               
  -     </developer>    
  -  </developers>
  -  <dependencies>
  +     <developers>
  +             <developer>
  +                     <name>David Sean Taylor</name>
  +                     <id>taylor</id>
  +                     <email>taylor at apache.org</email>
  +                     <roles>
  +                             <role>Documentation dude</role>
  +                     </roles>
  +             </developer>
  +             <developer>
  +                     <name>Mark Orciuch</name>
  +                     <id>morciuch</id>
  +                     <email>[EMAIL PROTECTED]</email>
  +                     <roles>
  +                             <role>Documentation dude</role>
  +                     </roles>
  +             </developer>
  +     </developers>
  +     <!--This is the jetspeed dist dependency which is used as basis for the .war 
file. 
  +This distribution is created using jetspeed build's 'release_binary' target.
  +'id' property must always be jetspeed-dist
  +'type' property must always be distribution
  +'version' property is just for documentation
  +'dist.native.name' property is used to identify internal path in the dist zip where 
jetspeed.war is located
  +'artifact ' property is the actual dist .zip file name-->
  +     <dependencies>
  +             <dependency>
  +                     <id>jetspeeddist</id>
  +                     <version>${jetspeed.dist.version}</version>
  +                     <properties>
  +                             <war.bundle.jar>false</war.bundle.jar>
  +                             
<dist.native.name>jetspeed-${jetspeed.dist.version}</dist.native.name>
  +                     </properties>
  +                     <url>http://jakarta.apache.org/jetspeed/</url>
  +                     <type>distribution</type>
  +                     <jar>jetspeed-${jetspeed.dist.version}.zip</jar>
  +             </dependency>
  +             <dependency>
  +                     <id>jetspeed</id>
  +                     <version>${jetspeed.dist.version}</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +                     <url>http://jakarta.apache.org/jetspeed/</url>
  +             </dependency>
  +     </dependencies>
  +     <dependencies>
  +             <!--Jetspeed-->
  +             <dependency>
  +                     <id>activation</id>
  +                     <version>1.0.1</version>
  +             </dependency>
  +             <dependency>
  +                     <id>ant</id>
  +                     <version>1.5</version>
  +             </dependency>
  +             <dependency>
  +                     <id>castor</id>
  +                     <version>0.9.3</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-beanutils</id>
  +                     <version>1.4.1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-collections</id>
  +                     <version>2.0</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-configuration</id>
  +                     <version>1.0-dev</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-dbcp</id>
  +                     <version>1.0-dev-20020806</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-httpclient</id>
  +                     <version>1.0</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-lang</id>
  +                     <version>1.0</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-logging</id>
  +                     <version>1.0.2</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>commons-pool</id>
  +                     <version>1.0</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
                <dependency>
                        <id>ecs</id>
                        <version>1.4.1</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
                        <id>fulcrum</id>
                        <version>3.0-b2-dev</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>hsqldb</id>
  +                     <version>1.7.1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>oro</id>
  +                     <version>2.0.6</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>regexp</id>
  +                     <version>1.2</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>javamail</id>
  +                     <version>1.2</version>
  +             </dependency>
  +             <dependency>
  +                     <id>jaxp</id>
  +                     <version>1.2</version>
  +             </dependency>
  +             <dependency>
  +                     <id>jcs</id>
  +                     <version>1.0-dev</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>jdbc</id>
  +                     <version>2.0</version>
  +             </dependency>
  +             <dependency>
  +                     <id>jndi</id>
  +                     <version>1.2.1</version>
  +             </dependency>
  +             <dependency>
  +                     <id>log4j</id>
  +                     <version>1.2.8</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>lucene</id>
  +                     <version>1.3-rc1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>ojb</id>
  +                     <version>0.7.343</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>servletapi</id>
  +                     <version>2.2</version>
  +             </dependency>
  +             <dependency>
  +                     <id>soap</id>
  +                     <version>2.1</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
  +                     </properties>
  +             </dependency>
  +             <dependency>
  +                     <id>stratum</id>
  +                     <version>1.0-b4-dev</version>
  +                     <properties>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
                        <id>torque</id>
                        <version>3.1</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
                        <id>turbine</id>
                        <version>2.2</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
  -                     <id>jetspeed</id>
  -                     <version>1.5</version>
  +                     <id>uddi4j</id>
  +                     <version>1.0</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
                        <id>velocity</id>
                        <version>1.3</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
                        <id>village</id>
                        <version>2.0-dev-20030625</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
  -                     <id>commons-lang</id>
  -                     <version>1.0</version>
  +                     <id>xalan</id>
  +                     <version>2.3.1</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
                <dependency>
  -                     <id>servletapi</id>
  -                     <version>2.2</version>
  +                     <id>xerces</id>
  +                     <version>2.0.2</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
  +                     <jar>xercesImpl-2.0.2.jar</jar>
                </dependency>
                <dependency>
  -                     <id>commons-logging</id>
  -                     <version>1.0.2</version>
  +                     <id>xml-apis</id>
  +                     <version>2.0.2</version>
                        <properties>
  -                             <war.bundle.jar>false</war.bundle.jar>
  +                             <war.bundle.jar>true</war.bundle.jar>
                        </properties>
                </dependency>
  -  </dependencies>
  -  <build>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <aspectSourceDirectories></aspectSourceDirectories>
  -    <unitTestPatterns></unitTestPatterns>
  -    <jarResources></jarResources>
  -    <jars></jars>
  -  </build>
  -  
  -  <reports>
  -<!--    <report>maven-developer-activity-plugin</report> -->
  -    <report>maven-file-activity-plugin</report>
  -  </reports>
  +             <!--dependency>
  +                     <groupId>maven-plugins</groupId>
  +                     <artifactId>maven-torque-plugin</artifactId>
  +                     <version>3.2</version>
  +                     <type>plugin</type>
  +             </dependency-->
  +             <!-- ********************************** -->
  +             <!-- THESE DEPENDENCIES ARE FOR TESTING -->
  +             <!-- ********************************** -->
  +             <dependency>
  +                     <id>commons-httpclient</id>
  +                     <version>1.0</version>
  +             </dependency>
  +             <dependency>
  +                     <id>cactus</id>
  +                     <version>13-1.4.1</version>
  +             </dependency>
  +             <dependency>
  +                     <groupId>cactus</groupId>
  +                     <artifactId>cactus-ant</artifactId>
  +                     <version>1.4.1</version>
  +             </dependency>
  +             <dependency>
  +                     <id>junit</id>
  +                     <version>3.7</version>
  +             </dependency>
  +     </dependencies>
  +     <build>
  +             <sourceDirectory>src/java</sourceDirectory>
  +             <aspectSourceDirectories/>
  +             <unitTestPatterns/>
  +             <jarResources/>
  +             <jars/>
  +     </build>
  +     <reports>
  +             <!--    <report>maven-developer-activity-plugin</report> -->
  +             <report>maven-file-activity-plugin</report>
  +     </reports>
   </project>
  
  
  
  1.5       +15 -0     jakarta-jetspeed/tutorial/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties        8 Apr 2004 18:58:11 -0000       1.4
  +++ project.properties        8 Apr 2004 21:12:01 -0000       1.5
  @@ -12,6 +12,8 @@
   # See the License for the specific language governing permissions and
   # limitations under the License.
   
  +maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/
  +
   maven.xdoc.date=left
   maven.xdoc.version=
   maven.xdoc.includeProjectDocumentation=no
  @@ -43,3 +45,16 @@
   torque.database.driver = org.hsqldb.jdbcDriver
   torque.database.user = sa
   torque.database.password =
  +
  +# -------------------------------------------------------------------
  +#
  +#  Jetspeed Plugin Preferences
  +#
  +# -------------------------------------------------------------------
  +war.src = ${basedir}/src/webapp
  +war.stage.dir = ${basedir}/stage
  +maven.war.src = ${war.stage.dir}/webapp
  +
  +maven.merge.properties = JetspeedResources,JetspeedSecurity,TurbineResources,Torque
  +
  +jetspeed.dist.version = 1.5-dev
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to