Skip to content

Commit

Permalink
move jbosstools-3.2.0.CR1 to jbosstools-3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Jan 24, 2011
0 parents commit b0f3025
Show file tree
Hide file tree
Showing 86 changed files with 22,357 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .project
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jbosstools-trunk-build</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
19 changes: 19 additions & 0 deletions aggregate/pom.xml
@@ -0,0 +1,19 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.aggregate.site</artifactId>
<name>JBoss Tools Aggregate Site Build</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>../target-platform</module>
<module>site</module>
</modules>
</project>

2 changes: 2 additions & 0 deletions aggregate/site/.gitignore
@@ -0,0 +1,2 @@
target
zips
18 changes: 18 additions & 0 deletions aggregate/site/aggregateSite.jbosstools.properties
@@ -0,0 +1,18 @@
# options: Nightly Build (default), Development Milestone, Stable Release
#update.site.description=Nightly Build
#update.site.description=Development Milestone
#update.site.version=3.2.0.M2.2010-07-16_13-26-18-H21

# associate sites to add to the resulting repo
associate.sites=http://download.jboss.org/jbosstools/updates/helios/,\
http://download.eclipse.org/eclipse/updates/3.6/,\
http://download.eclipse.org/birt/update-site/2.6/,\
http://download.eclipse.org/tptp/updates/galileo/,\
http://m2eclipse.sonatype.org/sites/m2e/,\
http://m2eclipse.sonatype.org/sites/m2e-extras/,\
http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/updateSite/,\
http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2,\
http://dl.google.com/eclipse/plugin/3.6/,\
http://subclipse.tigris.org/update_1.6.x/,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/

0 comments on commit b0f3025

Please sign in to comment.