Skip to content

Commit

Permalink
merged eclipse_3_6 into trunk
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.objectstyle.org/repos/woproject/trunk@6191 930f2ab1-3212-0410-a8ea-d1eb4cc50a93
  • Loading branch information
mschrag committed Oct 6, 2010
1 parent cc253f0 commit a23ae64
Show file tree
Hide file tree
Showing 1,047 changed files with 17,464 additions and 33,564 deletions.
15 changes: 0 additions & 15 deletions AboutThisFolder.txt

This file was deleted.

23 changes: 0 additions & 23 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
* build.output.build.dir = ${build.output.build.dir}
* build.output.dist.dir = ${build.output.dist.dir}
* build.output.dist.targz.dir = ${build.output.dist.targz.dir}
* build.output.homepage.dir = ${build.output.homepage.dir}
* deploy.dir = ${deploy.dir} (set by the buildserver)
* eclipse.home = ${eclipse.home}
* eclipse.deps.home = ${eclipse.deps.home}
Expand All @@ -85,13 +84,6 @@
</echo>
</target>

<!-- ========================================== -->
<!-- Build homepage. -->
<!-- ========================================== -->
<target name="homepage" unless="no.docs">
<ant dir="${project.homepage.dir}" target="all" />
</target>

<!-- ========================================== -->
<!-- Build woenvironment. -->
<!-- ========================================== -->
Expand Down Expand Up @@ -170,21 +162,6 @@
<ant dir="${project.wolips.dir}" target="dist" />
</target>

<!-- ========================================== -->
<!-- Build dist. -->
<!-- ========================================== -->
<target name="distincludinghomepage" depends="allincludinghomepage">
<ant dir="${project.woenvironment.dir}" target="dist" />
<ant dir="${project.woproject.dir}" target="dist" />
<ant dir="${project.wolips.dir}" target="dist" />
</target>

<!-- ========================================== -->
<!-- Build all except homepage. -->
<!-- ========================================== -->
<target name="allincludinghomepage" depends="print.environment,verify.clean,set.clean,call.clean,prepare,homepage,woenvironment,woproject,wolips">
</target>

<!-- ========================================== -->
<!-- Build buildserver. -->
<!-- ========================================== -->
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/ant-style-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- ============================================= -->
<target name="java">
<javac srcdir="${param.src.dir}" destdir="${param.dest.dir}"
source="${compile.source}" target="${compile.target}">
source="${compile.source}" target="${compile.target}" debug="true">
<classpath refid="classpath"/>
</javac>
</target>
Expand Down
13 changes: 8 additions & 5 deletions buildscripts/plugin-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
<path refid="classpath" />
<fileset dir="${eclipse.home}">
<include name="**/plugins/**/*.jar" />
<include name="**/dropins/**/*.jar" />
<exclude name="**/org.objectstyle.*/**" />
<exclude name="**/org.eclipse.core.runtime/**" />
</fileset>
<fileset dir="${eclipse.plugin.home}">
<include name="**/plugins/**/*.jar" />
<include name="**/dropins/**/*.jar" />
<exclude name="**/org.objectstyle.*/**" />
<exclude name="**/org.eclipse.core.runtime/**" />
</fileset>
Expand All @@ -44,6 +46,7 @@
<path refid="classpath" />
<fileset dir="${eclipse.home}">
<include name="**/plugins/**/*.jar" />
<include name="**/dropins/**/*.jar" />
<exclude name="**/org.objectstyle.*/**" />
<exclude name="**/org.eclipse.core.runtime/**" />
</fileset>
Expand Down Expand Up @@ -128,9 +131,9 @@
<fileset dir="${param.plugin.dir}/java">
<include name="**/*.xml" />
</fileset>
<metainf dir="../../../../homepage/doc">
<!-- metainf dir="../../../../homepage/doc">
<include name="LICENSE*" />
</metainf>
</metainf -->
</jar>
</target>

Expand Down Expand Up @@ -158,9 +161,9 @@
</fileset>
<fileset dir="${param.project.dir}/resources">
</fileset>
<metainf dir="../../../../homepage/doc">
<!-- metainf dir="../../../../homepage/doc">
<include name="LICENSE*" />
</metainf>
</metainf -->
</jar>
</target>

Expand Down Expand Up @@ -200,7 +203,7 @@
<fileset dir="${param.plugin.dir}/java">
<exclude name="**/*.java" />
</fileset>
<zipfileset dir="../../../../homepage/doc" includes="LICENSE*" prefix="META-INF" />
<!-- zipfileset dir="../../../../homepage/doc" includes="LICENSE*" prefix="META-INF" / -->
<zipfileset dir="${param.build.dist.build.dir}/plugins/${param.plugin.name}_${build.version}/META-INF" prefix="META-INF" />
</zip>
<delete dir="${param.build.dist.build.dir}/plugins/${param.plugin.name}_${build.version}" />
Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#version
build.version = 3.4.$Revision$
build.version = 3.5.$Revision$
#project directories
project.buildscripts.dir = buildscripts
project.lib.dir = lib
Expand Down
151 changes: 0 additions & 151 deletions homepage/build.xml

This file was deleted.

55 changes: 0 additions & 55 deletions homepage/doc/LICENSE

This file was deleted.

59 changes: 0 additions & 59 deletions homepage/doc/LICENSE.apache

This file was deleted.

Loading

0 comments on commit a23ae64

Please sign in to comment.