| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | <tycho-version>0.15.0</tycho-version> | |
| 17 | 17 | </properties> | |
| 18 | 18 | ||
| 19 | - | ||
| 19 | + | ||
| 20 | 20 | <repositories> | |
| 21 | 21 | <repository> | |
| 22 | 22 | <id>juno</id> | |
@@ -63,19 +63,21 @@ | |||
| 63 | 63 | </plugin> | |
| 64 | 64 | </plugins> | |
| 65 | 65 | ||
| 66 | + | ||
| 67 | + | ||
| 66 | 68 | </build> | |
| 67 | - | ||
| 68 | - <profiles> | ||
| 69 | + | ||
| 70 | + <profiles> | ||
| 69 | 71 | <!-- This profile is used to upload the repo --> | |
| 70 | - <profile> | ||
| 71 | - <id>uploadRepo</id> | ||
| 72 | - <properties> | ||
| 73 | - <!-- Properties relative to the distant host where to upload the repo --> | ||
| 74 | - <ftp.url>ftp://www.vogella.com</ftp.url> | ||
| 75 | - <ftp.toDir>/httpdoc/updatesite/eclipsetools</ftp.toDir> | ||
| 76 | - <!-- Relative path to the repo being uploaded --> | ||
| 77 | - <repo.path>${project.build.directory}../com.vogella.eclipsetools.updatesite/target/repository/</repo.path> | ||
| 78 | - </properties> | ||
| 72 | + <profile> | ||
| 73 | + <id>uploadRepo</id> | ||
| 74 | + <properties> | ||
| 75 | + <!-- Properties relative to the distant host where to upload the repo --> | ||
| 76 | + <ftp.url>ftp://www.vogella.com</ftp.url> | ||
| 77 | + <ftp.toDir>/httpdocs/updatesite/eclipsetools</ftp.toDir> | ||
| 78 | + <!-- Relative path to the repo being uploaded --> | ||
| 79 | + <repo.path>${project.build.directory}/repository/</repo.path> | ||
| 80 | + </properties> | ||
| 79 | 81 | ||
| 80 | 82 | <build> | |
| 81 | 83 | <plugins> | |
@@ -86,31 +88,25 @@ | |||
| 86 | 88 | <version>1.0-beta-4</version> | |
| 87 | 89 | <executions> | |
| 88 | 90 | <execution> | |
| 89 | - <id>upload-update-site</id> | ||
| 91 | + <id>upload-repo</id> | ||
| 90 | 92 | <phase>install</phase> | |
| 91 | 93 | <goals> | |
| 92 | 94 | <goal>upload</goal> | |
| 93 | 95 | </goals> | |
| 94 | 96 | <configuration> | |
| 95 | 97 | <fromDir>${repo.path}</fromDir> | |
| 96 | 98 | <includes>**</includes> | |
| 97 | - <url>${ftp.url}</url> | ||
| 98 | 99 | <toDir>${ftp.toDir}</toDir> | |
| 99 | - <!-- Points to your settings.xml where the connection settings are stored as shown below --> | ||
| 100 | - <!-- <server> --> | ||
| 101 | - <!-- <id>p2Repoo</id> --> | ||
| 102 | - <!-- <username>username</username> --> | ||
| 103 | - <!-- <password>password</password> --> | ||
| 104 | - <!-- </server> --> | ||
| 100 | + <url>${ftp.url}</url> | ||
| 105 | 101 | <serverId>p2Repo</serverId> | |
| 106 | 102 | </configuration> | |
| 107 | 103 | </execution> | |
| 108 | 104 | </executions> | |
| 109 | 105 | </plugin> | |
| 110 | 106 | </plugins> | |
| 111 | 107 | </build> | |
| 112 | - </profile> | ||
| 113 | - </profiles> | ||
| 108 | + </profile> | ||
| 109 | + </profiles> | ||
| 114 | 110 | ||
| 115 | 111 | </project> | |
| 116 | 112 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <feature | |
| 3 | 3 | id="com.vogella.eclipsetools.feature" | |
| 4 | 4 | label="Feature" | |
| 5 | - version="1.0.0.201207031305" | ||
| 5 | + version="1.0.0.201207131422" | ||
| 6 | 6 | provider-name="VOGELLA"> | |
| 7 | 7 | ||
| 8 | 8 | <description url="http://www.example.com/description"> | |
@@ -21,14 +21,14 @@ | |||
| 21 | 21 | id="de.vogella.plugin.filterpackageexplorer" | |
| 22 | 22 | download-size="14" | |
| 23 | 23 | install-size="22" | |
| 24 | - version="1.0.0.201207031305" | ||
| 24 | + version="1.0.0.201207131422" | ||
| 25 | 25 | unpack="false"/> | |
| 26 | 26 | ||
| 27 | 27 | <plugin | |
| 28 | 28 | id="de.vogella.plugin.openshell" | |
| 29 | 29 | download-size="4" | |
| 30 | 30 | install-size="4" | |
| 31 | - version="1.0.0.201207031305" | ||
| 31 | + version="1.0.0.201207131422" | ||
| 32 | 32 | unpack="false"/> | |
| 33 | 33 | ||
| 34 | 34 | </feature> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - #Tue Jul 03 15:05:36 CEST 2012 | ||
| 1 | + #Fri Jul 13 16:22:30 CEST 2012 | ||
| 2 | 2 | artifact.attached.p2metadata=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2content.xml | |
| 3 | 3 | artifact.main=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/com.vogella.eclipsetools.feature-1.0.0-SNAPSHOT.jar | |
| 4 | 4 | artifact.attached.p2artifacts=/home/vogella/workspace/vogella/com.vogella.eclipsetools.feature/target/p2artifacts.xml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | #Generated by Maven | |
| 2 | - #Tue Jul 03 15:05:35 CEST 2012 | ||
| 2 | + #Fri Jul 13 16:22:30 CEST 2012 | ||
| 3 | 3 | version=1.0.0-SNAPSHOT | |
| 4 | 4 | groupId=com.vogella | |
| 5 | 5 | artifactId=com.vogella.eclipsetools.feature | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,10 +1,10 @@ | |||
| 1 | 1 | <?xml version='1.0' encoding='UTF-8'?> | |
| 2 | 2 | <?artifactRepository version='1.1.0'?> | |
| 3 | 3 | <artifacts size='1'> | |
| 4 | - <artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207031305'> | ||
| 4 | + <artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'> | ||
| 5 | 5 | <properties size='6'> | |
| 6 | - <property name='artifact.size' value='1989'/> | ||
| 7 | - <property name='download.size' value='1989'/> | ||
| 6 | + <property name='artifact.size' value='1988'/> | ||
| 7 | + <property name='download.size' value='1988'/> | ||
| 8 | 8 | <property name='maven-groupId' value='com.vogella'/> | |
| 9 | 9 | <property name='maven-artifactId' value='com.vogella.eclipsetools.feature'/> | |
| 10 | 10 | <property name='maven-version' value='1.0.0-SNAPSHOT'/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | <?xml version='1.0' encoding='UTF-8'?> | |
| 2 | 2 | <units size='2'> | |
| 3 | - <unit id='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207031305' singleton='false'> | ||
| 4 | - <update id='com.vogella.eclipsetools.feature.feature.group' range='[0.0.0,1.0.0.201207031305)' severity='0'/> | ||
| 3 | + <unit id='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207131422' singleton='false'> | ||
| 4 | + <update id='com.vogella.eclipsetools.feature.feature.group' range='[0.0.0,1.0.0.201207131422)' severity='0'/> | ||
| 5 | 5 | <properties size='8'> | |
| 6 | 6 | <property name='org.eclipse.equinox.p2.name' value='Feature'/> | |
| 7 | 7 | <property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/> | |
@@ -13,12 +13,12 @@ | |||
| 13 | 13 | <property name='maven-version' value='1.0.0-SNAPSHOT'/> | |
| 14 | 14 | </properties> | |
| 15 | 15 | <provides size='1'> | |
| 16 | - <provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207031305'/> | ||
| 16 | + <provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.group' version='1.0.0.201207131422'/> | ||
| 17 | 17 | </provides> | |
| 18 | 18 | <requires size='3'> | |
| 19 | - <required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.filterpackageexplorer' range='[1.0.0.201207031305,1.0.0.201207031305]'/> | ||
| 20 | - <required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.openshell' range='[1.0.0.201207031305,1.0.0.201207031305]'/> | ||
| 21 | - <required namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' range='[1.0.0.201207031305,1.0.0.201207031305]'> | ||
| 19 | + <required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.filterpackageexplorer' range='[1.0.0.201207131422,1.0.0.201207131422]'/> | ||
| 20 | + <required namespace='org.eclipse.equinox.p2.iu' name='de.vogella.plugin.openshell' range='[1.0.0.201207131422,1.0.0.201207131422]'/> | ||
| 21 | + <required namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' range='[1.0.0.201207131422,1.0.0.201207131422]'> | ||
| 22 | 22 | <filter> | |
| 23 | 23 | (org.eclipse.update.install.features=true) | |
| 24 | 24 | </filter> | |
@@ -34,7 +34,7 @@ | |||
| 34 | 34 | [Enter Copyright Description here.] | |
| 35 | 35 | </copyright> | |
| 36 | 36 | </unit> | |
| 37 | - <unit id='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207031305'> | ||
| 37 | + <unit id='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207131422'> | ||
| 38 | 38 | <properties size='7'> | |
| 39 | 39 | <property name='org.eclipse.equinox.p2.name' value='Feature'/> | |
| 40 | 40 | <property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/> | |
@@ -45,15 +45,15 @@ | |||
| 45 | 45 | <property name='maven-version' value='1.0.0-SNAPSHOT'/> | |
| 46 | 46 | </properties> | |
| 47 | 47 | <provides size='3'> | |
| 48 | - <provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207031305'/> | ||
| 48 | + <provided namespace='org.eclipse.equinox.p2.iu' name='com.vogella.eclipsetools.feature.feature.jar' version='1.0.0.201207131422'/> | ||
| 49 | 49 | <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/> | |
| 50 | - <provided namespace='org.eclipse.update.feature' name='com.vogella.eclipsetools.feature' version='1.0.0.201207031305'/> | ||
| 50 | + <provided namespace='org.eclipse.update.feature' name='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'/> | ||
| 51 | 51 | </provides> | |
| 52 | 52 | <filter> | |
| 53 | 53 | (org.eclipse.update.install.features=true) | |
| 54 | 54 | </filter> | |
| 55 | 55 | <artifacts size='1'> | |
| 56 | - <artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207031305'/> | ||
| 56 | + <artifact classifier='org.eclipse.update.feature' id='com.vogella.eclipsetools.feature' version='1.0.0.201207131422'/> | ||
| 57 | 57 | </artifacts> | |
| 58 | 58 | <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/> | |
| 59 | 59 | <touchpointData size='1'> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments