You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/04/23 12:17:09 UTC

cvs commit: avalon-sandbox/ide/org.apache.avalon.ide.eclipse.launch maven.xml project.properties project.xml

niclas      2004/04/23 03:17:09

  Modified:    ide      project-common.xml
               ide/org.apache.avalon.ide.eclipse.core project.properties
                        project.xml
  Added:       ide/org.apache.avalon.ide.eclipse.launch maven.xml
                        project.properties project.xml
  Log:
  More Maven stuff for MD.
  
  Revision  Changes    Path
  1.2       +3 -2      avalon-sandbox/ide/project-common.xml
  
  Index: project-common.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/ide/project-common.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-common.xml	23 Apr 2004 06:29:25 -0000	1.1
  +++ project-common.xml	23 Apr 2004 10:17:09 -0000	1.2
  @@ -18,8 +18,8 @@
   <project>
   
     <pomVersion>3</pomVersion>
  -  <groupId>avalon-merlin-developer</groupId>
  -  <name>Avalon Merlin Developer</name>
  +  <groupId>merlin-developer</groupId>
  +  <name>Merlin Developer</name>
   
     <organization>
       <name>The Apache Software Foundation</name>
  @@ -36,6 +36,7 @@
     
     <siteAddress>www.apache.org</siteAddress>
     <siteDirectory>/www/avalon.apache.org/merlin/developer/</siteDirectory>
  +  <distributionSite>www.apache.org</distributionSite>
     <distributionDirectory></distributionDirectory>
   
     <repository>
  
  
  
  1.2       +14 -1     avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	23 Apr 2004 06:29:25 -0000	1.1
  +++ project.properties	23 Apr 2004 10:17:09 -0000	1.2
  @@ -14,7 +14,20 @@
   # limitations under the License.
    
   
  - 
  +maven.repo.central=www.apache.org
  +maven.repo.central.directory=/www/www.apache.org/dist/java-repository
  +
  +maven.repo.list=apache-java-dist
  +maven.repo.apache-java-dist=scp://www.apache.org
  +maven.repo.apache-java-dist.directory=/www/www.apache.org/dist/java-repository/merlin-developer
  +maven.repo.apache-java-dist.user=${maven.username}
  +maven.repo.apache-java-dist.group=avalon
  +maven.repo.apache-java-dist.privatekey=${user.privatekey}
  +maven.repo.apache-java-dist.passphrase=${user.privatekey.passphrase}
  +
  +maven.remote.group=avalon
  +
  +
   # ------------------------------------------------------------------------
   # M A V E N  J A R  O V E R R I D E
   # ------------------------------------------------------------------------
  
  
  
  1.2       +5 -7      avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/ide/org.apache.avalon.ide.eclipse.core/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	23 Apr 2004 06:29:25 -0000	1.1
  +++ project.xml	23 Apr 2004 10:17:09 -0000	1.2
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   
   <!-- 
   Copyright 2004 The Apache Software Foundation
  @@ -16,16 +16,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
  +
   <project>
     <extend>${basedir}/../project-common.xml</extend>
  -  <pomVersion>3</pomVersion>
  -  <artifactId>avalon-merlin-developer-core</artifactId>
  -  <name>Avalon Merlin Developer Core</name>
  -  
  -  <siteAddress>www.apache.org</siteAddress>
  +  <artifactId>merlin-developer-core</artifactId>
  +  <name>Merlin Developer Core</name>
  +  <currentVersion>0.1</currentVersion>
     <siteDirectory>/www/avalon.apache.org/merlin/developer/core/</siteDirectory>
     <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
  -
     <dependencies>
       <dependency>
         <id>org.eclipse.core.resources</id>
  
  
  
  1.1                  avalon-sandbox/ide/org.apache.avalon.ide.eclipse.launch/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?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 default="jar:jar" />
  
  
  
  1.1                  avalon-sandbox/ide/org.apache.avalon.ide.eclipse.launch/project.properties
  
  Index: project.properties
  ===================================================================
  # 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.
   
  
   
  # ------------------------------------------------------------------------
  # M A V E N  J A R  O V E R R I D E
  # ------------------------------------------------------------------------
  maven.jar.override = on
  
  # ------------------------------------------------------------------------
  # Jars set explicity by path.
  # ------------------------------------------------------------------------
  maven.jar.org.eclipse.core.resources=${eclipse.home}/plugins/org.eclipse.core.resources_2.1.0/resources.jar
  maven.jar.org.eclipse.core.runtime=${eclipse.home}/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar
  maven.jar.org.eclipse.jdt.core=${eclipse.home}/plugins/org.eclipse.jdt.core_2.1.0/jdtcore.jar
  maven.jar.org.eclipse.jdt.launching=${eclipse.home}/plugins/org.eclipse.jdt.launching_2.1.0/launching.jar
  maven.jar.org.eclipse.jface=${eclipse.home}/plugins/org.eclipse.jface_2.1.0/jface.jar
  maven.jar.org.eclipse.ui.views=${eclipse.home}/plugins/org.eclipse.ui.views_2.1.0/views.jar
  maven.jar.org.eclipse.ui.workbench=${eclipse.home}/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar
  
  
  
  
  1.1                  avalon-sandbox/ide/org.apache.avalon.ide.eclipse.launch/project.xml
  
  Index: project.xml
  ===================================================================
  <?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>
    <extend>${basedir}/../project-common.xml</extend>
    <artifactId>merlin-developer-launch</artifactId>
    <name>Merlin Developer Launch</name>
    
    <siteAddress>www.apache.org</siteAddress>
    <siteDirectory>/www/avalon.apache.org/merlin/developer/launch/</siteDirectory>
    <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
  
    <dependencies>
      <dependency>
        <groupId>merlin-developer</groupId>
        <artifactId>merlin-developer-core</artifactId>
        <version>SNAPSHOT</version>
      </dependency>
      
  <!--
      <dependency>
        <id>org.eclipse.core.resources</id>
      </dependency>
      <dependency>
        <id>org.eclipse.core.runtime</id>
      </dependency>
      <dependency>
        <id>org.eclipse.jdt.core</id>
      </dependency>
      <dependency>
        <id>org.eclipse.jdt.launching</id>
      </dependency>
      <dependency>
        <id>org.eclipse.jface</id>
      </dependency>
      <dependency>
        <id>org.eclipse.ui.views</id>
      </dependency>
      <dependency>
        <id>org.eclipse.ui.workbench</id>
      </dependency>
      <dependency>
        <groupId>xstream</groupId>
        <artifactId>xstream</artifactId>
        <version>0.2</version>
      </dependency>
      <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet</artifactId>
        <version>1.2</version>
      </dependency>
      <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xjavadoc</artifactId>
        <version>1.0.2</version>
      </dependency>
  -->    
    </dependencies>
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org