Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
use dev associate update sites for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
denuno committed Nov 28, 2016
1 parent 26647f9 commit f2ec0d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions org.cfeclipse.cfml.update-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<jboss.tycho.tools.version>0.23.3</jboss.tycho.tools.version>
<update.site.name>[dev] CFEclipse Update</update.site.name>
<update.site.description>Development Build</update.site.description>
<update.site.version>3.0.0.${BUILD_ALIAS}</update.site.version>
<update.site.version>${project.version}</update.site.version>
<target.eclipse.version>4.3 (Mars)</target.eclipse.version>
</properties>

Expand Down Expand Up @@ -107,8 +107,8 @@
</goals>
<configuration>
<!-- configuration options for the generated HTML page -->
<siteTemplateFolder>${project.basedir}</siteTemplateFolder>
<symbols>
<siteTemplateFolder>siteTemplateFolder/</siteTemplateFolder>
<update.site.name>${update.site.name}</update.site.name>
<update.site.description>${update.site.description}</update.site.description>
<update.site.version>${update.site.version}</update.site.version>
Expand All @@ -117,13 +117,14 @@

<!-- this adds repository references to the update site's content.xml -->
<associateSites>
<site>http://mxunit.org/update/</site>
<site>http://cfeclipse.org/cfparser/update/</site>
<site>http://cfeclipse.org/cflint/update/</site>
<site>http://mxunit.org/update${site.suffix}/</site>
<site>http://cfeclipse.org/cfparser/update${site.suffix}/</site>
<site>http://cfeclipse.org/cflint/update${site.suffix}/</site>
</associateSites>

<!-- to include other files in the update site zip, list them here -->
<additionalWebResources>
<resource>web/doc</resource>
<resource>cfeclipsecall/cfeclipsecall.jar</resource>
</additionalWebResources>

Expand Down
1 change: 0 additions & 1 deletion org.cfeclipse.cfml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<packaging>eclipse-plugin</packaging>

<properties>
<cfparser.version>2.0.0</cfparser.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f2ec0d4

Please sign in to comment.