Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8c67c120
authored
Mar 20, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LanBortalDatabase.jar autobuild
1 parent
ee59250a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
0 deletions
.gitignore
code/LanBortal/EarContent/lib/LanBortalDatabase.jar
code/LanBortalDatabase/.externalToolBuilders/LanBortalDatabase JAR builder.launch
code/LanBortalDatabase/.project
code/LanBortalDatabase/jarbuild.xml
.gitignore
View file @
8c67c12
*/build
*/build
*.class
*.class
.DS_Store
.DS_Store
/code/LanBortal/EarContent/lib/LanBortalDatabase.jar
code/LanBortal/EarContent/lib/LanBortalDatabase.jar
deleted
100644 → 0
View file @
ee59250
No preview for this file type
code/LanBortalDatabase/.externalToolBuilders/LanBortalDatabase JAR builder.launch
0 → 100644
View file @
8c67c12
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration
type=
"org.eclipse.ant.AntBuilderLaunchConfigurationType"
>
<booleanAttribute
key=
"org.eclipse.ant.ui.ATTR_TARGETS_UPDATED"
value=
"true"
/>
<booleanAttribute
key=
"org.eclipse.ant.ui.DEFAULT_VM_INSTALL"
value=
"false"
/>
<booleanAttribute
key=
"org.eclipse.debug.core.ATTR_REFRESH_RECURSIVE"
value=
"false"
/>
<stringAttribute
key=
"org.eclipse.debug.core.ATTR_REFRESH_SCOPE"
value=
"${working_set:<?xml version="1.0" encoding="UTF-8"?> <launchConfigurationWorkingSet factoryID="org.eclipse.ui.internal.WorkingSetFactory" id="1269095341450_4" label="working set" name="working set"> <item factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/LanBortal/EarContent/lib/LanBortalDatabase.jar" type="1"/> </launchConfigurationWorkingSet>}"
/>
<listAttribute
key=
"org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"
>
<listEntry
value=
"/LanBortalDatabase/jarbuild.xml"
/>
</listAttribute>
<listAttribute
key=
"org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"
>
<listEntry
value=
"1"
/>
</listAttribute>
<booleanAttribute
key=
"org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND"
value=
"false"
/>
<stringAttribute
key=
"org.eclipse.jdt.launching.CLASSPATH_PROVIDER"
value=
"org.eclipse.ant.ui.AntClasspathProvider"
/>
<booleanAttribute
key=
"org.eclipse.jdt.launching.DEFAULT_CLASSPATH"
value=
"true"
/>
<stringAttribute
key=
"org.eclipse.jdt.launching.PROJECT_ATTR"
value=
"LanBortalDatabase"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_LOCATION"
value=
"${workspace_loc:/LanBortalDatabase/jarbuild.xml}"
/>
<stringAttribute
key=
"org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS"
value=
"full,incremental,auto,"
/>
<booleanAttribute
key=
"org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED"
value=
"true"
/>
</launchConfiguration>
code/LanBortalDatabase/.project
View file @
8c67c12
...
@@ -20,6 +20,16 @@
...
@@ -20,6 +20,16 @@
<arguments>
<arguments>
</arguments>
</arguments>
</buildCommand>
</buildCommand>
<buildCommand>
<name>
org.eclipse.ui.externaltools.ExternalToolBuilder
</name>
<triggers>
auto,full,incremental,
</triggers>
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/LanBortalDatabase JAR builder.launch
</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
</buildSpec>
<natures>
<natures>
<nature>
org.eclipse.jem.workbench.JavaEMFNature
</nature>
<nature>
org.eclipse.jem.workbench.JavaEMFNature
</nature>
...
...
code/LanBortalDatabase/jarbuild.xml
0 → 100644
View file @
8c67c12
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"LanBortalDatabase"
default=
"LanBortalDatabase.jar"
>
<description>
Build the JAR to be embedded in your EAR
</description>
<property
name=
"LanBortalDatabase.jar"
location=
"../LanBortal/EarContent/lib/LanBortalDatabase.jar"
/>
<uptodate
property=
"LanBortalDatabase.jar-uptodate"
targetfile=
"${LanBortalDatabase.jar}"
>
<srcfiles
dir=
"build/classes"
includes=
"**"
/>
</uptodate>
<target
name=
"LanBortalDatabase.jar"
unless=
"LanBortalDatabase.jar-uptodate"
>
<jar
destfile=
"${LanBortalDatabase.jar}"
basedir=
"build/classes"
/>
</target>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment